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
/
datarepr.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #9721: Injectivity and recursive modules (#9727)
Jacques Garrigue
2020-07-07
1
-1
/
+1
*
Add a unique id to every signature item
Thomas Refis
2020-03-05
1
-8
/
+13
*
add separability signatures in type declarations
Gabriel Scherer
2020-01-28
1
-1
/
+3
*
Add support for [@@immediate64]
Jeremie Dimino
2019-09-24
1
-1
/
+1
*
Remove positions from paths
Leo White
2018-11-21
1
-2
/
+2
*
always associate a scope to a type (previously it was optional)
Thomas Refis
2018-10-05
1
-2
/
+2
*
slight representation change
Thomas Refis
2018-02-27
1
-1
/
+2
*
add a scope field to type_expr
Thomas Refis
2018-02-27
1
-1
/
+1
*
Fix GPR#1204 (#1329)
Jacques Garrigue
2017-09-16
1
-0
/
+13
*
fix discrepancy between the executables generated by
Damien Doligez
2016-12-14
1
-2
/
+2
*
GPR#606: add unboxed types
Damien Doligez
2016-07-21
1
-6
/
+22
*
Fix #7278: prevent inlined record on private types from being mutated.
alainfrisch
2016-06-27
1
-4
/
+4
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-11
/
+14
*
Add support for immediate attribute
Will Crichton
2016-02-02
1
-0
/
+1
*
add comment for Tobject in Datarepr.free_vars
Jacques Garrigue
2014-12-16
1
-0
/
+1
*
Fix PR#6716: Assertion failure with existentials + inline records + rows
Jacques Garrigue
2014-12-16
1
-3
/
+8
*
Reintegrate-merge constructors_with_record5 branch.
Alain Frisch
2014-10-14
1
-9
/
+40
|
\
|
*
Distinguish explicitly representation of regular records and inlined records ...
Alain Frisch
2014-04-04
1
-1
/
+1
|
*
Support for record arguments on exceptions.
Alain Frisch
2014-04-01
1
-1
/
+1
|
*
Rvert parts of the original commit which are not relevant with the encoding a...
Alain Frisch
2014-03-31
1
-51
/
+39
|
*
Encode record arguments into extra record declarations.
Alain Frisch
2014-03-31
1
-2
/
+4
|
*
Type-check constructor creation with a record argument.
Alain Frisch
2014-03-28
1
-2
/
+1
|
*
Some preparation for record arguments.
Alain Frisch
2014-03-28
1
-39
/
+52
*
|
Cleanup.
Alain Frisch
2014-10-03
1
-0
/
+12
*
|
Cleanup.
Alain Frisch
2014-10-03
1
-1
/
+1
*
|
Factorize.
Alain Frisch
2014-10-03
1
-22
/
+21
*
|
Integrate simple change from constructors_with_record4.
Alain Frisch
2014-10-03
1
-2
/
+5
*
|
merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...
Damien Doligez
2014-08-22
1
-1
/
+1
*
|
PR#5584: merge open extensible types, extension-patch-4.0.2
Jacques Garrigue
2014-05-04
1
-15
/
+30
|
/
*
Keep location and attributes in type, label and constructor declarations. De...
Alain Frisch
2013-09-27
1
-25
/
+36
*
Stop keeping a Path.t to refer to labels and constructors in the Typedtree AS...
Alain Frisch
2012-10-24
1
-7
/
+9
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
clean up TABs and whitespace
Damien Doligez
2012-07-30
1
-22
/
+22
*
merge with branch bin-annot
Fabrice Le Fessant
2012-05-30
1
-1
/
+1
*
Removal of unnecessary "rec" clauses (to please warning #39).
Xavier Clerc
2012-05-29
1
-1
/
+1
*
Compile with warning 33, and remove unused opens.
Alain Frisch
2012-05-29
1
-1
/
+0
*
Detect unused exception declarations (#5524).
Alain Frisch
2012-03-06
1
-1
/
+1
*
Keep locations for exception declaration. This gives better error messages an...
Alain Frisch
2012-03-06
1
-2
/
+2
*
merge branches/gadts-devel
Jacques Garrigue
2011-11-24
1
-4
/
+1
*
Keep type variable names
Jacques Garrigue
2011-09-22
1
-1
/
+1
*
merge branches/gadts
Jacques Garrigue
2011-07-29
1
-13
/
+60
|
\
|
*
remove the GAHs
Jacques Garrigue
2010-11-10
1
-77
/
+38
|
*
improved principal
Jacques Le Normand
2010-11-05
1
-3
/
+0
|
*
fixed small bug in mcomp
Jacques Le Normand
2010-10-20
1
-2
/
+2
|
*
fixed bug in syntax extension. Made unification of variants and objects local...
Jacques Le Normand
2010-10-19
1
-3
/
+3
|
*
exhaustiveness check is working. An algorithm te check compatibility has been...
Jacques Le Normand
2010-10-16
1
-1
/
+6
|
*
moved things into constructor_description
Jacques Le Normand
2010-10-07
1
-14
/
+38
|
*
switched to abstract types, still needs work on exhaustion type. the code nee...
Jacques Le Normand
2010-09-19
1
-8
/
+53
|
*
first commit
Jacques Le Normand
2010-09-13
1
-9
/
+24
*
|
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
|
/
[next]