| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-23 | Rollup merge of #32443 - tclfs:patch-8, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-03-23 | Rollup merge of #32441 - tshepang:doc-primitive, r=steveklabnik | Eduard-Mihai Burtescu | -3/+3 |
| 2016-03-23 | Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2016-03-23 | Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichton | Eduard-Mihai Burtescu | -11/+48 |
| 2016-03-23 | Rollup merge of #32431 - nicholasf:tweak/improve-expression, r=steveklabnik | Eduard-Mihai Burtescu | -8/+6 |
| 2016-03-23 | Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1 | Eduard-Mihai Burtescu | -1/+15 |
| 2016-03-23 | Rollup merge of #32429 - alexcrichton:scope-id-hton, r=aturon | Eduard-Mihai Burtescu | -6/+6 |
| 2016-03-23 | Rollup merge of #32423 - mitaa:rdoc-vstruct-fields, r=alexcrichton | Eduard-Mihai Burtescu | -1/+37 |
| 2016-03-23 | Rollup merge of #32420 - frewsxcv:regression-test-26997, r=alexcrichton | Eduard-Mihai Burtescu | -0/+22 |
| 2016-03-23 | Rollup merge of #32404 - WiSaGaN:feature/osstring-implement-default, r=aturon | Eduard-Mihai Burtescu | -0/+28 |
| 2016-03-23 | Auto merge of #32390 - japaric:untry, r=pnkfelix | bors | -4046/+4050 |
| 2016-03-23 | Add code examples for libstd/time | Guillaume Gomez | -0/+50 |
| 2016-03-23 | add back `&` that was deleted by mistake | Jorge Aparicio | -1/+1 |
| 2016-03-23 | Auto merge of #32410 - Ticki:master, r=eddyb | bors | -0/+110 |
| 2016-03-23 | Auto merge of #32348 - brson:cargotest, r=alexcrichton | bors | -0/+529 |
| 2016-03-22 | Add augmented assignment operator impls for time types | Steven Fackler | -2/+58 |
| 2016-03-23 | Remove ungrammatical dots from the error index. | NODA, Kai | -3/+3 |
| 2016-03-22 | Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422 | bors | -224/+250 |
| 2016-03-23 | Docs: Change "statements" to "expressions" on `match` | Tang Chenglong | -1/+1 |
| 2016-03-22 | enable question_mark feature in rustc_borrowck | Jorge Aparicio | -0/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -479/+464 |
| 2016-03-22 | break long line | Jorge Aparicio | -1/+2 |
| 2016-03-22 | term: undo conversion of user defined try!s | Jorge Aparicio | -15/+19 |
| 2016-03-22 | std: undo conversion of user defined try!s | Jorge Aparicio | -11/+11 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+28 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -3775/+3760 |
| 2016-03-23 | Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC. | Eduard Burtescu | -0/+6 |
| 2016-03-22 | Auto merge of #32204 - alexcrichton:redesign-char-encoding-types, r=aturon | bors | -201/+195 |
| 2016-03-22 | Introduce 'cargotest' and the check-cargotest buildstep | Brian Anderson | -0/+529 |
| 2016-03-23 | Error recovery in the tokeniser | Nick Cameron | -25/+58 |
| 2016-03-23 | Don't loop forever on error recovery with EOF | Nick Cameron | -1/+10 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -11/+48 |
| 2016-03-23 | Simplifying some of the phrasing explaining lifetime elision | nicholasf | -8/+6 |
| 2016-03-22 | Remove trailing whitespace at the end of lines | Florian Berger | -17/+17 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -201/+195 |
| 2016-03-22 | Add doc example to clone trait | Guillaume Gomez | -0/+23 |
| 2016-03-23 | Fix const trans | Seo Sanghyeon | -1/+15 |
| 2016-03-22 | Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakis | bors | -135/+2013 |
| 2016-03-22 | Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate. | Felix S. Klock II | -0/+2 |
| 2016-03-22 | std: Store flowinfo/scope_id in host byte order | Alex Crichton | -6/+6 |