| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |
| 2018-03-08 | Unregress error spans in constant errors | Oliver Schneider | -1/+1 |
| 2018-03-08 | Const eval error refactoring | Oliver Schneider | -0/+7 |
| 2018-03-08 | Add stack traces to miri errors | Oliver Schneider | -13/+21 |
| 2018-03-08 | Remove unused error variants and const eval types | Oliver Schneider | -40/+2 |
| 2018-03-08 | Stop emitting `miri failed` in error messages | Oliver Schneider | -1/+1 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -14/+0 |
| 2018-03-08 | Rename ConstVal::to_u128 to to_raw_bits | Oliver Schneider | -3/+3 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -4/+4 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -2/+11 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -37/+1 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -9/+34 |
| 2018-03-08 | Add miri errors to the const eval error enum | Oliver Schneider | -0/+8 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -0/+3 |
| 2018-03-07 | Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ... | Alex Crichton | -8/+13 |
| 2018-03-07 | Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update... | Alex Crichton | -4/+3 |
| 2018-03-06 | Remove the contains_extern_indicator query | Wesley Wiser | -1/+1 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -7/+12 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -4/+3 |
| 2018-03-06 | Auto merge of #48768 - kennytm:rollup, r=kennytm | bors | -5/+1 |
| 2018-03-06 | Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppe | kennytm | -5/+1 |
| 2018-03-06 | Don't show crate metadata symbol as exported symbol to downstream crates. | Michael Woerister | -1/+7 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -2/+2 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -0/+53 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -5/+2 |
| 2018-03-05 | while let all the things | leonardo.yvens | -5/+1 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -8/+6 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -10/+10 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -31/+32 |
| 2018-02-23 | Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakis | Manish Goregaokar | -11/+71 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -0/+4 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -1/+1 |
| 2018-02-08 | fix nested impl trait lifetimes | Taylor Cramer | -11/+71 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -1/+1 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -0/+4 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -14/+49 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -2/+7 |
| 2018-02-02 | add ellided lifetime | dpc | -3/+13 |
| 2018-01-31 | concerning well-formed suggestions for unused shorthand field patterns | Zack M. Davis | -14/+49 |
| 2018-01-29 | Make `yield_in_scope_for_expr` work with patterns. Fixes #47758 | John Kåre Alsaker | -0/+3 |
| 2018-01-29 | Make pattern visiting consistent | John Kåre Alsaker | -2/+4 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -48/+48 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -1/+1 |
| 2018-01-25 | Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppe | Guillaume Gomez | -9/+11 |
| 2018-01-23 | Point at unknown lang item attribute | Esteban Küber | -9/+11 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -4/+84 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |