| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | change `PointerKind::Implicit` to a note | Niko Matsakis | -49/+56 |
| 2018-04-20 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -4/+33 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -70/+95 |
| 2018-03-24 | Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`. | kennytm | -23/+33 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -20/+52 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+2 |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -3/+5 |
| 2018-03-22 | distinguish the three cases where elision occurs | Niko Matsakis | -67/+90 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -0/+6 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+5 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -7/+7 |
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -2/+2 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -4/+21 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -7/+7 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -4/+10 |
| 2018-03-14 | resolve `'_` in `dyn Trait` just like ordinary elision | Niko Matsakis | -4/+21 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -2/+2 |
| 2018-03-14 | Add suggestion where to add main function. | Eric Huss | -0/+3 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -4/+7 |
| 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 |