| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+6 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -1/+6 |
| 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 | -1/+6 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -20/+0 |
| 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 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -260/+406 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -20/+0 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -4/+4 |
| 2014-06-24 | Rework lint attr parsing and use it in middle::dead | Keegan McAllister | -10/+5 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -12/+12 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -41/+42 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -1/+2 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -59/+76 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -1/+1 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1995/+7 |
| 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 | -7/+10 |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -3/+6 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -7/+10 |
| 2014-06-24 | auto merge of #15079 : nikomatsakis/rust/issue-5527-unify-refactor, r=pnkfelix | bors | -989/+1262 |
| 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 | auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichton | bors | -10/+16 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -151/+144 |
| 2014-06-22 | Rename and move ty_param_substs_and_ty | Niko Matsakis | -14/+18 |
| 2014-06-22 | Refactor the unification code and rejuvenate the unit test | Niko Matsakis | -989/+1262 |
| 2014-06-22 | RegionFolder should only invoke callback on free regions. | Felix S. Klock II | -5/+51 |
| 2014-06-22 | auto merge of #15005 : dotdash/rust/i1_bool, r=alexcrichton | bors | -95/+89 |
| 2014-06-21 | Fix spurious non-exhaustive errors for cross-crate struct variants | Jakub Wieczorek | -12/+14 |
| 2014-06-22 | Make destructuring trait reference work | Edward Wang | -10/+26 |
| 2014-06-21 | Fix a #14731 regression in missing_constructor() for vector patterns | Jakub Wieczorek | -10/+16 |
| 2014-06-21 | Compile bools to i1 | Björn Steinbrink | -69/+44 |
| 2014-06-21 | Update LLVM | Björn Steinbrink | -2/+6 |
| 2014-06-21 | Add missing attributes to indirect calls for foreign functions | Björn Steinbrink | -5/+28 |
| 2014-06-21 | Correctly set return type attributes on foreign function declarations | Björn Steinbrink | -19/+11 |
| 2014-06-21 | replace reference to ~"string" with box "string" | Conrad Kleinespel | -1/+1 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -30/+143 |
| 2014-06-20 | Address review comments | Jakub Wieczorek | -52/+59 |
| 2014-06-20 | Fix #14393 | Jakub Wieczorek | -0/+2 |
| 2014-06-20 | Add unreachability detection for missized patterns of fixed size vectors | Jakub Wieczorek | -11/+27 |
| 2014-06-20 | Add support for fixed size vectors in let/arg patterns | Jakub Wieczorek | -7/+18 |
| 2014-06-20 | Provide a witness pattern for non-exhaustive patterns | Jakub Wieczorek | -521/+453 |
| 2014-06-20 | Check pattern refutability the same way exhaustiveness is checked | Jakub Wieczorek | -63/+26 |