| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-12-05 | rollup merge of #19553: sfackler/issue-19543 | Corey Richardson | -0/+3 |
| 2014-12-05 | rollup merge of #19530: aochagavia/remove-test | Corey Richardson | -15/+0 |
| 2014-12-05 | rollup merge of #19494: P1start/better-expected | Corey Richardson | -27/+40 |
| 2014-12-05 | rollup merge of #19480: cmr/es6-escape | Corey Richardson | -0/+74 |
| 2014-12-05 | rollup merge of #19474: luqmana/fl | Corey Richardson | -2/+19 |
| 2014-12-05 | rollup merge of #19472: nick29581/iflet | Corey Richardson | -17/+2 |
| 2014-12-05 | rollup merge of #19454: nodakai/libstd-reap-failed-child | Corey Richardson | -0/+79 |
| 2014-12-05 | rollup merge of #19416: sfackler/global-stdin | Corey Richardson | -7/+7 |
| 2014-12-05 | rollup merge of #19413: P1start/more-trailing-commas | Corey Richardson | -0/+19 |
| 2014-12-05 | rollup merge of #19274: alexcrichton/rewrite-sync | Corey Richardson | -120/+9 |
| 2014-12-05 | Fall out of the std::sync rewrite | Alex Crichton | -120/+9 |
| 2014-12-05 | auto merge of #19362 : nikomatsakis/rust/crateification, r=nikomatsakis | bors | -72/+4 |
| 2014-12-05 | Fix various references in late-running tests and things | Niko Matsakis | -4/+4 |
| 2014-12-04 | Make missing_doc lint check typedefs | Steven Fackler | -0/+3 |
| 2014-12-05 | libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2). | NODA, Kai | -0/+79 |