| Age | Commit message (Expand) | Author | Lines |
| 2015-04-08 | Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton | bors | -0/+7 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -41/+2 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+7 |
| 2015-04-06 | Provide context for macro expansions which result in unparsed tokens. | Will Hipschman | -0/+17 |
| 2015-04-05 | Add comments suggested by Niko | Phil Dawes | -27/+9 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1312/+1405 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -41/+2 |
| 2015-04-03 | Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichton | bors | -0/+6 |
| 2015-04-02 | Revise logic to match `rustc::session::config::get_unstable_features_setting` | Felix S. Klock II | -8/+2 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -11/+22 |
| 2015-04-02 | Do not suggest `#![feature(...)]` if we are in beta or stable channel. | Felix S. Klock II | -0/+12 |
| 2015-04-02 | Fix parsing of patterns in macros | Vadim Petrochenkov | -1/+3 |
| 2015-04-02 | syntax: Rewrite parsing of patterns | Vadim Petrochenkov | -225/+127 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -27/+27 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -4/+10 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23948: nikomatsakis/feature-gate-rust-abi | Alex Crichton | -3/+9 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -3/+3 |
| 2015-04-01 | added unary_negate feature gate. | Felix S. Klock II | -0/+6 |
| 2015-04-01 | Feature gate rust-call ABI. | Niko Matsakis | -3/+9 |
| 2015-04-02 | Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton | Manish Goregaokar | -7/+12 |
| 2015-04-01 | cleanup: Test formatting | Richo Healey | -11/+22 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -27/+27 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -5/+16 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -0/+6 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -7/+12 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -20/+3 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -11/+0 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -15/+40 |
| 2015-03-31 | rustc: Remove old_orphan_check entirely | Alex Crichton | -17/+0 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -3/+3 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -9/+11 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -9/+11 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -9/+11 |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -14/+39 |
| 2015-03-30 | Implement new type-checking strategy for binary operators. Basically, | Niko Matsakis | -22/+6 |
| 2015-03-29 | Port of pcwalton removal of `#[unsafe_destructor]` check. | Felix S. Klock II | -12/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -7/+7 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -7/+7 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -38/+11 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+9 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+9 |
| 2015-03-27 | Merge 'richo/unquote-crates' into less-quotes | Alex Crichton | -1/+1 |
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -3/+3 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -37/+10 |
| 2015-03-27 | rollup merge of #23749: alexcrichton/remove-old-impl-check | Alex Crichton | -11/+0 |