summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-23Codegen C - Use static when a destructor would be locally defined, extern ↵John Hodge1-3/+15
otherwise
2017-09-22Trans - Little fixes for MSVC 32-bitJohn Hodge3-11/+81
2017-09-22Windows compile fixesJohn Hodge1-2/+0
2017-09-22Trans - MSVC twiddlingJohn Hodge3-8/+48
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
2017-09-16HIR Typecheck - Look up trait methods before inherent methodsJohn Hodge1-44/+44
2017-09-14Expand - Fix use-after-free if an item is deletedJohn Hodge1-1/+6
2017-09-14Expand - Limited derive on unions (minimally tested, fixes #22)John Hodge2-26/+89
2017-09-12HIR Resolve - Replace default types, with correct Self replacementJohn Hodge3-7/+39
2017-09-12Parse - Handle HRB in trait boundsJohn Hodge1-0/+5
2017-09-10Typecheck Expressions - Extract bounds from function valuesJohn Hodge1-1/+12
2017-09-10Const Eval - Evalulate from MIR where possible (avoids BorrowData)John Hodge2-8/+16
2017-09-10macro_rules - Fix some holes in consume_*John Hodge1-1/+8
2017-09-10Consteval - Remove BorrowOf in favor of BorrowPath/BorrowDataJohn Hodge10-50/+98
2017-09-10Consteval - Litle tweaksJohn Hodge3-5/+23
2017-09-10Codegen C - Slightly more efficient static string outputJohn Hodge1-5/+11
2017-09-10MIR Optimise - HACK: Don't optimise constants/staticsJohn Hodge1-0/+6
2017-09-10Parse - Store attributes for trait itemsJohn Hodge6-12/+20
2017-09-09Resolve - Handle glob improt of rootJohn Hodge1-1/+6
2017-09-09Codegen C - Omit useless labels and gotos (untested)John Hodge1-2/+82
2017-09-09main - Wrap loggable section in a labelJohn Hodge1-13/+17
2017-09-09cfg - Fix handling of `--cfg foo="bar"`John Hodge2-5/+19
2017-09-09Codegen C - Cleaner handling of link dirs, fix try intrinsicJohn Hodge2-10/+26
2017-09-08HIR - Store link pathsJohn Hodge5-1/+16
2017-09-08main - Handle `--crate-type bin`John Hodge1-0/+3
2017-09-08MIR Gen - Fix box drop flagsJohn Hodge3-23/+14
2017-09-08HIR Typecheck - Add an unconditional coercion point to fix a librustdoc failJohn Hodge1-2/+7
2017-09-08Typecheck - Various tweaks from librustdocJohn Hodge9-47/+107
2017-09-07HIR Typecheck - Pick the most specific type when fuzzy matchingJohn Hodge1-1/+9
2017-09-06expand include - include_bytes/include_strJohn Hodge1-0/+60
2017-09-06HIR Expand - Reborrow in `box`John Hodge2-0/+6
2017-09-05Derive RustcDecodable - Fix unit struct decodeJohn Hodge1-1/+1
2017-09-05MIR Gen Match - Handle split slice trailingJohn Hodge1-12/+9
2017-09-04MIR Gen - Partial support for trailing slice patternsJohn Hodge2-20/+70
2017-09-04Parse - Change handling of trailing expressionsJohn Hodge1-8/+6
2017-09-04All - Placement new (<-) syntaxJohn Hodge7-81/+129
2017-09-03Parse - Fix incorrect pub(in)John Hodge1-2/+17
2017-09-03HIR Typecheck - Equate associated types in trait object unsizeJohn Hodge1-0/+13
2017-09-03Parse - Tweaked hygine for an edge case in libproc_macroJohn Hodge4-0/+23
2017-09-02HIR Typecheck - Fix compilation (warning not present on MSVC)John Hodge1-1/+1
2017-09-02TEST - A variant of TU macros to make a switch armJohn Hodge1-0/+3
2017-09-02Misc - Clean up some MSVC warningsJohn Hodge3-3/+3
2017-09-02HIR Typecheck - Check Sized bounds (in some places)John Hodge2-3/+146
2017-09-02Expand - Debugging a hygine issueJohn Hodge2-0/+5
2017-09-02Resolve - Fix a minor lookup bug around self:: pathsJohn Hodge4-3/+23
2017-09-02MIR Lower Match - Allow up to 2^14 arms (handles inefficient derive)John Hodge1-6/+13
2017-09-02MIR Lower - Handle `break value`John Hodge1-2/+28
2017-09-02HIR Impl Specialisation - Check param bounds for overlapJohn Hodge1-1/+15
2017-09-02HIR - Missed changed file required for placeholdersJohn Hodge1-0/+4