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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix record pattern-matching; sort records in typed tree
gadts
Jacques Garrigue
2011-06-15
7
-35
/
+199
*
do not use unify_pat_types_gadts for normal constructors!
Jacques Garrigue
2011-06-14
8
-11
/
+74
*
update tests
Jacques Garrigue
2011-06-06
2
-0
/
+19
*
fix problem with constraints outside of matching, see typing-gadts/test.ml
Jacques Garrigue
2011-06-05
5
-7
/
+42
*
limit propagation of type constraints to patterns to -principal mode
Jacques Garrigue
2011-04-19
1
-2
/
+4
*
* make -principal stricter for gadts
Jacques Garrigue
2011-04-19
7
-21
/
+121
*
fix principality by expanding local definitions when exporting a value
Jacques Garrigue
2011-03-10
6
-43
/
+142
*
recover some principality
Jacques Garrigue
2011-02-24
7
-32
/
+91
*
add some more examples + section titles
Jacques Garrigue
2011-01-07
3
-72
/
+125
*
backport of fix from gadts-devel
Jacques Garrigue
2011-01-07
1
-6
/
+5
*
finish section 5
Jacques Garrigue
2011-01-06
3
-46
/
+330
*
add sections 5.7 to 5.10
Jacques Garrigue
2011-01-05
3
-3
/
+389
*
allow existentials in "as" patterns + report escaping newtypes + clean-up
Jacques Garrigue
2010-12-14
7
-127
/
+75
*
add red-black trees
Jacques Garrigue
2010-12-14
3
-0
/
+178
*
reset_pattern in partial_pred
Jacques Garrigue
2010-12-14
1
-1
/
+2
*
forgot level in partial_pred
Jacques Garrigue
2010-12-14
1
-1
/
+1
*
make it work with omega07.ml
Jacques Garrigue
2010-12-14
1
-22
/
+18
*
fix some bugs found with omega07.ml
Jacques Garrigue
2010-12-14
5
-227
/
+51
*
Add omega examples
Jacques Garrigue
2010-12-13
5
-0
/
+616
*
In type_cases, must take instances of ty_res
Jacques Garrigue
2010-12-13
1
-1
/
+2
*
pattern level is only for definitions + existentials too should use pattern l...
Jacques Garrigue
2010-12-13
2
-9
/
+19
*
back to original
Jacques Garrigue
2010-12-10
1
-2
/
+4
*
changed the syntax back
Jacques Le Normand
2010-12-05
5
-22
/
+22
*
newtypes now have an explicit level
Jacques Le Normand
2010-12-03
10
-38
/
+57
*
changed syntax of constructors
Jacques Le Normand
2010-12-03
2
-31
/
+30
*
existentials can no longer appear in let bindings. This is a temporary restri...
Jacques Le Normand
2010-12-03
4
-21
/
+45
*
moved escaping let code
Jacques Le Normand
2010-12-03
1
-5
/
+8
*
fixed escaping existentials in let bindings
Jacques Le Normand
2010-12-03
1
-4
/
+11
*
fixed bug in syntactic sugar translation
Jacques Le Normand
2010-12-03
1
-4
/
+7
*
fixed update_level bug
Jacques Le Normand
2010-12-03
1
-1
/
+1
*
& types are no longer created during for the new type syntax annotation
Jacques Le Normand
2010-11-24
1
-3
/
+56
*
fixed duplicate error message bug
Jacques Le Normand
2010-11-24
1
-46
/
+41
*
camlp4 -> caml ast transformations done
Jacques Le Normand
2010-11-22
4
-12
/
+188
*
Camlp4 finally works. This is probably not the most elegant implementation
Jacques Le Normand
2010-11-19
8
-17
/
+390
*
changed VERSION to 3.13.0-gadt so that it can work with camlp5. This is nonst...
Jacques Le Normand
2010-11-19
4
-1
/
+1
*
undid all changes to camlp4
Jacques Le Normand
2010-11-19
4
-69
/
+26
*
renammed a function
Jacques Le Normand
2010-11-18
1
-3
/
+3
*
small cleanup
Jacques Le Normand
2010-11-18
6
-22
/
+19
*
fix mcomp + untabify
Jacques Garrigue
2010-11-17
1
-177
/
+176
*
undid changes in last commit. unify now uses the old mode when possible
Jacques Le Normand
2010-11-17
1
-105
/
+32
*
every function exported by ctype is now set to the correct mode
Jacques Le Normand
2010-11-17
1
-10
/
+91
*
updated addlabels
Jacques Le Normand
2010-11-17
1
-2
/
+2
*
switch to Old in moregen too
Jacques Garrigue
2010-11-16
1
-19
/
+23
*
added change_mode function
Jacques Le Normand
2010-11-16
1
-5
/
+26
*
complete_constrs in parmatch.ml now works with gadts. Reverted changes to the...
Jacques Le Normand
2010-11-16
14
-168
/
+152
*
big change as to how unification mode is handled
Jacques Le Normand
2010-11-15
1
-73
/
+98
*
we must forget abbrevs when switching to the old method of unification. remov...
Jacques Le Normand
2010-11-15
3
-12
/
+8
*
rebootstrapped to fix exception printing error
Jacques Le Normand
2010-11-15
3
-0
/
+0
*
fix printing bug
Jacques Garrigue
2010-11-15
1
-1
/
+2
*
updated VERSION and config files
Jacques Le Normand
2010-11-13
6
-5
/
+5
[next]