summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-01Typecheck Expressions - Don't pick a bound impl when type is Unbound UFCSJohn Hodge1-0/+2
2017-10-01Resolve - Handle path binding for unit structs in patternsJohn Hodge1-0/+10
2017-10-01Resolve - Search for unit-like structs in pattern lookupJohn Hodge1-0/+12
2017-10-01HIR Typecheck Expressions - Implement a TODOJohn Hodge1-2/+5
2017-10-01Resolve UFCS - Disable checking in type aliasesJohn Hodge1-0/+7
2017-10-01Notes - Add crate searchJohn Hodge1-0/+42
2017-10-01minicargo.mk - Default to 1.19.0 stableJohn Hodge1-5/+8
2017-10-01HIR Typecheck - Fallback in method lookupJohn Hodge3-79/+88
2017-09-30README - Litle updateJohn Hodge1-4/+6
2017-09-30Gitignore - CleanupJohn Hodge1-2/+2
2017-09-30Makefile - Switch to 1.19 by defaultJohn Hodge12-21/+48
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