| Age | Commit message (Expand) | Author | Lines |
| 2018-08-25 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -1/+8 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -13/+13 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -13/+13 |
| 2018-07-23 | Separate the construction of a generic bound failure from its emission. | Felix S. Klock II | -4/+20 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -1/+3 |
| 2018-07-16 | ItemKind | csmoe | -6/+6 |
| 2018-07-16 | ExprKind | csmoe | -6/+6 |
| 2018-07-14 | Auto merge of #52244 - glandium:issue52097, r=estebank | bors | -7/+63 |
| 2018-07-12 | Resolve FIXME(#27942) | ljedrz | -21/+1 |
| 2018-07-12 | Don't display default generic parameters in diagnostics that compare types. | Mike Hommey | -7/+63 |
| 2018-07-05 | Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este... | bors | -2/+17 |
| 2018-06-29 | in which we plug the crack where `?`-desugaring leaked into errors | Zack M. Davis | -2/+17 |
| 2018-06-28 | review comments: unify duplicated code | Esteban Küber | -12/+8 |
| 2018-06-28 | Also point to free named region on lifetime errors | Esteban Küber | -0/+13 |
| 2018-06-28 | Point to lifetime in fn definition on lifetime error note | Esteban Küber | -5/+14 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -7/+2 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -8/+6 |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -3/+9 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -2/+5 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -10/+12 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -1/+1 |
| 2018-04-15 | s/`use_mir`/`use_mir_borrowck`/ | Niko Matsakis | -1/+1 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -4/+4 |
| 2018-04-08 | Print region in case of ICE | Shotaro Yamada | -1/+1 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-13 | make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)` | Niko Matsakis | -0/+1 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -3/+16 |
| 2018-03-07 | Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis | Alex Crichton | -2/+0 |
| 2018-03-06 | Make causal tracking lazy | Santiago Pastorino | -3/+16 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -2/+2 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -2/+0 |
| 2018-03-01 | rustfmt over error_reporting, explain_borrow and region_infer mods | Santiago Pastorino | -334/+404 |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -6/+27 |
| 2018-03-01 | Refactor note_and_explain_region to call note_and_explain_free_region | Santiago Pastorino | -86/+92 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -23/+48 |
| 2018-01-28 | Point only at method signatures and point at trait | Esteban Küber | -3/+3 |
| 2018-01-28 | For named lifetimes point only at method signature | Esteban Küber | -20/+45 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -1/+2 |
| 2018-01-15 | Move diagnostic logic to its own module | Esteban Küber | -37/+1 |
| 2018-01-15 | Handle case of moving into vec with uninferred lifetime | Esteban Küber | -7/+15 |
| 2018-01-15 | Generalize cases where specific move error ocurrs | Esteban Küber | -2/+1 |
| 2018-01-15 | Reword diagnostic | Esteban Küber | -10/+6 |
| 2018-01-15 | Custom error when moving arg outside of its closure | Esteban Küber | -1/+35 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -2/+12 |
| 2017-12-20 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -2/+11 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -1/+1 |
| 2017-12-20 | refactor `report_generic_bound_failure` to be usable by NLL code | Niko Matsakis | -13/+22 |