| Age | Commit message (Expand) | Author | Lines |
| 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 #32390 - japaric:untry, r=pnkfelix | bors | -4046/+4050 |
| 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 | Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422 | bors | -224/+250 |
| 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-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-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -201/+195 |
| 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 | Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakis | bors | -14/+57 |
| 2016-03-22 | Add test for the feature gating of naked | Ticki | -0/+19 |
| 2016-03-22 | f clarification, docs | Piotr Czarnecki | -2/+10 |
| 2016-03-22 | Auto merge of #32264 - GuillaumeGomez:lang_item, r=nikomatsakis | bors | -0/+22 |
| 2016-03-22 | Auto merge of #32388 - semarie:snapshot-openbsd, r=alexcrichton | bors | -0/+1 |
| 2016-03-22 | Add tests | Ticki | -1/+70 |
| 2016-03-22 | f Put and DerefMut | Piotr Czarnecki | -14/+26 |
| 2016-03-21 | Auto merge of #32253 - durka:derive-31886, r=alexcrichton | bors | -1/+21 |
| 2016-03-21 | Auto merge of #32402 - steveklabnik:rollup, r=steveklabnik | bors | -10/+55 |
| 2016-03-21 | Refactor 'kind' extraction to use `str::split_whitespace`. | Corey Farwell | -6/+5 |
| 2016-03-21 | Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakis | bors | -42/+183 |
| 2016-03-21 | f dead code | Piotr Czarnecki | -10/+0 |
| 2016-03-21 | Improve time complexity of equality relations | Markus Westerlind | -42/+183 |
| 2016-03-21 | Add support for naked functions | Ticki | -0/+22 |