| Age | Commit message (Expand) | Author | Lines |
| 2015-05-09 | rustdoc: Add Associated Constants section | Ulrik Sverdrup | -0/+1 |
| 2015-05-09 | Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakis | bors | -4/+230 |
| 2015-05-08 | Remove references to deprecated `extern crate "foo" as bar` syntax | Carol Nichols | -64/+0 |
| 2015-05-09 | Fix the tests broken by replacing `task` with `thread` | Barosl Lee | -1/+1 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -30/+30 |
| 2015-05-08 | Fallout to compile-fail tests. | Felix S. Klock II | -1/+13 |
| 2015-05-08 | fallout to run-pass tests. | Felix S. Klock II | -3/+3 |
| 2015-05-08 | Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`). | Felix S. Klock II | -0/+214 |
| 2015-05-07 | Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis | bors | -2/+22 |
| 2015-05-07 | Select projections over impls in case of ambiguity. Fixes #23336. | Ariel Ben-Yehuda | -0/+20 |
| 2015-05-07 | Auto merge of #25161 - jooert:moretests, r=alexcrichton | bors | -0/+177 |
| 2015-05-07 | fix test | Ariel Ben-Yehuda | -2/+1 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-05-07 | Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix | Steve Klabnik | -26/+30 |
| 2015-05-07 | Fix use of UFCS syntax to call methods on associated types. | Sean Patrick Santos | -0/+55 |
| 2015-05-06 | Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichton | bors | -4/+24 |
| 2015-05-07 | Add regression test for #20626 | Johannes Oertel | -0/+31 |
| 2015-05-07 | Add regression test for #22463 | Johannes Oertel | -0/+29 |
| 2015-05-07 | Add regression test for #22258 | Johannes Oertel | -0/+19 |
| 2015-05-07 | Add regression test for #22037 | Johannes Oertel | -0/+27 |
| 2015-05-07 | Add regression test for #21701 | Johannes Oertel | -0/+25 |
| 2015-05-07 | Add regression test for #21562 | Johannes Oertel | -0/+27 |
| 2015-05-06 | Add regression test for #21177 | Johannes Oertel | -0/+19 |
| 2015-05-06 | Fix #25076 | Ariel Ben-Yehuda | -0/+21 |
| 2015-05-06 | Auto merge of #25117 - jooert:tests, r=alexcrichton | bors | -0/+120 |
| 2015-05-05 | test: update run-pass tests to not use mutable transmuting | Sean McArthur | -4/+4 |
| 2015-05-05 | lint: deny transmuting from immutable to mutable, since it's undefined behavior | Sean McArthur | -0/+20 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-06 | test: Update expected compile-fail message for E0282 | Ruud van Asseldonk | -26/+30 |
| 2015-05-05 | Auto merge of #24979 - jooert:test-22471, r=pnkfelix | bors | -0/+13 |
| 2015-05-05 | Add regression tests for #21174 | Johannes Oertel | -0/+41 |
| 2015-05-05 | Add regression test for #20862 | Johannes Oertel | -0/+23 |
| 2015-05-05 | Add regression test for #20186 | Johannes Oertel | -0/+23 |
| 2015-05-05 | Add regression test for #20174 | Johannes Oertel | -0/+16 |
| 2015-05-05 | Add regression test for #20105 | Johannes Oertel | -0/+17 |
| 2015-05-05 | Auto merge of #25113 - pnkfelix:dropck-itemless-traits, r=huonw | bors | -0/+191 |
| 2015-05-05 | Rollup merge of #25092 - pnkfelix:fix-pprint-of-type-items-with-where, r=alex... | Manish Goregaokar | -0/+17 |
| 2015-05-04 | Auto merge of #25056 - jooert:sometests, r=alexcrichton | bors | -41/+211 |
| 2015-05-04 | Remove several FIXMEs | Johannes Oertel | -41/+16 |
| 2015-05-04 | Add regression test for #22471 | Johannes Oertel | -0/+13 |
| 2015-05-04 | Correct pretty-printing of `type Foo<T> where T: Bound = ...;` | Felix S. Klock II | -0/+17 |
| 2015-05-04 | Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis | bors | -0/+1 |
| 2015-05-03 | Update tests to not use old ~ syntax | Carol Nichols | -9/+9 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -7/+3 |
| 2015-05-03 | Auto merge of #25060 - luqmana:matching-dst-struct, r=huonw | bors | -0/+70 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -4/+0 |
| 2015-05-03 | librustc_trans: Handle DST structs in trans::_match. | Luqman Aden | -0/+70 |
| 2015-05-02 | Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmana | bors | -8/+20 |
| 2015-05-02 | Add regression test for #19380 | Johannes Oertel | -0/+28 |
| 2015-05-02 | Add regression test for #19163 | Johannes Oertel | -0/+37 |