コミット履歴

作者 SHA1 メッセージ 日付
  Simon Krajewski c0367c5d12 avoid more typing/errors in display mode 9 年 前
  Simon Krajewski e0dff7a8bd print backtrace if we're in a debug run on the compilation server 9 年 前
  Andy Li c4f0d221bf Avoid the use of Sys.executablePath() in sys test. 9 年 前
  Andy Li b7c1a5d2e8 [TravisCI] haxe-output: record the removals of files 9 年 前
  Dan Korostelev b5e561dc01 change js.Thenable to something that can be used to actually call the `then` method. hope it won't break stuff 9 年 前
  Simon Krajewski 8ace1eb61f add overloads to call display 9 年 前
  Dan Korostelev c78e7cdb9a use proper position for duplicate type parameter name error, also fix tests 9 年 前
  Dan Korostelev 778375540f fix warnings on ocaml 4 and compilation on ocaml 3 9 年 前
  Dan Korostelev d0c4ed81e4 [parser] fix typedef final position 9 年 前
  Dan Korostelev f3dd3b6da7 [display] use full type position for document symbols (that still shows only the first line, but that's a parser-related problem) 9 年 前
  Dan Korostelev 0e9d7d7983 [display] report full position range for fields in document symbols, not just the name position 9 年 前
  Dan Korostelev a798583245 move more display data types to display.ml 9 年 前
  hughsando 4e8e6f5b39 [cpp] Ensure int hash is treated as int. Fixes #5102 9 年 前
  Hugh 9b4ac55778 [cpp] Don't forget the arrow when calling interface variable fields. Closes #5140 9 年 前
  alexndrejoly 2e886552ee Update README.md (Added contributing field) (#5144) 9 年 前
  hughsando 256d36a102 [cpp] Fix CFFIPrime on neko for 0 args 9 年 前
  Simon Krajewski 56fae7a1de position ALL the things 9 年 前
  Simon Krajewski f948011e70 mark display as handled so we don't do field display as well 9 年 前
  Simon Krajewski f77249368d support display on placed names 9 年 前
  Simon Krajewski 84bb0d8a08 avoid more error messages in display mode 9 年 前
  IBwWG 781ddde9e4 Clearer grammar (#5142) 9 年 前
  Dan Korostelev af753184c6 refactor a bit so it's easier to grasp what's going on 9 年 前
  Dan Korostelev fa4b6d5dfc oops, forgot to save main.ml 9 年 前
  Dan Korostelev dbc7fa68a5 rename normalize_path to add_trailing_slash because that's what it does 9 年 前
  Dan Korostelev fccee6eb08 no need to do lowercasing here, since we're getting real (proper-cased) path anyway 9 年 前
  Simon Krajewski 3fa973d54d major bugfix 9 年 前
  Simon Krajewski b56d29a778 minor 9 年 前
  Dan Korostelev a65a5adbc1 [display] add json output for positions 9 年 前
  hughsando f98b0bdd5b [cpp] Add some setAt and Array helpers to Pointer 9 年 前
  Dan Korostelev aff9b7a639 [display] add typedefs (and related anon fields) to document symbols 9 年 前