summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
to main passes
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 ↵John Hodge1-0/+8
used in coercion
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
2019-08-18Standalone MIRI - Correct handling of function typesJohn Hodge5-48/+118
2019-08-17Standalone MIRI - Refactor Value to allow one relocation inlineJohn Hodge4-244/+274
2019-08-17Standalone MIRI - SwitchValue stringJohn Hodge1-6/+25
2019-08-16Standalone MIRI - More u128, general improvements in running a proc macroJohn Hodge3-14/+244
2019-08-14Standalone MIRI - Start on u128/i128 support ideasJohn Hodge2-0/+36
2019-08-14Standalone MIRI - Instruction countingJohn Hodge2-2/+5
2019-08-11Notes - New idea for a MIR optimisationJohn Hodge1-0/+17
2019-08-11Makefile - Switch to new mangling rulesJohn Hodge1-1/+1
2019-08-11Trans Mangling (v2) - Add ABIs, slight tweak to path/type manglingJohn Hodge1-16/+22
2019-08-11Codegen C - Remove hard-coded mangled namesJohn Hodge1-3/+10
2019-08-11HIR Const Eval - Remove '$' and leading digits from generated constant namesJohn Hodge1-7/+7
2019-08-11MIR Optimise - Fix mis-optimisation in splitting tuplesJohn Hodge1-1/+16
2019-08-11Notes - Some newer optimisation ideas/notesJohn Hodge1-7/+29
2019-08-10Trans - Alternative mangling scheme with no '$' charactersJohn Hodge1-0/+286
2019-08-10MIR Optimise - Fix mis-optimisation in mpscJohn Hodge1-9/+11
2019-08-09Standalone MIRI - More thread hackeryJohn Hodge3-2/+9
2019-08-09Codegen MMIR - Emit drop glue for enum/union typesJohn Hodge1-70/+81
2019-08-08Standalone MIRI - Downgrade an error based on observed patternsJohn Hodge3-5/+14
2019-08-08Standalone MIRI - Fix size of allocationsJohn Hodge3-42/+41
2019-08-07Standalone MIRI - Panic catching, more TODOs removedJohn Hodge1-6/+29
2019-08-07MIR Optimise - Expand "needs_drop" in optimisation stageJohn Hodge1-0/+17
2019-08-07Standalone MIRI - Tweaked panic handlingJohn Hodge2-5/+13
2019-08-07Standalone MIRI - Rough panic supportJohn Hodge3-13/+45