| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-22 | doc: small char improvements | Tshepang Lekhonkhobe | -3/+3 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -1/+37 |
| 2016-03-21 | Auto merge of #32253 - durka:derive-31886, r=alexcrichton | bors | -1/+21 |
| 2016-03-21 | Add regression test for Issue 26997. | Corey Farwell | -0/+22 |
| 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-22 | Fix Default for OsString/OsStr | Wangshan Lu | -3/+3 |
| 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 |
| 2016-03-21 | std: Link to gcc_s on NetBSD | Alex Crichton | -1/+3 |
| 2016-03-21 | Auto merge of #32393 - dotdash:32389, r=eddyb | bors | -0/+21 |
| 2016-03-21 | assigning a (MIR) box into an lvalue allocates heap storage that will | Felix S. Klock II | -1/+5 |
| 2016-03-21 | remove uses of `RefCell` from move data builder. | Felix S. Klock II | -37/+26 |
| 2016-03-21 | Make `fn move_path_for` take `&mut self` instead of `&self`. This is a | Felix S. Klock II | -36/+37 |
| 2016-03-21 | dont create MovePathIndex's for individual statics. | Felix S. Klock II | -29/+63 |
| 2016-03-21 | Switch newtype Index wrappers to use NonZero instead of INVALID constants. | Felix S. Klock II | -78/+88 |
| 2016-03-21 | factor the wrapped Index newtype definitions into a macro. | Felix S. Klock II | -28/+22 |
| 2016-03-21 | Add `fn clear_bit` method on BitSlice trait for setting a bit to zero. | Felix S. Klock II | -82/+111 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -30/+1776 |