| Age | Commit message (Expand) | Author | Lines |
| 2016-03-25 | Refactor how the prelude is handled | Jeffrey Seyfried | -30/+21 |
| 2016-03-25 | Refactor away resolve_imports::Shadowable and rename shadowable -> is_prelude | Jeffrey Seyfried | -23/+10 |
| 2016-03-25 | Auto merge of #31908 - jseyfried:disallow_shadowed_traits, r=nikomatsakis | bors | -3/+27 |
| 2016-03-24 | Auto merge of #32428 - nikomatsakis:scopes-in-mir, r=nagisa | bors | -453/+1370 |
| 2016-03-24 | Auto merge of #32396 - nodakai:range-contains, r=alexcrichton | bors | -6/+208 |
| 2016-03-24 | Auto merge of #32346 - nikomatsakis:no-erased-regions, r=eddyb | bors | -349/+192 |
| 2016-03-24 | remove `empty_substs_for_node_id` | Niko Matsakis | -11/+3 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -299/+168 |
| 2016-03-24 | rewrite foreign types lint not to trawl the HIR | Niko Matsakis | -50/+32 |
| 2016-03-24 | Auto merge of #32465 - steveklabnik:rollup, r=steveklabnik | bors | -13/+120 |
| 2016-03-24 | Rollup merge of #32464 - GuillaumeGomez:patch-6, r=steveklabnik | Steve Klabnik | -7/+3 |
| 2016-03-24 | Rollup merge of #32462 - tclfs:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-24 | Rollup merge of #32459 - nrc:json-err-text, r=nikomatsakis | Steve Klabnik | -3/+41 |
| 2016-03-24 | Rollup merge of #32452 - GuillaumeGomez:patch-5, r=steveklabnik | Steve Klabnik | -0/+50 |
| 2016-03-24 | Rollup merge of #32416 - GuillaumeGomez:patch-3, r=steveklabnik | Steve Klabnik | -0/+23 |
| 2016-03-24 | Rollup merge of #32276 - brson:doc, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-03-24 | pacify the merciless tidy | Niko Matsakis | -1/+2 |
| 2016-03-24 | Improve some Option code example | Guillaume Gomez | -7/+3 |
| 2016-03-24 | rework MIR visitor | Niko Matsakis | -26/+382 |
| 2016-03-24 | Docs: some tiny corrections | Tang Chenglong | -1/+1 |
| 2016-03-23 | Auto merge of #32219 - brson:lints, r=alexcrichton | bors | -30/+68 |
| 2016-03-24 | Include source text in JSON errors | Nick Cameron | -3/+41 |
| 2016-03-24 | Add core::ops::Range*::contains() as per rust-lang/rust#32311 | NODA, Kai | -6/+208 |
| 2016-03-23 | rewrite scope drop to be iterative | Niko Matsakis | -32/+39 |
| 2016-03-23 | Make warnings of renamed and removed lints themselves lints | Brian Anderson | -30/+68 |
| 2016-03-23 | doc: Stdin is locked for reads, not writes | Brian Anderson | -2/+2 |
| 2016-03-23 | Auto merge of #32455 - TimNN:patch-1, r=alexcrichton | bors | -1/+1 |
| 2016-03-23 | introduce "call-site-scope" as the outermost scope | Niko Matsakis | -57/+84 |
| 2016-03-23 | Update borrowck to use `repr::*` instead of a mix | Niko Matsakis | -13/+12 |
| 2016-03-23 | add comments on remaining fields | Niko Matsakis | -0/+8 |
| 2016-03-23 | Add `ScopeAuxiliaryVec`, return MIR+aux via tuple | Niko Matsakis | -23/+38 |
| 2016-03-23 | Address nit: Remove `ScopedDataVec` newtype | Niko Matsakis | -24/+12 |
| 2016-03-23 | Address nit: block.unit() | Niko Matsakis | -1/+1 |
| 2016-03-23 | Address nit: doc-comments on fields | Niko Matsakis | -14/+22 |
| 2016-03-23 | Address nit: use doc-comments for fields of VarDecl | Niko Matsakis | -2/+12 |
| 2016-03-23 | Rename `MirPlusPlus` to `MirAndScopeAuxiliary` | Niko Matsakis | -5/+5 |
| 2016-03-23 | replace DUMMY_SP on resume with span from fn | Niko Matsakis | -3/+7 |
| 2016-03-23 | rewrite drop code | Niko Matsakis | -83/+85 |
| 2016-03-23 | fix bug in `simplify_cfg` with inf. loops | Niko Matsakis | -8/+18 |
| 2016-03-23 | allow dumping intermediate IR with -Z dump-mir | Niko Matsakis | -2/+78 |
| 2016-03-23 | adjust pretty printer to print scopes / auxiliary | Niko Matsakis | -12/+36 |
| 2016-03-23 | augment MIR pretty printer to print scopes | Niko Matsakis | -12/+91 |
| 2016-03-23 | reformat mir text pretty printer | Niko Matsakis | -13/+24 |
| 2016-03-23 | add span/scope-id to terminator | Niko Matsakis | -77/+168 |
| 2016-03-23 | extend Terminator into a struct so it can have additional fields | Niko Matsakis | -159/+177 |
| 2016-03-23 | track the innermost scope for every stmt | Niko Matsakis | -28/+55 |
| 2016-03-23 | record a scope for each `VarDecl` | Niko Matsakis | -36/+45 |
| 2016-03-23 | integrate scopes into MIR | Niko Matsakis | -21/+168 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -31/+172 |
| 2016-03-23 | add naked function tracking issue # to feature gate definition | Tim Neumann | -1/+1 |