summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Add a patch for DysonHEADmasterIgor Pashev1-2/+3
2019-11-24Misc - Remove now-defunct files (resolve_ufcs_outer.cpp and mangling.cpp)John Hodge1-1/+1
2019-11-20Fix typo previously breaking nightly buildE5ten1-1/+1
2019-10-20Makefile - Fix unit test supportJohn Hodge1-6/+8
2019-08-11Makefile - Switch to new mangling rulesJohn Hodge1-1/+1
2019-07-20Makefile - Use dynamic linking for testsJohn Hodge1-2/+3
2019-06-29Trans - Rework to potentially support dynamic librariesJohn Hodge1-5/+5
2019-06-29Makefile - Clean up old test targets, more resiliant verbose argumentJohn Hodge1-56/+10
2019-06-08Makefile - Tweaks to allow gprof usageJohn Hodge1-5/+18
2019-05-18Makefile - Ensure that patch changes cause a rustc updateJohn Hodge1-1/+1
2019-03-23Makefile - Configurable output directoryJohn Hodge1-33/+33
2019-03-23HIR - Split hir.cpp a bit to allow hackeryJohn Hodge1-1/+1
2019-01-12HIR Typecheck Outer - Duplicate the "Resolve UFCS" pass to use simpler logic ...John Hodge1-2/+2
2018-12-29Misc - Fix script overrides for std (was using windows), remove absent test h...John Hodge1-1/+4
2018-12-09Makefile - Allow overriding rustc versionJohn Hodge1-2/+3
2018-10-06Misc - Fix travis build (at least up to current state)John Hodge1-1/+5
2018-10-03Merge branch 'master' into nightly-1.29John Hodge1-6/+11
2018-10-03Fiddling for rustc 1.29 updateJohn Hodge1-6/+4
2018-09-22All - Generate MIR for constant evaluation (has too many const_cast calls, bu...John Hodge1-1/+0
2018-08-12Makefile - Fiddling with library testsJohn Hodge1-4/+6
2018-08-05Add version number (0.8 for now, because altough not stable, it works...)John Hodge1-1/+5
2018-08-04Trans - Add auto-generated Clone impls (only for Copy types currently)John Hodge1-1/+1
2018-07-29All - Initial work on supporting 1.29 as a target versionJohn Hodge1-0/+1
2018-06-27Makefile improvementsGreg V1-1/+1
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-1/+1
2018-06-02Remove serialise.cpp compileJohn Hodge1-1/+1
2018-06-02Makefile - Only extract debuginfo on gnu targetsJohn Hodge1-0/+1
2018-05-25Makefile - Remove -WerrorJohn Hodge1-4/+0
2018-04-01All - Move toml parser and path header to a common library, start on custom t...John Hodge1-2/+7
2018-02-21Move local tests to use the test runnerJohn Hodge1-7/+4
2018-01-28All - mingw32 compilation changesJohn Hodge1-6/+11
2018-01-14Makefile - Remove useless library directoryJohn Hodge1-3/+3
2018-01-07Makefile - Fix bad targetJohn Hodge1-1/+1
2018-01-07Makefile - Fix invalid dependency of target rust_testsJakub Jirutka1-1/+1
2018-01-07Makefile - Fix missing TEST_DEPS' taskJakub Jirutka1-1/+1
2017-12-30Makefile - Strip out all old test codeJohn Hodge1-500/+40
2017-11-27Makefiles - tweakingJohn Hodge1-1/+1
2017-11-23Small patchАристарх Фещуков1-1/+1
2017-11-19testrunner - Handle requested compiler argsJohn Hodge1-1/+3
2017-11-19Makefile - New target to use testrunner (with the start of a skip list)John Hodge1-0/+7
2017-11-12src - Add draft (untested) support for procedural macro cratesJohn Hodge1-0/+2
2017-10-30lib - Add draft of custom libproc_macroJohn Hodge1-2/+2
2017-10-01Makefile - Little bit of cleanupJohn Hodge1-2/+0
2017-09-30Makefile - Switch to 1.19 by defaultJohn Hodge1-14/+39
2017-09-24Makefile - MinorJohn Hodge1-2/+2
2017-09-24Makefile - Little fixesJohn Hodge1-3/+7
2017-09-24Makefile - Download tarball separatelyJohn Hodge1-11/+10
2017-09-24Makefile - Slight fix to avoid double-compilationJohn Hodge1-1/+5
2017-09-21Makefile - Move entirely to minicargo build for libstdJohn Hodge1-212/+9
2017-09-21Merge pull request #23 from equal-l2/purge-transformJohn Hodge (Mutabah)1-1/+2