summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add -trans-mod option for transparent module dependencies.module-aliasJacques Garrigue2013-12-2014-5/+58
* Fix PR#6240Jacques Garrigue2013-11-185-3/+92
* fix computation of positionJacques Garrigue2013-11-161-2/+4
* also generate module aliases when using includeJacques Garrigue2013-11-154-5/+41
* expand module aliases and type identifiers in "module type of"Jacques Garrigue2013-11-111-0/+2
* use new scrape_alias for Env tooJacques Garrigue2013-11-115-29/+29
* forgot test...Jacques Garrigue2013-11-111-0/+1
* use a strengthening version of scrape_alias in TypemodJacques Garrigue2013-11-113-6/+47
* merge trunk:14244 to fix bootstrapJacques Garrigue2013-10-2424-179/+146
|\
| * Fix testsuite.Alain Frisch2013-10-102-2/+2
| * #6205: add Hint before spellchecking suggestion.Alain Frisch2013-10-101-1/+1
| * #5445: interpret warning attribute on expressions, and as floating signature/...Alain Frisch2013-10-046-3/+56
| * Allow floating attribute in the toplevel. Also allow the empty structure (;;...Alain Frisch2013-10-041-3/+7
| * #6195: use ocamlcommon.cma to link ocamldoc, instead of explicit list of comp...Alain Frisch2013-10-022-110/+9
| * Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch2013-10-0115-57/+66
| * Fix #6193 (Incorrect warning 12 for character ranges).Alain Frisch2013-10-011-3/+5
| * bootstrap camlp4Jacques Garrigue2013-10-012-198/+697
* | Do not add module aliases to importsJacques Garrigue2013-10-0810-52/+100
* | applicative functor applicationJacques Garrigue2013-10-082-0/+70
* | applicative functor applicationJacques Garrigue2013-10-081-17/+21
* | debuggerJacques Garrigue2013-10-081-2/+2
* | fix multiple binding of same identifier in apply_coercion, broke core_extendedJacques Garrigue2013-10-051-6/+11
* | make path normalization safer; now Core not only compiles but worksJacques Garrigue2013-10-0419-66/+102
* | more exception paths requiring normalizationJacques Garrigue2013-10-035-8/+12
* | Hurrah: Core compiles (with some warnings)Jacques Garrigue2013-10-022-2/+7
* | fix path comparison. still a problem with FCMod in Core.BinableJacques Garrigue2013-10-025-9/+78
* | fix exn_rebind: camlp4 compiles againJacques Garrigue2013-10-0210-40/+64
* | everything works except camlp4Jacques Garrigue2013-10-0119-408/+823
* | passes the testsuite!Jacques Garrigue2013-09-3010-31/+152
* | Merge trunk at revision 14200. Now everything works except private typesJacques Garrigue2013-09-3044-589/+837
|\ \ | |/
| * Keep attributes on module declarations.Alain Frisch2013-09-2724-211/+280
| * Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch2013-09-2715-166/+234
| * Fix.Alain Frisch2013-09-271-0/+1
| * Fix tests.Alain Frisch2013-09-271-0/+1
| * Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-2724-177/+329
* | mostly works, but:Jacques Garrigue2013-09-308-83/+125
* | now works with nested structures; still problems inside functorsJacques Garrigue2013-09-303-41/+86
* | do not alias functor parameters + some problems with coercions not fixed yetJacques Garrigue2013-09-308-18/+53
* | module translation + bad functor exampleJacques Garrigue2013-09-293-11/+20
* | Support module aliases.Jacques Garrigue2013-09-2936-31/+182
* | experiment on module aliasesJacques Garrigue2013-09-260-0/+0
|/
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-2616-7/+46
* Cleanup.Alain Frisch2013-09-261-46/+0
* Get rid of recursion closing functions, being more explicit on the recursion ...Alain Frisch2013-09-265-201/+169
* Adapt one more example.Alain Frisch2013-09-261-14/+17
* Adapt one more example.Alain Frisch2013-09-262-18/+18
* Adapt one more example.Alain Frisch2013-09-261-16/+16
* Functions to close the open recursion in Ast_mapper.Alain Frisch2013-09-263-165/+240
* Adapt js example.Alain Frisch2013-09-262-24/+26
* Cleanup ppx API.Alain Frisch2013-09-264-34/+39