| Age | Commit message (Expand) | Author | Lines |
| 2014-12-13 | Fix run-pass tests | Jorge Aparicio | -3/+4 |
| 2014-12-13 | Fix compile fail tests | Jorge Aparicio | -1/+1 |
| 2014-12-12 | Fix the opt-out-copy behavior so that values with dtor etc are considered affine | Niko Matsakis | -0/+42 |
| 2014-12-12 | Switch to using predicates to drive checking. Correct various tests -- | Niko Matsakis | -28/+28 |
| 2014-12-12 | auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis | bors | -6/+194 |
| 2014-12-12 | auto merge of #19617 : nikomatsakis/rust/issue-19261-2, r=nrc | bors | -0/+102 |
| 2014-12-12 | auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichton | bors | -0/+66 |
| 2014-12-12 | Reviewer comments | Nick Cameron | -4/+32 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -2/+162 |
| 2014-12-11 | auto merge of #19672 : alexcrichton/rust/snapshots, r=brson | bors | -1/+5 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -1/+5 |
| 2014-12-12 | Fix ICE when a struct variant enum contains multiple fields | Barosl Lee | -0/+30 |
| 2014-12-12 | Fix ICE when a struct variant enum is imported from an external crate | Barosl Lee | -0/+36 |
| 2014-12-10 | During method resolution, only reborrow if we are not doing an auto-ref. | Niko Matsakis | -0/+74 |
| 2014-12-10 | Fix two bugs in HRTB: 1. Categorize early-vs-late bindings on impls when cons... | Niko Matsakis | -0/+28 |
| 2014-12-10 | typeck: Make the supplied parameters to be a tuple | Barosl Lee | -0/+15 |
| 2014-12-09 | auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelix | bors | -1/+0 |
| 2014-12-09 | Test fixes and rebase conflicts from the rollup | Alex Crichton | -2/+1 |
| 2014-12-09 | rollup merge of #19598: japaric/ord | Alex Crichton | -3/+3 |
| 2014-12-09 | rollup merge of #19589: huonw/unboxed-closure-elision | Alex Crichton | -3/+37 |
| 2014-12-09 | rollup merge of #19588: nodakai/libstd-fix-zombie-children-finder | Alex Crichton | -40/+28 |
| 2014-12-09 | rollup merge of #19587: huonw/closure-feature-gate | Alex Crichton | -2/+108 |
| 2014-12-09 | rollup merge of #19581: luqmana/duc | Alex Crichton | -6/+43 |
| 2014-12-09 | auto merge of #19466 : nikomatsakis/rust/recursion-limit, r=eddyb | bors | -2/+53 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -196/+386 |
| 2014-12-08 | rustc: Prepend a length to all metadata | Alex Crichton | -1/+0 |
| 2014-12-08 | Link regions in `ref` bindings from fn arguments. | Niko Matsakis | -0/+22 |
| 2014-12-08 | Stop masking overflow and propagate it out more aggressively; also improve er... | Niko Matsakis | -4/+8 |
| 2014-12-08 | Add ability to configure recursion limit. | Niko Matsakis | -0/+47 |
| 2014-12-08 | Add a feature opt `opt_out_copy` that allows people to revert to the older | Niko Matsakis | -0/+46 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -196/+340 |
| 2014-12-08 | auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton | bors | -0/+48 |
| 2014-12-08 | test: adjust pretty/issue-4264 for formatting changes. | Eduard Burtescu | -15/+10 |
| 2014-12-07 | syntax: use UFCS in the expansion of `#[deriving(Ord)]` | Jorge Aparicio | -3/+3 |
| 2014-12-07 | auto merge of #19548 : luqmana/rust/mfb, r=nikomatsakis | bors | -0/+42 |
| 2014-12-07 | auto merge of #19539 : cmr/rust/18959, r=nikomatsakis | bors | -0/+26 |
| 2014-12-07 | auto merge of #19522 : mukilan/rust/import-conflicts-item, r=cmr | bors | -1/+23 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -20/+21 |
| 2014-12-07 | Add compile-fail tests for #19498 | Mukilan Thiyagarajan | -1/+23 |
| 2014-12-06 | Change from message to expected | Steven Fackler | -3/+3 |
| 2014-12-06 | Allow message specification for should_fail | Steven Fackler | -0/+48 |
| 2014-12-07 | Fix false positive alerts from a run-pass test on Command. | NODA, Kai | -40/+28 |
| 2014-12-06 | Ignore wait-forked-but-failed-child | Steven Fackler | -0/+1 |
| 2014-12-05 | rustc: check supertraits for object safety | Corey Richardson | -0/+26 |
| 2014-12-05 | Ignore issue #16671 test on android | Steven Fackler | -0/+2 |
| 2014-12-05 | Implement lifetime elision for Foo(...) -> ... type sugar. | Huon Wilson | -3/+37 |
| 2014-12-05 | Feature-gate explicit unboxed closure method calls & manual impls, | Huon Wilson | -2/+108 |
| 2014-12-05 | librustc: Fix debuginfo for captured variables in non-FnOnce unboxed closures. | Luqman Aden | -6/+43 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -20/+21 |
| 2014-12-05 | librustc: Don't reuse same alloca for match on struct/tuple field which we re... | Luqman Aden | -0/+42 |