summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-18MIR Gen - Extend lifetimes of variables borrowed in let bindingsJohn Hodge3-20/+69
2017-03-18AST - Fixed printing of interpolated fragmentsJohn Hodge2-7/+25
2017-03-16Travis CI - (minor) commentsJohn Hodge1-4/+3
2017-03-16Travis CI - Add cmake upgradeJohn Hodge1-0/+2
2017-03-16Main - Set target_familyJohn Hodge1-0/+4
2017-03-16MIR Optimise - Fix mis-optimise with assignment propagationJohn Hodge1-4/+12
2017-03-16MIR Validate - Better debugJohn Hodge1-3/+8
2017-03-16MIR Gen - Fix incorrect scoping of temporariesJohn Hodge2-65/+106
2017-03-12MIR Gen - Fix Use-after-free when let borrows a temporaryJohn Hodge1-0/+13
2017-03-12Trans Codegen - Enable optimisation after monomorphJohn Hodge1-2/+1
2017-03-12Parse - Hackily handle `struct Foo(pub ())`John Hodge1-3/+3
2017-03-12Makefile - Curated list of tests (disabling known-failing ones)John Hodge1-3/+168
2017-03-12Trans Enumerate - Avoid segfault on auto-trait only vtablesJohn Hodge1-0/+1
2017-03-12Codegen C - Fix integer literal typesJohn Hodge1-1/+1
2017-03-11Lex - Fix handling of escaped newlinesJohn Hodge1-2/+6
2017-03-11MIR Dump - Fix bad printing of byte string literalsJohn Hodge1-1/+14
2017-03-11Parse - Fix incorrect handing of $crateJohn Hodge1-2/+1
2017-03-11MIR Gen - Support integer ranges in simple match generationJohn Hodge1-2/+34
2017-03-11MIR Check full - Fiddling (still unbouned memory usage)John Hodge1-1/+11
2017-03-11MIR Gen Match - Fix bug in range handlingJohn Hodge1-2/+1
2017-03-11Makefile - Add targetJohn Hodge1-0/+1
2017-03-10MIR Helpers - get_const_type defer TODOJohn Hodge1-3/+6
2017-03-10MIR Optimise - basic size_of replacemntJohn Hodge3-14/+166
2017-03-10Codegen C - Fix edge case with INT64_MINJohn Hodge1-8/+11
2017-03-06Codegen C - Minor fixesJohn Hodge1-4/+24
2017-03-06MIR Optimise - Reduce debug and pedantic validationJohn Hodge1-2/+2
2017-03-06MIR Optimise - Fix lifetime trackingJohn Hodge1-35/+86
2017-03-05MIR Optimise - Use new value lifetime information in optimisation, fix ↵John Hodge1-259/+147
unbounded runtime.
2017-03-04MIR Optimise - Working (but unused) temporary value lifetime trackingJohn Hodge1-0/+261
2017-03-04MIR - Debug printing for Statement (incomplete)John Hodge2-0/+27
2017-03-04HIR Typecheck Static - Look up trait impls for associated constantsJohn Hodge1-1/+39
2017-03-04MIR Optimise - Constant propagation using ParamJohn Hodge1-2/+186
2017-03-04MIR Gen - Use MIR::Param for binopsJohn Hodge1-10/+21
2017-03-04MIR Check Full - State comparison, printing of stateJohn Hodge1-0/+76
2017-03-04MIR Gen - Patch around edge case where an arm can end up with the drop flag ↵John Hodge1-3/+5
incorrectly set
2017-03-04MIR Check Full - VariantsJohn Hodge1-4/+28
2017-03-04MIR Check Full - Handling of shallow dropsJohn Hodge1-15/+165
2017-03-04MIR - Add a (disabled) full value state validatorJohn Hodge3-1/+502
2017-03-03HIR - Fix Div and Mul mixup in HIR lowerJohn Hodge2-3/+3
2017-03-03HIR Typecheck Expr - Better bug message (can be triggered by bad code)John Hodge1-1/+1
2017-03-03format_args! - Support complex formatting typesJohn Hodge1-6/+109
2017-03-02MIR Gen - Reset drop flags to defaults after useJohn Hodge1-0/+12
2017-03-02MIR Gen - More Param usageJohn Hodge4-14/+28
2017-02-26Main - Add support for -g optionJohn Hodge2-8/+23
2017-02-26Expand stringify! - Fix trailing spaceJohn Hodge1-1/+2
2017-02-26Expand derive - Debug for enumsJohn Hodge1-18/+31
2017-02-26Codegen C - Fix transmute on constantsJohn Hodge1-1/+10
2017-02-25MIR Gen - Remove temporaries in match generationJohn Hodge1-54/+48
2017-02-25MIR Gen - Use MIR::Param (and associated changes)John Hodge11-37/+253
2017-02-23Makefile - Create output dir for libflate build script before runningJohn Hodge1-0/+1