| Age | Commit message (Expand) | Author | Lines |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | Fix from niko for cfail tests | Alex Crichton | -12/+13 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -10/+7 |
| 2015-02-18 | Exempt phantom fns from the object safety check | Niko Matsakis | -0/+28 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -16/+14 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -549/+1913 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -13/+11 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -10/+9 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -20/+20 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -10/+9 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -8/+8 |
| 2015-02-18 | Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to | Niko Matsakis | -5/+3 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -774/+779 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -10/+10 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -6/+5 |
| 2015-02-18 | rollup merge of #22452: nikomatsakis/issue-22040-18956-Self | Alex Crichton | -0/+131 |
| 2015-02-18 | rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types | Alex Crichton | -0/+342 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -3/+3 |
| 2015-02-18 | Update tests to use #[feature(rustc_attrs)] | Niko Matsakis | -0/+10 |
| 2015-02-18 | rollup merge of #22118: fhahn/separate-parse-fail-2 | Alex Crichton | -0/+0 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -10/+10 |
| 2015-02-18 | Add deprecated versions of the old markers and integrate them back into the v... | Niko Matsakis | -0/+35 |
| 2015-02-18 | Add rustc_attrs feature to test. | Niko Matsakis | -0/+1 |
| 2015-02-18 | Always prefer where-clauses over impls in trait selection. Fixes #22110. | Niko Matsakis | -0/+34 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -0/+307 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -6/+8 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -4/+4 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -6/+5 |
| 2015-02-18 | Missing test. | Niko Matsakis | -0/+32 |
| 2015-02-18 | Add regression test for #20533. Fixes #20533. | Niko Matsakis | -0/+54 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -579/+914 |
| 2015-02-18 | Constrain operands to outlive the operation. Fixes #21422. | Niko Matsakis | -0/+25 |
| 2015-02-18 | Extend coherence check to understand subtyping. | Niko Matsakis | -0/+50 |
| 2015-02-18 | Report errors for type parameters that are not constrained, either by | Niko Matsakis | -0/+16 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -0/+807 |
| 2015-02-18 | Fix remaining bench/debuginfo tests (and a few stragglers) | Niko Matsakis | -83/+85 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -639/+639 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -19/+20 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -32/+32 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -668/+786 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -4/+4 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -26/+28 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -181/+122 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -95/+93 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -117/+117 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -9/+8 |
| 2015-02-17 | rollup merge of #22455: msiemens/add-vec-from_elem | Alex Crichton | -0/+5 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -2/+2 |