| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -3/+3 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -2/+8 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -28/+18 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -2/+7 |
| 2014-06-24 | librustc: Don't try to perform the magical | Patrick Walton | -129/+160 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -2/+7 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -26/+1 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -10/+23 |
| 2014-06-24 | rustc: Don't register syntax crates twice | Alex Crichton | -1/+1 |
| 2014-06-24 | librustc: Check function argument patterns for legality of by-move | Patrick Walton | -0/+1 |
| 2014-06-24 | Avoid unnecessary temporary on assignments | Björn Steinbrink | -2/+2 |
| 2014-06-24 | Fix #15129 | Jakub Wieczorek | -6/+15 |
| 2014-06-24 | rustc: Always include the morestack library | Alex Crichton | -14/+27 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -266/+410 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -26/+1 |
| 2014-06-24 | More upstream lint changes | Keegan McAllister | -27/+7 |
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -10/+39 |
| 2014-06-24 | Incorporate upstream changes to old lint code | Keegan McAllister | -46/+18 |
| 2014-06-24 | List builtin lints one per line for better diffs | Keegan McAllister | -13/+37 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -103/+104 |
| 2014-06-24 | Drop the ExportedItems argument from LintPass::check_crate | Keegan McAllister | -5/+3 |
| 2014-06-24 | Make the crate and its exported items available in the lint context | Keegan McAllister | -13/+15 |
| 2014-06-24 | Rework lint attr parsing and use it in middle::dead | Keegan McAllister | -53/+59 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -125/+125 |
| 2014-06-24 | Use names in Lint structs in an ASCII-case-insensitive way | Keegan McAllister | -13/+27 |
| 2014-06-24 | Run lint passes using the Option dance instead of RefCells | Keegan McAllister | -8/+14 |
| 2014-06-24 | Stop using Default for initializing builtin lints | Keegan McAllister | -43/+27 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -681/+767 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -125/+202 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -765/+741 |
| 2014-06-24 | Convert lints to a trait-based infrastructure | Keegan McAllister | -1001/+1306 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -14/+14 |
| 2014-06-24 | Move lint infrastructure and individual lints into separate files | Keegan McAllister | -1070/+1134 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -13/+15 |
| 2014-06-24 | auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichton | bors | -3/+6 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -11/+91 |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -3/+6 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -11/+91 |
| 2014-06-24 | auto merge of #15066 : pcwalton/rust/lang-and-intrinsic-feature-gate, r=alexc... | bors | -9/+40 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -9/+40 |
| 2014-06-24 | auto merge of #15079 : nikomatsakis/rust/issue-5527-unify-refactor, r=pnkfelix | bors | -997/+1353 |
| 2014-06-24 | auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmana | bors | -1/+0 |
| 2014-06-23 | rustc: catch `impl X for Y` where X is not a trait in resolve. | Kevin Butler | -2/+25 |
| 2014-06-23 | rustc: catch non-trait methods before typeck. | Kevin Butler | -1/+20 |
| 2014-06-23 | auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichton | bors | -12/+14 |
| 2014-06-23 | auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwalton | bors | -10/+26 |
| 2014-06-23 | auto merge of #15061 : pnkfelix/rust/fsk-fix-issue-10846, r=nikomatsakis | bors | -5/+51 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-23 | auto merge of #15097 : tomjakubowski/rust/fix-feature-gate-docs, r=sfackler | bors | -1/+1 |
| 2014-06-22 | auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichton | bors | -10/+16 |