summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Makefile - Compile hello_world program after generationJohn Hodge1-0/+1
2016-12-16Add panic_abort and allocator_system to executablesJohn Hodge1-1/+1
2016-12-14Consteval - Re-enabled full first-pass constevalJohn Hodge1-1/+1
2016-12-11HIR Const Eval - Split into two passes to have correct types in literalsJohn Hodge1-0/+1
2016-12-10MIR - Add rough optimisationsJohn Hodge1-1/+1
2016-12-04MIR - Move vtable conversion to its own passJohn Hodge1-1/+1
2016-12-04Trans C - Some special casesJohn Hodge1-1/+1
2016-12-04Makefile - Write hello_world test to a C fileJohn Hodge1-1/+1
2016-12-03Travis CI - DamnitJohn Hodge1-1/+1
2016-12-03Trans Codegen - Structure coming upJohn Hodge1-1/+2
2016-12-01Trans - Enumeration work structured out, vtables hacked inJohn Hodge1-1/+1
2016-11-27Trans - Initial rough up (untested) of enumerationJohn Hodge1-0/+1
2016-11-26Makefile - Automatic dependencies for librustc_driverJohn Hodge1-1/+1
2016-11-26Travis - Reduce log size, add libsyntax_extJohn Hodge1-1/+3
2016-11-25Makefile - Deps for librustc_typeckJohn Hodge1-0/+1
2016-11-25HIR - Shift markings to their own pass, store in crate metadata.John Hodge1-1/+1
2016-11-23Makefile - Dependencies for librustc_transJohn Hodge1-0/+1
2016-11-22Makefile - Use a script to get dependenciesJohn Hodge1-2/+5
2016-11-22Makefile - More dependencies!John Hodge1-1/+6
2016-11-20Makefile - Extra depsJohn Hodge1-0/+3
2016-11-19Makefile - Updated libsyntax depsJohn Hodge1-1/+1
2016-11-19Makefile - Add rustc_driver dep, fix rbml depJohn Hodge1-3/+3
2016-11-18HIR Expand - Erased types replacmentJohn Hodge1-1/+1
2016-11-06Makefile - more rustc depsJohn Hodge1-1/+2
2016-11-05Expand - add #[test] handler that removes all testsJohn Hodge1-0/+1
2016-11-05Makefile - More rustc depsJohn Hodge1-1/+2
2016-11-05Makefile - Fix dependency for librustc_errorJohn Hodge1-1/+1
2016-11-03Makefile - Print last line of failed test's outputJohn Hodge1-1/+1
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-2/+2
2016-11-02All - Hack in start of macro hygine - requires rework so is disabledJohn Hodge1-1/+1
2016-10-31AST - Delete some dead code, remove some warnings on GCC6John Hodge1-0/+1
2016-10-30Makefile - Add test dep for -j buildsJohn Hodge1-0/+1
2016-10-30Makefile - Touch test dep output after creation (so make doesn't complain)John Hodge1-1/+1
2016-10-30Makefile - More correct dependencies for -j buildsJohn Hodge1-0/+6
2016-10-30Makefile - Support extra args on testsJohn Hodge1-1/+4
2016-10-28Makefile - environment vars for rust_os/Tifflin kernelJohn Hodge1-1/+6
2016-10-26Expand - env! and option_env!John Hodge1-0/+1
2016-10-26Expand - Add a stubbed impl of some rustc-internal macrosJohn Hodge1-0/+1
2016-10-25Makefile - librustc dep tree continuedJohn Hodge1-1/+4
2016-10-25Resolve - Fix behavior of `super` in anon modulesJohn Hodge1-1/+1
2016-10-24Makefile - Add libcore dep to rustosJohn Hodge1-1/+1
2016-10-23Misc - Tiny changes to get farther towards compiling rustcJohn Hodge1-1/+2
2016-10-23AST - (minor) Move dump_as_rust to ast/dump.cppJohn Hodge1-1/+1
2016-10-22Makefile - update rustc sourceJohn Hodge1-0/+1
2016-10-22Makefile - Add dependency for libstd (libcompiler_builtins)John Hodge1-1/+1
2016-10-22Makefile - Rule to start compiling rustc itselfJohn Hodge1-0/+13
2016-10-21Makefile - Switch to curl instead of wgetJohn Hodge1-2/+3
2016-10-20Makefile - Suppress message when deleting non-exisant tarballJohn Hodge1-1/+1
2016-10-20Makefile - Allow overriding the last stage for rust_testsJohn Hodge1-1/+5
2016-10-20HIR Serialise - Replace boost with raw zlibJohn Hodge1-3/+2