summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | Remove dead code related to old MMAP_INTERVALJacques-Henri Jourdan2016-03-072-34/+0
| | | | | | |
| | * | | | | Merge pull request #496 from jhjourdan/fix_bootstrapDamien Doligez2016-03-083-1877/+2201
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix coreboot, update .depend
| | | * | | | | * Fix coreboot target. This target calls promote, which itself nowJacques-Henri Jourdan2016-03-073-1877/+2201
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uses tools/stripdebug. This executable has to be ran with the new runtime, not the one in boot/. * Update .depend for byterun/ and asmrun/
| | * | | | | Merge pull request #495 from jhjourdan/multiple_hooksDamien Doligez2016-03-081-2/+0
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | Remove double calls to caml_finalize_hook
| | | * | | | remove double calls to caml_finalize_hookJacques-Henri Jourdan2016-03-071-2/+0
| | |/ / / /
| | * | | | Merge pull request #493 from adrien-n/mingw-cross-compilation-improvementsGabriel Scherer2016-03-074-94/+69
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Mingw cross compilation improvements
| | | * | | Makefile: use "$(EXT_DLL)" instead of hard-cording ".so".Adrien Nader2016-03-051-3/+4
| | | | | |
| | | * | | otherlibs/win32unix: factor Makefile.nt and Makefile non-.nt.Adrien Nader2016-03-053-91/+65
| | | |/ /
| | * | | Merge branch '4.03' of ssh://github.com/ocaml/ocaml into 4.03Jacques Garrigue2016-03-061-1/+1
| | |\ \ \
| | | * | | Merge pull request #492 from chambart/fix_dflambdaGabriel Scherer2016-03-051-1/+1
| | | |/ / | | | | | | | | | | Fix -dflambda argument
| | * | | Fix PR#7152: lower level of non-generalized variables to binding time of ↵Jacques Garrigue2016-03-065-6/+93
| | |/ / | | | | | | | | | | | | enclosing module
| | * | PR#1956 (partial): do not export marshall_flagsDamien Doligez2016-03-031-1/+2
| | | |
| | * | Merge pull request #477 from trefis/4.03-docstringsMark Shinwell2016-03-034-9/+196
| | |\ \ | | | | | | | | | | GPR#477: docstrings
| | | * | docstrings: add a test fileThomas Refis2016-03-032-0/+162
| | | | |
| | | * | ChangesThomas Refis2016-03-031-0/+3
| | | | |
| | | * | allow docstring in object and polymorphic variant types.Thomas Refis2016-03-031-5/+18
| | | | |
| | | * | allow docstring inside arrow types, attach them to parametersThomas Refis2016-03-031-4/+13
| | |/ /
| | * | Merge pull request #488 from mshinwell/pr7157-4.03-take2Mark Shinwell2016-03-034-16/+24
| | |\ \ | | | | | | | | | | GPR#488: [Attempt to] Fix PR7157 (too many minor collections)
| | | * | Fix PR7157 (too many minor collections)Mark Shinwell2016-03-034-16/+24
| | |/ /
| | * | Merge branch '4.03' of github.com:ocaml/ocaml into 4.03Jacques Garrigue2016-03-030-0/+0
| | |\ \
| | | * | Minor tweaks to Changes.alainfrisch2016-03-021-4/+4
| | | | |
| | | * | Fix PR4080 has been reverted. Update Changes accordingly.alainfrisch2016-03-021-3/+0
| | | | |
| | | * | add quotes to avoid breaking RML's configure scriptDamien Doligez2016-03-021-1/+1
| | | | |
| | | * | Correct erroneous commentMark Shinwell2016-03-021-10/+10
| | | | |
| | | * | Merge pull request #489 from Octachron/manual_short_paths_and_underscoresDamien Doligez2016-03-023-3/+9
| | | |\ \ | | | | | | | | | | | | Manual: underscore penalties with "-short-path"
| | | | * | Manual: underscore penalties with -short-pathoctachron2016-02-293-3/+9
| | | | | |
| | * | | | Minor tweaks to Changes.alainfrisch2016-03-031-4/+4
| | | | | |
| | * | | | Fix PR4080 has been reverted. Update Changes accordingly.alainfrisch2016-03-031-3/+0
| | | | | |
| | * | | | add quotes to avoid breaking RML's configure scriptDamien Doligez2016-03-031-1/+1
| | | | | |
| | * | | | Correct erroneous commentMark Shinwell2016-03-031-10/+10
| | | | | |
| | * | | | Manual: underscore penalties with -short-pathoctachron2016-03-033-3/+9
| | | | | |
| | * | | | Fix PR#7160: Type synonym definitions can weaken gadt constructor typesJacques Garrigue2016-03-034-15/+37
| | |/ / /
| | * | | add test for required externalsJacques Garrigue2016-03-014-0/+28
| | | | |
| | * | | Fix PR#7113: -safe-string can break GADT compatibility checkJacques Garrigue2016-03-016-1/+35
| | |/ /
| | * | Flambda: do not forget the default case when measuring the size of SwitchMark Shinwell2016-02-291-1/+2
| | | |
| | * | Flambda: restore correct simplification code for over-applicationsMark Shinwell2016-02-291-7/+1
| | | |
| | * | increment version number after tagging 4.03.0+beta1Damien Doligez2016-02-291-1/+1
| | | |
| | * | change VERSION for 4.03.0+beta1Damien Doligez2016-02-294-1/+1
| | | |
| | * | last commit before tagging 4.03.0+beta1Damien Doligez2016-02-291-1/+1
| | | |
| | * | update .depend and bootstrap compilers before releaseDamien Doligez2016-02-2916-1738/+1388
| | | |
| | * | Stop producing erroneous backtrace frames in Flambda modeMark Shinwell2016-02-291-1/+22
| | | |
| | * | Merge branch '4.03' of https://github.com/ocaml/ocaml into 4.03Mark Shinwell2016-02-291-1/+1
| | |\ \
| | | * | Use the 4.03 branch of camlp4 for the travis buildJeremie Dimino2016-02-291-1/+1
| | | | |
| | * | | Forgotten warning message change from pchambart's review of 4137939cMark Shinwell2016-02-291-1/+1
| | |/ /
| | * | Merge pull request #484 from lpw25/fix-extract-projectionsMark Shinwell2016-02-261-10/+36
| | |\ \ | | | | | | | | | | GPR#484: Change how Extract_projections handles nested sets of closures
| | | * | Change how extract projections handles nested sets of closuresLeo White2016-02-241-10/+36
| | | | |
| | * | | Merge pull request #480 from mshinwell/flambda_unbox-closuresMark Shinwell2016-02-2646-438/+894
| | |\ \ \ | | | | | | | | | | | | GPR#480: Flambda fix: try to make Unbox_closures behave more reasonably
| | | * | | Fix Unbox_closures to lessen runtime performance penaltyMark Shinwell2016-02-2446-438/+894
| | | | | |
| | * | | | Move PR7118/7120 Changes entry into correct sectionMark Shinwell2016-02-261-3/+3
| | | | | |
| | * | | | cut overlong linesDamien Doligez2016-02-254-5/+8
| | | | | |