| Age | Commit message (Expand) | Author | Lines |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-14 | Rollup merge of #25398 - nham:E0066_E0069, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-05-14 | Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichton | bors | -8/+0 |
| 2015-05-13 | Add error explanations for E0066 and E0069. | Nick Hamann | -2/+2 |
| 2015-05-13 | Fix ICE that occurs when an associated const is ambiguous. | Sean Patrick Santos | -74/+106 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -8/+0 |
| 2015-05-13 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -0/+44 |
| 2015-05-13 | Auto merge of #25318 - nrc:for-expn, r=sfackler | bors | -0/+37 |
| 2015-05-13 | Rebasing | Nick Cameron | -2/+2 |
| 2015-05-13 | Fix a bunch of bugs | Nick Cameron | -9/+5 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -23/+9 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -0/+44 |
| 2015-05-12 | Rollup merge of #25329 - jooert:tests, r=alexcrichton | Manish Goregaokar | -0/+25 |
| 2015-05-12 | Add regression test for #20413 | Johannes Oertel | -0/+25 |
| 2015-05-12 | Auto merge of #24818 - tbelaire:double-import, r=nrc | bors | -0/+27 |
| 2015-05-12 | Tests | Nick Cameron | -0/+37 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-10 | Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton | Manish Goregaokar | -0/+14 |
| 2015-05-10 | Upgraded warning for invalid crate_type attribute syntax to an error | inrustwetrust | -0/+14 |
| 2015-05-08 | Fallout to compile-fail tests. | Felix S. Klock II | -1/+13 |
| 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 | Auto merge of #25161 - jooert:moretests, r=alexcrichton | bors | -0/+71 |
| 2015-05-07 | fix test | Ariel Ben-Yehuda | -2/+1 |
| 2015-05-07 | Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix | Steve Klabnik | -26/+30 |
| 2015-05-06 | Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichton | bors | -0/+20 |
| 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-06 | Add regression test for #21177 | Johannes Oertel | -0/+19 |
| 2015-05-06 | Fix #25076 | Ariel Ben-Yehuda | -0/+21 |
| 2015-05-05 | lint: deny transmuting from immutable to mutable, since it's undefined behavior | Sean McArthur | -0/+20 |
| 2015-05-06 | test: Update expected compile-fail message for E0282 | Ruud van Asseldonk | -26/+30 |
| 2015-05-05 | Add regression tests for #21174 | Johannes Oertel | -0/+21 |
| 2015-05-05 | Add regression test for #20862 | Johannes Oertel | -0/+23 |
| 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/+110 |
| 2015-05-04 | Auto merge of #25056 - jooert:sometests, r=alexcrichton | bors | -0/+121 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -4/+0 |
| 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/+21 |
| 2015-05-02 | Add regression test for #19109 | Johannes Oertel | -0/+22 |
| 2015-05-02 | Add regression test for #17959 | Johannes Oertel | -0/+31 |
| 2015-05-02 | Add regression test for #12511 | Johannes Oertel | -0/+19 |
| 2015-05-02 | Auto merge of #24980 - jooert:test-22468, r=pnkfelix | bors | -0/+19 |
| 2015-05-02 | typeck: Make sure casts to or from fat pointers are illegal | Ulrik Sverdrup | -8/+20 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -4/+0 |
| 2015-05-01 | Fixed some nits | Theo Belaire | -1/+3 |
| 2015-05-01 | Remove Managed | Simonas Kazlauskas | -2/+5 |