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
/
typing
/
tast_mapper.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
typedtree: make the Tpat_value argument a private synonym
Gabriel Scherer
2019-10-31
1
-1
/
+1
*
split patterns into "value patterns" and "computation patterns"
Gabriel Scherer
2019-10-31
1
-25
/
+27
*
a better representation for modules with no name (#8908)
Thomas Refis
2019-10-09
1
-14
/
+8
*
Fix check-typos
Leo White
2019-05-24
1
-1
/
+2
*
Remove Misc.may_map and similar
Leo White
2019-05-23
1
-19
/
+17
*
Add support for "let" operators
Leo White
2018-11-27
1
-0
/
+13
*
Extend `open` to arbritrary module expressions in structures and to
Runhang Li
2018-11-26
1
-9
/
+20
*
Remove positions from paths
Leo White
2018-11-21
1
-3
/
+4
*
introduce local substitutions in signatures
Thomas Refis
2018-11-09
1
-2
/
+11
*
parsetree.{row,object}_field: move attributes in the wrapper record
Gabriel Scherer
2018-08-20
1
-4
/
+4
*
parsetree: make sure that all nodes that store attributes also store a location
Gabriel Scherer
2018-08-20
1
-8
/
+15
*
allow exceptions under or-patterns
Thomas Refis
2018-07-16
1
-2
/
+2
*
Remove pv_name field
Nicolás Ojeda Bär
2018-06-07
1
-2
/
+2
*
allow to attach @@ attributes on exceptions
Hugo Heuzard
2018-04-09
1
-2
/
+10
*
merge trunk and update test
Runhang Li
2017-07-23
1
-0
/
+4
|
\
|
*
Support 'let open' in class and class type expressions (#1249)
Alain Frisch
2017-07-20
1
-0
/
+4
*
|
Support inherited field in object type expression.
Mark Li
2017-03-22
1
-4
/
+8
|
/
*
Annotate Texp_function with an Ident.t for the parameter (#831)
Mark Shinwell
2016-10-14
1
-2
/
+3
*
Change Texp_record into an inline record
Pierre Chambart
2016-07-11
1
-5
/
+5
*
Switch declaration and definition order in Tepx_record fields
Pierre Chambart
2016-07-11
1
-4
/
+3
*
Merge record label descriptions and definition into a single array
Pierre Chambart
2016-07-11
1
-5
/
+6
*
Change Texp_record contents to ease the use
Pierre Chambart
2016-07-11
1
-2
/
+8
*
GPR#187: local open for patterns
octachron
2016-05-09
1
-0
/
+1
*
Local let exceptions.
alainfrisch
2016-03-15
1
-0
/
+5
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-11
/
+14
*
Revert GPR#305 (exception patterns under or-patterns) from trunk
Gabriel Scherer
2015-12-12
1
-2
/
+2
*
PR#6422: Allow exceptions under or-patterns in match statements.
Thomas Refis
2015-12-09
1
-2
/
+2
*
Add support for [%ocaml.extension_constructor <path>]
Jeremie Dimino
2015-11-27
1
-0
/
+2
*
Remove Typedtree.optional
Nicolas Ojeda Bar
2015-11-25
1
-2
/
+2
*
Fix bug in Tast_mapper: bad recursion in module_binding (found by Corentin De...
alainfrisch
2015-11-17
1
-1
/
+1
*
merge branches/gadt-warnings
Jacques Garrigue
2015-10-23
1
-0
/
+2
|
\
|
*
switch to 'pat -> .' and add P/Texp_unreachable
gadt-warnings
Jacques Garrigue
2015-10-16
1
-0
/
+2
*
|
whitespace cleanup, cut long lines, add some missing headers
Damien Doligez
2015-09-11
1
-2
/
+6
|
/
*
Update ocamldoc and other utilities to support "type
Jérémie Dimino
2015-03-13
1
-3
/
+12
*
Resolve PR#6742: remove duplicate virtual_flag information from Tstr_class
Jacques Garrigue
2015-01-16
1
-1
/
+1
*
Fix #6748 (bug in tast_iter, some module coercions were not rewritten).
Alain Frisch
2015-01-15
1
-1
/
+2
*
Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...
Alain Frisch
2014-12-22
1
-0
/
+658