rust/mk
Alex Crichton 6fabf421f0 rollup merge of #20245: fhahn/make-lexer-tests-runable-again
I would like to look into some issues related to the model lexer  #15883.

I stumbled upon 2 minor problems when I tried running the lexer tests:

* antlr did not put the generated files in the correct directory
* grammer/verify.rs did not work with the most recent version of rust

With these changes (and setting CLASSPATH=/usr/share/java/antlr-4.4-complete.jar:$CLASSPATH) I was able to execute the tests.

Note that I just fixed the syntax errors and added `None` as 2. argument of `Literal`. I am not sure if this is correct however. I still have to take a closer look at what verify.rs actually does. Are there any helpful pointers?
2014-12-29 16:36:18 -08:00
..
cfg Several fixes for DragonFly (rebase) 2014-12-19 13:05:06 +01:00
clean.mk debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" 2014-11-26 15:58:17 +01:00
crates.mk mk: Stop generating docs for deprecated crates 2014-12-28 09:34:38 -08:00
ctags.mk Fix make TAGS.emacs. 2014-12-16 17:08:49 +01:00
debuggers.mk debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" 2014-11-26 15:58:17 +01:00
dist.mk Only try to install the doc directory if it exists. 2014-12-17 19:24:40 -05:00
docs.mk mk: Stop generating docs for deprecated crates 2014-12-28 09:34:38 -08:00
grammar.mk Fix output directory for generated antlr code 2014-12-29 19:40:40 +01:00
host.mk
install.mk Use rust-installer for installation 2014-12-11 17:14:17 -08:00
llvm.mk Don't use the same llvmdeps.rs for every host. 2014-11-25 17:28:49 -06:00
main.mk debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" 2014-11-26 15:58:17 +01:00
perf.mk
platform.mk mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~) are in the directory 2014-11-19 16:00:51 -05:00
prepare.mk debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" 2014-11-26 15:58:17 +01:00
reconfig.mk
rt.mk mk: Build jemalloc with -ffunction-sections 2014-12-24 20:20:01 -08:00
rustllvm.mk Add LLVM ExecutionEngine API 2014-12-11 15:33:27 -07:00
snap.mk
stage0.mk mk/stage0: complain instead of creating an empty file 2014-11-20 16:00:12 -05:00
target.mk mk: Use host llvm linkage paths, not target ones 2014-11-30 00:01:19 -08:00
tests.mk Removed the sharding bit from mk/tests.mk 2014-12-25 16:22:06 -05:00
util.mk