index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lambda
/
matching.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo fix
Gabriel Scherer
2023-03-05
1
-1
/
+1
*
matching.ml: explain the compilation strategy for switches on constructors
Gabriel Scherer
2023-03-05
1
-9
/
+50
*
Fix code duplication in pattern matching of polymorphic variants (#11893)
Vincent Laviron
2023-01-19
1
-2
/
+20
*
Review
Vincent Laviron
2022-10-02
1
-9
/
+8
*
Stop using integer comparison on potential pointers
Vincent Laviron
2022-09-30
1
-2
/
+8
*
add -safer-matching flag to disable type-based optimization of pattern-matching
Jacques Garrigue
2022-07-19
1
-2
/
+2
*
Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...
Kate
2022-02-01
1
-2
/
+2
*
Review: reference pull requests
Vincent Laviron
2022-01-16
1
-2
/
+2
*
Bring back and update comment on CamlinternalLazy.force_gen
Vincent Laviron
2022-01-16
1
-3
/
+5
*
Move opaque wrapper to compiler-generated code
Vincent Laviron
2022-01-16
1
-30
/
+17
*
Merge commit '2250fd8a2218796c07b0a25f184cdc682e4695ba' into 5.00_rebase_to_pr
Tom Kelly
2021-12-20
1
-6
/
+19
|
\
|
*
abstract row_field (#10627)
Jacques Garrigue
2021-10-22
1
-2
/
+2
|
*
Enforce boolean Lifthenelse in native mode
Vincent Laviron
2021-10-21
1
-4
/
+17
*
|
matching.ml now uses obj_tag primitive. Revert test changes. Fix bug.
KC Sivaramakrishnan
2021-11-30
1
-5
/
+5
*
|
update CamlinternalLazy.force to force_gen
Jan Midtgaard
2021-11-08
1
-2
/
+2
*
|
remove historical for_handler and Reperform_noaloc in lambda/matching
Tom Kelly
2021-10-11
1
-10
/
+4
*
|
Merge commit '8da8b7e028431f02bc85c641965133bff68220e0' into 5.00
Tom Kelly
2021-10-04
1
-2
/
+5
|
\
\
|
|
/
|
*
[minor] switch.ml: distinguish types for arguments, tests and actions
Gabriel Scherer
2021-09-20
1
-2
/
+5
*
|
Merge commit '7ad8c1368346c8a9d492f130442bff48807961b4' into 5.00
Tom Kelly
2021-10-04
1
-9
/
+4
|
\
\
|
|
/
|
*
Force normalization on access to `row_desc` (#10474)
Jacques Garrigue
2021-09-10
1
-9
/
+4
*
|
Merge commit '0ba253df4667668bc01dd9e239fba13f743e1752' into parallel_minor_g...
Tom Kelly
2021-10-01
1
-3
/
+3
|
\
\
|
|
/
|
*
Make build_other_constrs work with names instead of tags. (#10428)
Nicolas Chataing
2021-05-28
1
-3
/
+3
*
|
Merge commit '89aae98b22634d896b9d59f717decf2d3e7d4af3' into parallel_minor_g...
Tom Kelly
2021-09-29
1
-2
/
+2
|
\
\
|
|
/
|
*
Allow to name existentials in pattern-matching (#9584)
Jacques Garrigue
2021-02-04
1
-2
/
+2
*
|
Merge commit 'd0f80077066105e1429ef8728b8362b8d698e298' into parallel_minor_g...
Tom Kelly
2021-09-29
1
-2
/
+3
|
\
\
|
|
/
|
*
added new construct Lmutlet and removed Variable attribute
Keryan Didier
2021-01-07
1
-0
/
+1
|
*
added new lambda construct Lmutvar (#9954)
Keryan Didier
2021-01-07
1
-2
/
+2
*
|
Merge commit 'e6acde75863c7a4e52f948f87436a53a2fe50f42' into parallel_minor_g...
Tom Kelly
2021-09-28
1
-83
/
+45
|
\
\
|
|
/
|
*
matching: use toplevel_handler in for_tupled_function
Gabriel Scherer
2020-11-21
1
-17
/
+8
|
*
matching: factorize the code handling toplevel matching failures
Gabriel Scherer
2020-11-21
1
-61
/
+35
|
*
matching: [minor] inline the single-use split_and_precompile
Gabriel Scherer
2020-11-21
1
-7
/
+4
*
|
Merge commit '055f04d189273068396da8c298e6226dff90f26c' into parallel_minor_g...
Tom Kelly
2021-09-28
1
-92
/
+173
|
\
\
|
|
/
|
*
matching: clarify the ~vars argument of Simple.explode_or_pat
Gabriel Scherer
2020-10-21
1
-9
/
+11
|
*
matching: simplify the interface of Simple.explode_or_pat
Gabriel Scherer
2020-10-21
1
-14
/
+12
|
*
Matching.Simple.explode_or_pat: on-demand generation of fresh identifiers
Gabriel Scherer
2020-10-21
1
-16
/
+24
|
*
add a comment to explain what Simple.explode_or_pat does
Gabriel Scherer
2020-10-21
1
-0
/
+24
|
*
matching: avoid useless bindings in do_for_multiple_match
Gabriel Scherer
2020-10-21
1
-1
/
+3
|
*
matching: towards a correctness argument for flatten_* ignoring variables
Gabriel Scherer
2020-10-21
1
-9
/
+11
|
*
Match.do_for_multiple_match: we can always flatten
Gabriel Scherer
2020-10-21
1
-35
/
+21
|
*
Matching.explode_or_pat: handle the case where the argument has no id
Gabriel Scherer
2020-10-21
1
-34
/
+54
|
*
matching: document the behavior of precompile_or through an example
Gabriel Scherer
2020-10-21
1
-0
/
+39
*
|
Merge commit '01c6a5ebe38b680a0b104aa4075ff790f311ea01' into parallel_minor_g...
Tom Kelly
2021-03-04
1
-45
/
+68
|
\
\
|
|
/
|
*
matching: a first-order representation for match-failure handling
Gabriel Scherer
2020-07-08
1
-42
/
+53
|
*
pass a proper location to Matching.for_trywith
Gabriel Scherer
2020-07-08
1
-2
/
+11
*
|
Merge commit '368eb16ee80843afc6c40cf98e6994256747844a' into parallel_minor_g...
Tom Kelly
2021-03-04
1
-2
/
+2
|
\
\
|
|
/
|
*
change API for Env.open_signature to clarify errors
Jacques Garrigue
2020-06-23
1
-2
/
+2
*
|
Merge commit 'b7509ca82f9bd647c1cb7e810b6bb152e145e3fb' into parallel_minor_g...
Tom Kelly
2021-03-03
1
-9
/
+9
|
\
\
|
|
/
|
*
Merge pull request #9442 from gasche/tailcall-attribute-refactoring
Gabriel Scherer
2020-06-10
1
-3
/
+3
|
|
\
|
|
*
[refactoring] gives tailcall attributes a more standard structure
Gabriel Scherer
2020-06-08
1
-3
/
+3
*
|
|
Merge commit '56f7500f5c2d8aa0784bfbd692bf1a191fb7271b' into parallel_minor_g...
Tom Kelly
2021-03-03
1
-25
/
+27
|
\
\
\
|
|
/
/
[next]