| Age | Commit message (Expand) | Author | Lines |
| 2018-07-14 | use the adjusted type for cat_pattern in tuple patterns | Ariel Ben-Yehuda | -1/+1 |
| 2018-07-14 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -1/+10 |
| 2018-06-27 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+3 |
| 2018-06-27 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-19 | Run rustfmt | Santiago Pastorino | -350/+598 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+13 |
| 2018-06-19 | Added diagnostics for suggesting `mut x` on repeated mutations of `x`. | Felix S. Klock II | -0/+39 |
| 2018-06-19 | Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner. | Felix S. Klock II | -0/+42 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -9/+54 |
| 2018-06-19 | Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis | bors | -1/+7 |
| 2018-06-19 | Add par_body_owners | John Kåre Alsaker | -1/+7 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -35/+29 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -1/+14 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -77/+241 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -10/+157 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -0/+7 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -8/+0 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -155/+194 |
| 2018-06-16 | Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis | bors | -249/+253 |
| 2018-06-15 | Auto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis | bors | -2/+4 |
| 2018-06-15 | turn expect_full_def_from_use into an iterator | QuietMisdreavus | -11/+4 |
| 2018-06-15 | Fix compile error | Fabian Drinck | -5/+5 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -10/+164 |
| 2018-06-14 | Edit comment | Fabian Drinck | -1/+1 |
| 2018-06-14 | Fix typo DebrujinIndex -> DebruijnIndex | Fabian Drinck | -1/+1 |
| 2018-06-14 | Add DEBUG_FORMAT for DebruijnIndex | Fabian Drinck | -0/+1 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -36/+29 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -155/+194 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -2/+2 |
| 2018-06-13 | The param_env of an existential type is its function's param_env | Oliver Schneider | -0/+6 |
| 2018-06-13 | Various cleanups | Oliver Schneider | -7/+1 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -8/+0 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -0/+7 |
| 2018-06-11 | Auto merge of #51467 - toidiu:ak-51409, r=nikomatsakis | bors | -1/+3 |
| 2018-06-10 | Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearth | bors | -12/+11 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -12/+11 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -1/+0 |
| 2018-06-10 | create separate dep-nodes for predicates_of and explicit_predicates_of | toidiu | -1/+3 |
| 2018-06-09 | Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp | Havvy | -2/+4 |
| 2018-06-09 | introduce `any_unifications` flag | Niko Matsakis | -1/+14 |
| 2018-06-09 | Add lint for intra link resolution failure | Guillaume Gomez | -0/+7 |
| 2018-06-09 | Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis | bors | -16/+61 |
| 2018-06-08 | Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank | Mark Rousskov | -4/+4 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -0/+6 |
| 2018-06-08 | Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakis | Mark Rousskov | -60/+70 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+13 |
| 2018-06-08 | Reenable trivial bounds | Matthew Jasper | -16/+61 |
| 2018-06-08 | Avoid useless Vec clones in pending_obligations(). | Nicholas Nethercote | -4/+4 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -76/+240 |
| 2018-06-07 | Introduce `ProcessResult`. | Nicholas Nethercote | -37/+41 |