| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -17/+21 |
| 2015-01-05 | rollup merge of #20594: nikomatsakis/orphan-ordered | Alex Crichton | -0/+3 |
| 2015-01-05 | rollup merge of #20511: csouth3/derive-lint | Alex Crichton | -12/+13 |
| 2015-01-05 | Modernize macro_rules! invocations | Keegan McAllister | -15/+21 |
| 2015-01-05 | remove ty_closure | Jorge Aparicio | -5/+1 |
| 2015-01-05 | Implement new orphan rule that requires that impls of remote traits meet the ... | Niko Matsakis | -0/+3 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -2/+0 |
| 2015-01-05 | auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -1/+1 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -2/+2 |
| 2015-01-04 | Rename `raw_pointer_deriving` lint to `raw_pointer_derive` | Chase Southwood | -12/+13 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -26/+26 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -4/+4 |
| 2015-01-03 | Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow, | Niko Matsakis | -7/+3 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -2/+2 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+2 |
| 2015-01-02 | Accept `derive` instead of `deriving` | Nick Cameron | -2/+2 |
| 2015-01-01 | auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton | bors | -27/+1 |
| 2015-01-01 | Feature gate macro arguments | Corey Richardson | -27/+1 |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p... | Michael Woerister | -0/+1 |
| 2014-12-29 | rollup merge of #20194: nick29581/dst-syntax | Alex Crichton | -2/+2 |
| 2014-12-29 | auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton | bors | -3/+3 |
| 2014-12-29 | Rebase fixes. | Huon Wilson | -2/+2 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -2/+2 |
| 2014-12-25 | Prepared most `StrExt` pattern using methods for stabilization | Marvin Löbel | -3/+3 |
| 2014-12-24 | Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401 | Simon Sapin | -1/+1 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -54/+56 |
| 2014-12-21 | rollup merge of #20039: barosl/if-let-friendly-error | Alex Crichton | -3/+3 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -1/+1 |
| 2014-12-20 | Drop the Match prefix from the MatchSource variants | Barosl Lee | -3/+3 |
| 2014-12-19 | librustc: use `#[deriving(Copy)]` | Jorge Aparicio | -53/+25 |
| 2014-12-19 | Implement "perfect forwarding" for HR impls (#19730). | Niko Matsakis | -3/+1 |
| 2014-12-19 | Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef. | Niko Matsakis | -1/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -97/+220 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+1 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -1/+1 |
| 2014-12-13 | librustc: use tuple indexing | Jorge Aparicio | -8/+7 |
| 2014-12-13 | librustc: use unboxed closures | Jorge Aparicio | -4/+8 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -1/+110 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | rollup merge of #19553: sfackler/issue-19543 | Corey Richardson | -0/+1 |
| 2014-12-04 | Make missing_doc lint check typedefs | Steven Fackler | -0/+1 |
| 2014-12-04 | Remove dependency on typeck from lint. | Niko Matsakis | -43/+1 |
| 2014-12-04 | Move infer out of `middle::typeck` and into just `middle`. | Niko Matsakis | -2/+2 |
| 2014-12-04 | Move various data structures out of typeck and into ty. | Niko Matsakis | -6/+6 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -1/+1 |
| 2014-11-30 | fix missed switch pointed out in review plus a few others | jfager | -37/+24 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -122/+68 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -9/+0 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -1/+1 |