| Age | Commit message (Expand) | Author | Lines |
| 2016-03-07 | Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb | bors | -1/+1 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -25/+25 |
| 2016-02-17 | Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth | Steve Klabnik | -6/+14 |
| 2016-02-15 | Global error explanations improvements | ggomez | -6/+14 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -2/+2 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -53/+53 |
| 2016-02-12 | Autoderef in librustc_borrowck | Jonas Schievink | -53/+53 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -12/+25 |
| 2016-02-12 | Rename ClosureKind variants and stop re-exporting them. | Ms2ger | -1/+1 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+16 |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -12/+25 |
| 2016-02-02 | Rollup merge of #31270 - ruud-v-a:improve-e0507, r=steveklabnik | Steve Klabnik | -0/+27 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -1/+1 |
| 2016-01-28 | Improve message for rustc --explain E0507 | Ruud van Asseldonk | -0/+27 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -1/+1 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-23 | Rollup merge of #31050 - apasel422:issue-31048, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-01-20 | Correct code in E0382 explanation | Andrew Paseltiner | -1/+1 |
| 2016-01-17 | Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearth | bors | -1/+88 |
| 2016-01-17 | Add E0507 error explanation | Guillaume Gomez | -1/+88 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+1 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -3/+3 |
| 2016-01-11 | Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn | Simonas Kazlauskas | -4/+6 |
| 2016-01-06 | Stop re-exporting MutateMode's variants. | Ms2ger | -4/+6 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+2 |
| 2015-12-30 | use structured errors | Nick Cameron | -144/+159 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+2 |
| 2015-12-15 | Stop re-exporting RestrictionResult variants. | Ms2ger | -14/+14 |
| 2015-12-11 | Fix for issue #27889: same field names in enum variants | w00ns | -21/+38 |
| 2015-12-05 | Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix | bors | -25/+10 |
| 2015-12-03 | Make public borrowck api more accessible | Florian Hahn | -25/+10 |
| 2015-12-02 | s/isize/i32 | Tobias Bucher | -4/+4 |
| 2015-12-01 | Replace uses of int/uint with isize/uzsize in doc examples | Florian Hahn | -3/+5 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -12/+12 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | Use the EntryOrExit variants qualified. | Ms2ger | -3/+2 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -12/+12 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -10/+10 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -1/+1 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -1/+1 |
| 2015-11-14 | Stop using dynamic borrowing in MoveErrorCollector | Jonathan S | -13/+12 |
| 2015-11-10 | Suggest `mut` for mutability errors | Seo Sanghyeon | -1/+12 |
| 2015-10-29 | Rename categorization and stop re-exporting its variants. | Ms2ger | -58/+65 |
| 2015-10-27 | Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix | bors | -8/+10 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-10-04 | Only report error for first issued loan with conflict | J. Ryan Stinnett | -8/+10 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -2/+1 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -2/+0 |