| Age | Commit message (Expand) | Author | Lines |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+1 |
| 2014-09-09 | rollup merge of #17013 : rgawdzik/literal_int | Alex Crichton | -18/+9 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -16/+16 |
| 2014-09-05 | Fixes type range issue during linting (#16684) | Robert Gawdzik ☢ | -18/+9 |
| 2014-09-05 | auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis | bors | -2/+4 |
| 2014-09-05 | Work around inability to link lifetime of ref bindings (#16994) | Piotr Czarnecki | -2/+4 |
| 2014-09-03 | Use a visitor to look for non-FFI-safe types | Keegan McAllister | -40/+56 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -2/+2 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -26/+88 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -96/+84 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | auto merge of #16704 : flugsio/rust/fix-rustc-ice-lint-underscores-only, r=brson | bors | -4/+8 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -0/+3 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -15/+5 |
| 2014-08-24 | lint: Improve camel case suggestion when empty. | Jimmie Elvenmark | -3/+7 |
| 2014-08-23 | librustc: Don't ICE with type when name only contain underscores. | Jimmie Elvenmark | -1/+1 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -2/+2 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -6/+12 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+3 |
| 2014-08-15 | auto merge of #16497 : michaelwoerister/rust/no_debug_attribute, r=pcwalton | bors | -0/+1 |
| 2014-08-15 | debuginfo: Add a "no_debug" attribute that allows to exclude functions from d... | Michael Woerister | -0/+1 |
| 2014-08-15 | auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichton | bors | -0/+1 |
| 2014-08-14 | Add export_name to the attribute whitelist and a description in the rust manual | Jack Heizer | -0/+1 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -11/+23 |
| 2014-08-12 | Enable deprecation lint on crate-local items | Aaron Turon | -10/+10 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -2/+2 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -14/+21 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -2/+3 |
| 2014-07-30 | auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt | Simon Sapin | -1/+1 |
| 2014-07-29 | lint: Improve ffi-unsafe enum lint warning | Anton Lofgren | -3/+3 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+3 |
| 2014-07-18 | auto merge of #15737 : huonw/rust/lint-level-here, r=pnkfelix | bors | -0/+6 |
| 2014-07-17 | lint: add method to get level of a specific lint. | Huon Wilson | -0/+6 |
| 2014-07-16 | stability lint: ignore code from macro expansion | Aaron Turon | -0/+3 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -0/+5 |
| 2014-07-10 | rustc: Exclude #[repr(C)] from non camel case | Alex Crichton | -0/+5 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -9/+23 |
| 2014-07-10 | lint: extend `#[must_use]` to handle a message. | Huon Wilson | -11/+21 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-07-08 | rustc: Fix naming output files with --crate-name | Alex Crichton | -1/+1 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -17/+8 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -8/+3 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 2014-06-27 | rustc: update the unnecessary parens lint for struct literals. | Huon Wilson | -13/+51 |