summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-30HIR Visitor - (minor) log module pathJohn Hodge1-1/+1
2017-09-30Parse - handle macro invocations with attributes in impl blocksJohn Hodge1-10/+11
2017-09-29AST - Support printing AST types in a clean formJohn Hodge6-83/+57
2017-09-29Parse - Remove TOK_ATTR_OPEN and TOK_CATTR_OPENJohn Hodge8-175/+88
2017-09-29Expand - Load crates that were conditionally includedJohn Hodge2-1/+5
2017-09-28HIR Lower - (minor) Add TODO on repr for enumsJohn Hodge1-2/+4
2017-09-28HIR Typecheck Expr - Handle `some_const_ptr as *const _` with fallback modeJohn Hodge1-2/+56
2017-09-25Script overrides - Add 1.19 linuxJohn Hodge8-0/+9
2017-09-24Makefile - MinorJohn Hodge1-2/+2
2017-09-24minicargo - Specify crate version tagsJohn Hodge2-6/+52
2017-09-24All - Handle crates with tagged namesJohn Hodge8-9/+62
2017-09-24LoadCrates - Support loading crates that might collide (and handle name ↵John Hodge9-39/+108
collisions)
2017-09-24Makefile - Little fixesJohn Hodge2-3/+14
2017-09-24Readme - Little updatesJohn Hodge1-0/+7
2017-09-24Makefile - Download tarball separatelyJohn Hodge1-11/+10
2017-09-24Makefile - Slight fix to avoid double-compilationJohn Hodge1-1/+5
2017-09-24minicargo.mk - Support alternate output dir and source locationJohn Hodge1-20/+30
2017-09-23minicargo - Don't do a repo lookup unless a version is specifiedJohn Hodge1-1/+1
2017-09-23Parse - Handle `_:` in fn typesJohn Hodge1-1/+1
2017-09-23Minicargo - Look in the repo before path dependenciesJohn Hodge1-14/+11
2017-09-23minicargo - Some defensive handling of bad manifestsJohn Hodge1-1/+6
2017-09-23Trans - Only codegen drop impls if neededJohn Hodge2-1/+8
2017-09-23testrunner - Fiddling aroundJohn Hodge1-4/+7
2017-09-23Codegen C - A few MSVC fixesJohn Hodge1-30/+38
2017-09-23VSProject - add a script to build libstd and friendsJohn Hodge1-0/+7
2017-09-23Expand - Little fixes for libpanic_unwind win32John Hodge3-0/+10
2017-09-23Merge branch 'master' of ssh://github.com/thepowersgang/mrustcJohn Hodge12-43/+134
2017-09-23Codegen C - Use static when a destructor would be locally defined, extern ↵John Hodge1-3/+15
otherwise
2017-09-23Minicargo - Support optional build-dependenciesJohn Hodge3-6/+25
2017-09-23minicargo - Disable debug in toml parserJohn Hodge2-3/+10
2017-09-23minicargo - Support library directoriesJohn Hodge2-3/+13
2017-09-23script-overrides - Add *san for 1.19John Hodge4-0/+0
2017-09-23minicargo - Configurable output directory, fix assertion with an exceptionJohn Hodge4-33/+82
2017-09-23HIR Typecheck - Fix bug with get_full_path on functions in the root crateJohn Hodge2-1/+7
2017-09-22Trans - Little fixes for MSVC 32-bitJohn Hodge3-11/+81
2017-09-22testrunner - Move running of tests to enumerationJohn Hodge1-19/+17
2017-09-22minicargo - Compile fixes for windowsJohn Hodge2-1/+8
2017-09-22Windows compile fixesJohn Hodge2-3/+2
2017-09-22Tools - Add draft testrunnerJohn Hodge6-0/+469
2017-09-22Trans - MSVC twiddlingJohn Hodge3-8/+48
2017-09-21Include <functional>equal-l21-0/+1
2017-09-21Merge pull request #24 from equal-l2/remove-cmake-updateJohn Hodge (Mutabah)1-2/+0
Remove CMake update
2017-09-21Makefile - Move entirely to minicargo build for libstdJohn Hodge2-212/+11
2017-09-21Merge pull request #23 from equal-l2/purge-transformJohn Hodge (Mutabah)1-1/+2
Remove `--transform` when uncompressing rustc tarball (not supported by BSD tar)
2017-09-21Notes - Some outstanding issuesJohn Hodge2-0/+42
2017-09-20minicargo.mk - Add target for cargoJohn Hodge1-1/+3
2017-09-20Makefile - Updated test list (slightly)John Hodge1-6/+5
2017-09-20Script Overrides - Add *san overrides (empty, needed for libstd)John Hodge4-0/+0
2017-09-20(minor) Debug printing changesJohn Hodge2-0/+2
2017-09-20HIR Typecheck - Revert change to method lookup order, plan for fallbacksJohn Hodge2-45/+64