Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,646 changes: 2,437 additions & 2,209 deletions .depend

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ _build

/otherlibs/dynlink/extract_crc
/otherlibs/dynlink/dynlink_platform_intf.mli
/otherlibs/dynlink/dynlink_compilerlibs/Makefile.copy-sources
/otherlibs/dynlink/dynlink_compilerlibs/*.ml
/otherlibs/dynlink/dynlink_compilerlibs/*.mli
/otherlibs/threads/marshal.mli
/otherlibs/threads/stdlib.mli
/otherlibs/threads/unix.mli
Expand Down
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Working version

(Changes that can break existing programs are marked with a "*")

### Code generation and optimizations:

- GPR#2278: Remove native code generation support for 32-bit Intel Darwin
targets.
(Mark Shinwell)

### Internal/compiler-libs changes:

- GPR#1579: Add a separate types for clambda primitives
Expand All @@ -24,6 +30,10 @@ Working version
- GPR#2265: Add bytecomp/opcodes.mli
(Mark Shinwell, review by Nicolas Ojeda Bar)

- GPR#2268: Improve packing mechanism used for building compilerlibs modules
into the Dynlink libraries
(Mark Shinwell, Stephen Dolan, review by David Allsopp)

### Runtime system:

- GPR#1725: Deprecate Obj.set_tag
Expand Down Expand Up @@ -717,6 +727,10 @@ OCaml 4.08.0
- GPR#2072: Always associate a scope to a type
(Thomas Refis, review by Jacques Garrigue and Leo White)

- GPR#2073: Add [Asm_directives], [Asm_label], [Asm_section], [Asm_symbol],
[Backend_sym] and [Target_system].
(Mark Shinwell, review by Damien Doligez)

- GPR#2074: Correct naming of record field inside [Ialloc] terms.
(Mark Shinwell, review by Jérémie Dimino)

Expand Down
Loading