summaryrefslogtreecommitdiffstats
path: root/parsing
AgeCommit message (Expand)Author
2013-04-04fix whitespaceDamien Doligez
2013-03-28added a lot of missing newlinesDamien Doligez
2013-03-22fix wrong error messageDamien Doligez
2013-03-18Allow parentheses around the typexpr in "type t = [> typexpr ]".Damien Doligez
2013-03-18Do not let indentation grow without bound when pretty-printing the parse tree.Damien Doligez
2013-03-09fix a few problems with whitespace and over-long linesDamien Doligez
2013-02-22pprintast.ml: fix a bug for printing private types and tune some identationsHongbo Zhang
2013-02-08Typo.Alain Frisch
2013-01-29Fix PR#5911: substituting in submodules should not be allowedJacques Garrigue
2013-01-23Better registration API.Alain Frisch
2013-01-23Registration API for ppx rewriters.Alain Frisch
2013-01-23#5902: adapt standard ppx driver to support extra arguments.Alain Frisch
2013-01-20fix a benign typo in the parser, spotted by Frédéric BourGabriel Scherer
2013-01-17Allow to pass mapper objects with more methods.Alain Frisch
2013-01-16Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch
2012-12-14desuaring Bigarray syntax for -dsourceHongbo Zhang
2012-12-13better locationsDamien Doligez
2012-12-10followup to r13120: output ALL locationsDamien Doligez
2012-12-10fix white spaceDamien Doligez
2012-12-08fix wrong locations in ASTDamien Doligez
2012-12-08fix whitespace and long linesDamien Doligez
2012-12-08shorter format for locations; output all locationsDamien Doligez
2012-12-06fix missing locationsDamien Doligez
2012-11-12tune the indentation of [let rec ... and ...] and fix the bug of ~+Hongbo Zhang
2012-11-05fix indentation of parsing/pprintast.ml and a minor bug let _ as f = fun .. -...Hongbo Zhang
2012-11-03Ptyp_poly consistent in both methods and binding Hongbo Zhang
2012-11-03bug fix for parsing/pprintast.ml, now pprintast pass tests of all the files i...Hongbo Zhang
2012-11-02bug fix for parsing/pprintast.ml and add tools/eqparsetree to diff two parsetreeHongbo Zhang
2012-11-01fix a typo in record printingHongbo Zhang
2012-10-31desguaring record syntax sugarHongbo Zhang
2012-10-31make pprintast usableHongbo Zhang
2012-10-17#5741: make Pprintast available from the command-line (-dsource).Alain Frisch
2012-10-17#5741: link pprintast into the compiler (unused for now, but it is available ...Alain Frisch
2012-10-16#5770: Syntax error messages involving unclosed parens are sometimes incorrect.Alain Frisch
2012-10-15remove all $Id keywordsDamien Doligez
2012-09-10update comment; remove spurious commasDamien Doligez
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-30#4762: QUESTIONQUESTION is no longer a token.Alain Frisch
2012-06-21#5657: fix location of punned record fields (for patterns as well).Alain Frisch
2012-06-21#5657: fix location of punned record fields.Alain Frisch
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-29Enable and fix more warnings.Alain Frisch
2012-05-29Compile with warning 33, and remove unused opens.Alain Frisch
2012-05-03PR#5598: fix bug in commit 12420Damien Doligez
2012-05-02PR#5598: remove macos9-style newline supportDamien Doligez
2012-04-17remove redundant colon in norepeat mode for the toplevelDamien Doligez
2012-04-13PR#5585: typo explicitely -> explicitlyDamien Doligez
2012-03-23Fix PR#5553: do not allow a type variable to have the same name as a local typeJacques Garrigue
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-03-07#5527: use absolute filenames in the message for Warning 31, when requested (...Alain Frisch