| Age | Commit message (Expand) | Author | Lines |
| 2016-04-07 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+6 |
| 2016-03-16 | Do not report errors from regionck if other errors were already | Niko Matsakis | -2/+13 |
| 2016-03-16 | remove wrong assert in check_match | Ariel Ben-Yehuda | -4/+1 |
| 2016-03-01 | Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1 | bors | -1/+18 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -17/+43 |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -1/+18 |
| 2016-02-27 | Rollup merge of #31929 - dotdash:less_rallocx, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-02-27 | Rollup merge of #31926 - llogiq:more_post, r=eddyb | Manish Goregaokar | -0/+22 |
| 2016-02-27 | Avoid excessive reallocations during item-bodies checking | Björn Steinbrink | -0/+5 |
| 2016-02-27 | more check_*_post methods for LintPasses | llogiq | -0/+22 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+3 |
| 2016-02-25 | Rollup merge of #31818 - GuillaumeGomez:error_display, r=brson | Manish Goregaokar | -2/+5 |
| 2016-02-25 | Rollup merge of #31793 - alexcrichton:add-real-option-gating, r=nikomatsakis | Manish Goregaokar | -64/+117 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -64/+117 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -0/+7 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -3/+1 |
| 2016-02-22 | Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn | bors | -0/+1 |
| 2016-02-21 | rustbuild: Sync some Cargo.toml/lib.rs dependencies | Alex Crichton | -0/+1 |
| 2016-02-22 | Add crate_name in E0152 error display | ggomez | -2/+5 |
| 2016-02-20 | Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakis | bors | -1/+1 |
| 2016-02-20 | Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakis | bors | -39/+139 |
| 2016-02-20 | address review comments | Ariel Ben-Yehuda | -0/+4 |
| 2016-02-20 | use the FulfillmentContext and InferCtxt more correctly | Ariel Ben-Yehuda | -4/+10 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -22/+13 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -9/+31 |
| 2016-02-20 | add -Z mir-opt-level to disable MIR optimizations | Ariel Ben-Yehuda | -0/+6 |
| 2016-02-19 | Fix error[E0518] not displayed for #[inline] on structs inside fns | nxnfufunezn | -0/+1 |
| 2016-02-19 | begin implementing mir-typeck | Ariel Ben-Yehuda | -4/+75 |
| 2016-02-18 | Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by default | Vadim Petrochenkov | -1/+1 |
| 2016-02-18 | Fix a weird case in the HIR map, where fields are not present in the | Niko Matsakis | -1/+11 |
| 2016-02-17 | Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth | Steve Klabnik | -85/+162 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -180/+169 |
| 2016-02-16 | Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakis | bors | -14/+33 |
| 2016-02-16 | Fix wrong help message left in #31368 | Johan Lorenzo | -1/+1 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -77/+66 |
| 2016-02-15 | use stalled_on in all obligation types | Ariel Ben-Yehuda | -14/+33 |
| 2016-02-15 | Global error explanations improvements | ggomez | -85/+162 |
| 2016-02-14 | Stricter matching of `--cfg` options on rustc | Dirk Gadsden | -4/+14 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -132/+132 |
| 2016-02-13 | Auto merge of #31588 - soltanmm:layer, r=nikomatsakis | bors | -10/+7 |
| 2016-02-13 | Auto merge of #31562 - llogiq:lint_post, r=Manishearth | bors | -0/+14 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -1/+3 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -262/+262 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -262/+262 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -120/+208 |
| 2016-02-12 | fix double check_item | llogiq | -1/+1 |
| 2016-02-12 | Auto merge of #31550 - Stebalien:fix-color, r=nrc | bors | -6/+6 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -1/+3 |
| 2016-02-12 | Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichton | bors | -0/+2 |
| 2016-02-12 | Auto merge of #30830 - arcnmx:static-extern, r=alexcrichton | bors | -13/+13 |