| 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 | -0/+2 |
| 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-28 | The `source_did` may not be local, so don't unwrap the | Niko Matsakis | -0/+26 |
| 2015-10-27 | Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix | bors | -0/+28 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -15/+65 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -25/+59 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -2/+45 |
| 2015-10-27 | Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc | bors | -11/+12 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -3/+3 |
| 2015-10-26 | Auto merge of #29287 - Ryman:fn_nopat, r=alexcrichton | bors | -0/+16 |
| 2015-10-26 | test: Add regression test for "source trait is private" | Alex Crichton | -0/+52 |
| 2015-10-26 | Revert "Remove unnecessary trait accessibility check." | Alex Crichton | -27/+0 |
| 2015-10-26 | Revert "Add UFCS privacy test." | Alex Crichton | -24/+0 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -2/+45 |
| 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/+203 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -2/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+2 |
| 2015-10-25 | Auto merge of #29281 - skeleten:issue-28189, r=steveklabnik | bors | -0/+15 |
| 2015-10-25 | Add tests | Andrew Paseltiner | -0/+203 |
| 2015-10-25 | Auto merge of #29273 - Manishearth:regression, r=alexcrichton | bors | -0/+17 |
| 2015-10-25 | Auto merge of #29261 - apasel422:issue-22403, r=alexcrichton | bors | -0/+15 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -3/+3 |
| 2015-10-25 | libsyntax: better error for lifetimes in patterns | Kevin Butler | -0/+16 |
| 2015-10-24 | Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichton | bors | -0/+60 |
| 2015-10-24 | adding test for #28189 | skeleten | -0/+15 |
| 2015-10-24 | Add regression test for #26886 | Manish Goregaokar | -0/+17 |
| 2015-10-24 | Auto merge of #29259 - arielb1:supertrait-self-2, r=eddyb | bors | -0/+33 |
| 2015-10-23 | Add test for #22403 | Andrew Paseltiner | -0/+15 |
| 2015-10-24 | object_safety: check whether a supertrait contains Self even without being it | Ariel Ben-Yehuda | -0/+33 |
| 2015-10-23 | Add a regression test for #29122 (fixed in #29134) | William Throwe | -0/+60 |
| 2015-10-23 | Auto merge of #29241 - nikomatsakis:issue-28871, r=arielb1 | bors | -0/+33 |
| 2015-10-23 | Auto merge of #29243 - skeleten:issue-29184, r=alexcrichton | bors | -0/+13 |
| 2015-10-23 | add main fn to test | Niko Matsakis | -0/+2 |
| 2015-10-23 | Add error message for using `typeof` instead of an ICE. | skeleten | -0/+13 |
| 2015-10-22 | Warn when creating a module and a struct that both have the same name. | Nick Hamann | -15/+65 |
| 2015-10-22 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -0/+31 |
| 2015-10-22 | Auto merge of #29210 - arielb1:suggest-overflow, r=eddyb | bors | -0/+32 |
| 2015-10-21 | don't revisit modules while finding traits in suggest | Ariel Ben-Yehuda | -0/+32 |
| 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-21 | Auto merge of #29171 - nrc:servo-dxr, r=@arielb1 | bors | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -1/+1 |
| 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 |