コミット履歴

作者 SHA1 メッセージ 日付
  Dan Korostelev 92d74fa7a3 encode/decode FunctionArg.meta (see #4313) 9 年 前
  Dan Korostelev a31ef2037f Fail when a package specified by command-line is not found 9 年 前
  Dan Korostelev f9f49b7015 fix `@type` display tests 9 年 前
  Dan Korostelev 3c031134a9 separate DisplayType and DisplaySignatures, add position information to DisplayType 9 年 前
  Simon Krajewski 6058148b61 properly support display for capture variables 9 年 前
  hughsando 54e50cddd8 [cpp] Use native-statics for Int64 externs 9 年 前
  Simon Krajewski a8bac2c5f0 fix macro displaying again 9 年 前
  Simon Krajewski 8f59363ada adjust test 9 年 前
  Simon Krajewski 3e0c123056 allow display on the path of ENew 9 年 前
  Simon Krajewski 2cbb904acd deal with EDisplay nodes in EFor 9 年 前
  Simon Krajewski 3cacc81d88 temporarily enter display mode for macros 9 年 前
  Simon Krajewski 012ea7d1a4 shut up about errors in display mode 9 年 前
  Simon Krajewski 0beba42b55 support display on type parameter declarations 9 年 前
  Simon Krajewski ba34d7357d add missing unification 9 年 前
  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 年 前