| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton | bors | -3/+8 |
| 2014-06-24 | More upstream lint changes | Keegan McAllister | -27/+7 |
| 2014-06-24 | Test lint plugins | Keegan McAllister | -0/+223 |
| 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 | -126/+126 |
| 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 | -128/+208 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -766/+744 |
| 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 | -14/+16 |
| 2014-06-24 | auto merge of #15114 : ben0x539/rust/run-make-libpath, r=alexcrichton | bors | -2/+2 |
| 2014-06-24 | auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichton | bors | -3/+54 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -15/+300 |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -3/+54 |
| 2014-06-24 | auto merge of #15113 : pnkfelix/rust/fsk-add-regression-test-for-ice-from-108... | bors | -0/+40 |
| 2014-06-24 | auto merge of #15107 : ipetkov/rust/tutorial-update, r=alexcrichton | bors | -4/+5 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -15/+300 |
| 2014-06-24 | auto merge of #15066 : pcwalton/rust/lang-and-intrinsic-feature-gate, r=alexc... | bors | -17/+106 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -17/+106 |
| 2014-06-24 | auto merge of #15079 : nikomatsakis/rust/issue-5527-unify-refactor, r=pnkfelix | bors | -997/+1353 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -11/+38 |
| 2014-06-24 | auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmana | bors | -14/+10 |
| 2014-06-24 | auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton | bors | -37/+147 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -37/+147 |
| 2014-06-23 | Docs: tutorial: Remove a couple references to `~T` | Ivan Petkov | -4/+5 |
| 2014-06-23 | auto merge of #14974 : Ryman/rust/non_trait_method, r=alexcrichton | bors | -13/+94 |
| 2014-06-23 | rustc: catch `impl X for Y` where X is not a trait in resolve. | Kevin Butler | -7/+65 |
| 2014-06-23 | rustc: catch non-trait methods before typeck. | Kevin Butler | -8/+31 |
| 2014-06-23 | auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichton | bors | -81/+4 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -3/+8 |
| 2014-06-23 | auto merge of #15100 : rapha/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-06-23 | auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwalton | bors | -1/+19 |
| 2014-06-23 | Add regression test for ICE from issue 10846. | Felix S. Klock II | -0/+40 |
| 2014-06-23 | test: readd TMPDIR to LD_LIBRARY_PATH for run-make | Benjamin Herr | -2/+2 |
| 2014-06-23 | auto merge of #15089 : tomjakubowski/rust/rustdoc-default-typarams-12291, r=a... | bors | -1/+9 |
| 2014-06-23 | auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichton | bors | -15/+40 |
| 2014-06-23 | auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwalton | bors | -11/+68 |
| 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 | -14/+10 |