summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-20MIR Optimise - Fix a mis-optimisatio when there's &mut-s aroundJohn Hodge1-1/+4
2019-10-20unit tests - Update list of expected-fail testsJohn Hodge1-0/+17
2019-10-20Makefile - Fix unit test supportJohn Hodge1-6/+8
2019-10-20testrunner - Support 'skip-codegen'John Hodge1-1/+17
2019-10-19main - Renamed .hir to .rlibJohn Hodge1-1/+1
2019-10-19Codegen C - Tweak handling of dylibs at linkingJohn Hodge1-1/+4
2019-10-19testrunner - Add mode to only rebuild failing testsJohn Hodge1-15/+29
2019-10-19HIR Const Eval - Avoid crash when HIR expansion changes the root nodeJohn Hodge1-1/+1
2019-10-16run_rustc - CleanupJohn Hodge1-4/+9
2019-10-16run_rustc - Semi-working compile of rustc using cargo+rustcJohn Hodge1-5/+25
2019-10-13run_rustc - Working for both 1.19/1.29John Hodge1-13/+20
2019-10-13rustc bootstrap - 1.29 coming alongJohn Hodge2-6/+18
2019-10-13Expand - Hackily set the crate name from command line before expandJohn Hodge2-7/+11
2019-10-13run_rustc - Almost working with 1.29John Hodge1-12/+17
2019-10-13Missing file (from a few weeks ago, oops)John Hodge1-0/+35
2019-10-13minicargo.mk - Add a testing targetJohn Hodge1-0/+2
2019-10-13rustc 1.29 patch - Move hard-coded llvm backend checkJohn Hodge1-4/+8
2019-10-13test_smiri - Tweaks from use for debuggingJohn Hodge1-3/+4
2019-10-13run_rustc - Tweaking towards bootstrapJohn Hodge2-38/+74
2019-10-12run_rustc - 1.29/1.19 supportJohn Hodge1-25/+39
2019-10-12rustc patch 1.29 - Disable all SSE features if built with mrustcJohn Hodge1-0/+15
2019-10-12Codegen C - Don't link proc macros into final executableJohn Hodge1-7/+13
2019-10-12Notes - Some typecheck funtimesJohn Hodge1-0/+12
2019-10-11HIR Expand Closures - Copy if all captures are CopyJohn Hodge1-11/+7
2019-10-10Minicargo Manifest - Tweaked binary source file logicJohn Hodge1-2/+7
2019-10-10HIR Expand Closures - Set source module in Copy implJohn Hodge1-1/+1
2019-10-08HIR Expand Closures - Impl Copy for Borrow/no-capture closuresJohn Hodge3-6/+43
2019-10-06HIR Typecheck - Return type for empty match statementsJohn Hodge1-0/+5
2019-10-06Resolve - Fix error not setting generic params on HIR type aliasesJohn Hodge1-1/+10
2019-10-06Expand - Pass attributes on struct/union/enums to custom derive codeJohn Hodge4-15/+37
2019-10-06Expand - Hand attributes to item attribute handlersJohn Hodge10-19/+21
2019-10-06Expand - Handle cfg_attr speciallyJohn Hodge1-9/+38
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge15-196/+182
2019-10-05HIR Typecheck - Tweak: Prefer single-source if it's concrete and meets boundsJohn Hodge1-0/+28
2019-10-05HIR Typecheck - Handle unbound UFCS types properly in coercionsJohn Hodge1-1/+6
2019-10-05Codegen C - Fix dylib linking logic to ignore proc macrosJohn Hodge1-1/+4
2019-09-30HIR Typecheck - Coercion point at indexingJohn Hodge2-1/+8
2019-09-30HIR Typecheck - Working cargo 1.19John Hodge2-24/+150
2019-08-24HIR/Expand - Hack in proc_macro re-exports (this needs to be cleaner)John Hodge7-10/+76
2019-08-24minicargo - Allow specifying features on command lineJohn Hodge1-0/+16
2019-08-23main - Name proc-macro extra enumerate/monomorph/optimise passes differently ...John Hodge1-3/+4
2019-08-23MIR Optimise - Handle case where a &mut isn't usedJohn Hodge1-0/+5
2019-08-23Expand proc_macro - Fix assertion with no-value enum variantsJohn Hodge2-10/+16
2019-08-23Typecheck Expressions - Fix case where a UFC isn't expanded before being used...John Hodge1-0/+8
2019-08-19Stanalone MIRI - Track frame counts (easier to step back across calls)John Hodge3-10/+24
2019-08-19Codegen C - Don't emit call return assignment of ZSTsJohn Hodge1-0/+5
2019-08-18Trans AutoImpls - Fix minor issue in generation of Clone panic armsJohn Hodge1-1/+1
2019-08-18Typecheck Expressions - Tweaks to cast logic for libgit2John Hodge1-51/+52
2019-08-18Codegen C - Don't emit any assignment of ZSTsJohn Hodge1-2/+2
2019-08-18Codegen MMIR - panic_impl stubJohn Hodge1-0/+15