| Age | Commit message (Expand) | Author | Lines |
| 2015-12-02 | Disable the null check elimination pass | Björn Steinbrink | -0/+24 |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -0/+45 |
| 2015-11-04 | Move test file to run-fail, since it does an unwrap | Niko Matsakis | -26/+0 |
| 2015-11-04 | Don't "double check" var-sub-var constraints, which are handled in | Niko Matsakis | -0/+26 |
| 2015-11-04 | Regression test for #29048. Fixes #29048. | Niko Matsakis | -0/+21 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -15/+0 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -23/+39 |
| 2015-10-27 | Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc | bors | -27/+0 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -2/+2 |
| 2015-10-26 | Revert "Remove unnecessary trait accessibility check." | Alex Crichton | -27/+0 |
| 2015-10-26 | Auto merge of #29312 - apasel422:issue-21410, r=alexcrichton | bors | -0/+51 |
| 2015-10-25 | Add tests for #21410 and #24972 | Andrew Paseltiner | -0/+51 |
| 2015-10-25 | Auto merge of #29284 - apasel422:tests, r=alexcrichton | bors | -0/+144 |
| 2015-10-25 | Auto merge of #29281 - skeleten:issue-28189, r=steveklabnik | bors | -0/+15 |
| 2015-10-25 | Add tests | Andrew Paseltiner | -0/+144 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -2/+2 |
| 2015-10-24 | adding test for #28189 | skeleten | -0/+15 |
| 2015-10-23 | Add test for #22403 | Andrew Paseltiner | -0/+15 |
| 2015-10-23 | add main fn to test | Niko Matsakis | -0/+2 |
| 2015-10-22 | Warn when creating a module and a struct that both have the same name. | Nick Hamann | -15/+0 |
| 2015-10-22 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -0/+31 |
| 2015-10-21 | Add test for #28936 | Andrew Paseltiner | -0/+36 |
| 2015-10-21 | Auto merge of #29186 - pnkfelix:fsk-fix-issue-29166, r=alexcrichton | bors | -0/+30 |
| 2015-10-20 | Auto merge of #29148 - petrochenkov:noshow, r=alexcrichton | bors | -7/+11 |
| 2015-10-20 | Add dropck unsafe escape hatch (UGEH) to vec::IntoIter. | Felix S. Klock II | -0/+30 |
| 2015-10-20 | Auto merge of #27723 - mystor:vecdeque_drain_range, r=bluss | bors | -1/+2 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -23/+39 |
| 2015-10-18 | Remove #[derive(Show)] | Vadim Petrochenkov | -7/+11 |
| 2015-10-18 | Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix | bors | -2/+0 |
| 2015-10-17 | Auto merge of #29114 - apasel422:issue-27105, r=alexcrichton | bors | -0/+24 |
| 2015-10-16 | Add test for #27105 | Andrew Paseltiner | -0/+24 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -0/+32 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -56/+0 |
| 2015-10-15 | Auto merge of #29012 - tari:issue-28676, r=luqmana | bors | -0/+40 |
| 2015-10-14 | Add test case for #28676. | Peter Marheine | -0/+40 |
| 2015-10-14 | Auto merge of #29001 - arielb1:normalized-foreign, r=eddyb | bors | -0/+31 |
| 2015-10-14 | Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatch | bors | -0/+31 |
| 2015-10-14 | Rollup merge of #29006 - arielb1:callee-outlives-call, r=pnkfelix | Manish Goregaokar | -0/+20 |
| 2015-10-14 | Rollup merge of #29004 - frewsxcv:regression-test-22814, r=alexcrichton | Manish Goregaokar | -0/+22 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -2/+0 |
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -14/+46 |
| 2015-10-12 | require a method callee's type to outlive the call | Ariel Ben-Yehuda | -0/+20 |
| 2015-10-12 | Add regression test for #22814 | Corey Farwell | -0/+22 |
| 2015-10-12 | normalize the types of foreign functions | Ariel Ben-Yehuda | -0/+31 |
| 2015-10-12 | Add regression test for #17336 | Corey Farwell | -0/+17 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -56/+0 |
| 2015-10-10 | Auto merge of #28938 - GlenDC:master, r=Manishearth | bors | -0/+16 |
| 2015-10-10 | Whitelisting PatWild for E0022. Fix #28822 | glendc | -0/+16 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -1/+255 |
| 2015-10-09 | Auto merge of #28929 - pnkfelix:expand-legal-cycles-test, r=alexcrichton | bors | -46/+480 |