| Age | Commit message (Expand) | Author | Lines |
| 2016-03-04 | clean up check_pat_enum | Ariel Ben-Yehuda | -46/+28 |
| 2016-03-04 | make skip a double ended iterator | Oliver Schneider | -0/+49 |
| 2016-03-04 | Clarify ambiguous wording in fold() docs | Brian Bowman | -1/+1 |
| 2016-03-04 | Auto merge of #32006 - jseyfried:fix_expanded_mod_path, r=nikomatsakis | bors | -4/+113 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -4/+733 |
| 2016-03-03 | `usize` is now a proper ctype, so fix cmp_slice | ubsan | -2/+0 |
| 2016-03-04 | truncate i8-s to i1-s when loading constants | Ariel Ben-Yehuda | -9/+36 |
| 2016-03-03 | Auto merge of #31671 - ranma42:printcfg, r=alexcrichton | bors | -3/+14 |
| 2016-03-03 | Auto merge of #31797 - apasel422:issue-28950, r=alexcrichton | bors | -28/+27 |
| 2016-03-03 | [rustbuild] fix cross compilation of std for mips(el)-linux-musl | Jorge Aparicio | -2/+2 |
| 2016-03-03 | Fix netbsd | Steven Fackler | -4/+4 |
| 2016-03-03 | Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichton | bors | -228/+458 |
| 2016-03-03 | std: Stabilize `into_*` ASCII methods | Alex Crichton | -8/+4 |
| 2016-03-03 | added ignore | srinivasreddy | -1/+1 |
| 2016-03-03 | Fix android build | Steven Fackler | -3/+3 |
| 2016-03-03 | make pretty printer tests understand revisions, and make them ignore the | Niko Matsakis | -20/+32 |
| 2016-03-03 | Refactor src-link creation for local sources | mitaa | -41/+32 |
| 2016-03-03 | Auto merge of #31979 - jseyfried:rename_ctxt, r=eddyb | bors | -706/+703 |
| 2016-03-03 | Do not assert revisions list is empty for pretty printing tests | Niko Matsakis | -1/+5 |
| 2016-03-03 | Hide gated cfg attributes from the output of `--print cfg` | Andrea Canciani | -1/+10 |
| 2016-03-03 | Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichton | bors | -12/+13 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -706/+703 |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -5/+30 |
| 2016-03-03 | Responsive layout correction. | gohyda | -3/+7 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -506/+307 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-03-02 | Add test | Jeffrey Seyfried | -0/+47 |
| 2016-03-02 | Fix the search paths for macro-expanded non-inline modules | Jeffrey Seyfried | -3/+60 |
| 2016-03-02 | Add `filename` to Parser | Jeffrey Seyfried | -1/+6 |
| 2016-03-02 | Auto merge of #32005 - vegai:31686, r=Manishearth | bors | -4/+7 |
| 2016-03-02 | Build the same configuration when compiling and for `--print cfg` | Andrea Canciani | -1/+3 |
| 2016-03-02 | Add usage documentation for `--print cfg` | Andrea Canciani | -1/+1 |
| 2016-03-02 | Type defined here note added to test | vegai | -1/+1 |
| 2016-03-02 | add a run-fail meta test | Niko Matsakis | -0/+43 |
| 2016-03-02 | rename should-panic to should-fail, per acrichto's suggestion | Niko Matsakis | -7/+7 |
| 2016-03-02 | make it possible for a test to declare `should-panic` | Niko Matsakis | -28/+95 |
| 2016-03-02 | Auto merge of #31996 - gandro:update-libc, r=alexcrichton | bors | -0/+0 |
| 2016-03-02 | Fix test to reflect new note | vegai | -1/+1 |
| 2016-03-02 | Use ptr::drop_in_place in VecDeque::drop | Ulrik Sverdrup | -1/+6 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::truncate | Ulrik Sverdrup | -3/+4 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::drop | Ulrik Sverdrup | -8/+3 |
| 2016-03-02 | made print message similar across two loops | srinivasreddy | -1/+1 |
| 2016-03-02 | addressed review comments - grammar corrections, space additions | srinivasreddy | -5/+12 |
| 2016-03-02 | Auto merge of #32000 - xaocon:master, r=steveklabnik | bors | -1/+1 |
| 2016-03-02 | thread revision identifier around in test output | Niko Matsakis | -91/+134 |
| 2016-03-02 | convert coherence-cow to use revisions | Niko Matsakis | -52/+11 |
| 2016-03-02 | refactor and generalize revisions | Niko Matsakis | -16/+52 |
| 2016-03-02 | Add test (fixes #27340) | Vadim Petrochenkov | -0/+16 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -98/+79 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -109/+62 |