| Age | Commit message (Expand) | Author | Lines |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -0/+6 |
| 2018-08-06 | #52413: addressed @estebank's Nit | Pramod Bisht | -1/+1 |
| 2018-08-05 | Closes #52413: Provide structured suggestion instead of label | Pramod Bisht | -4/+13 |
| 2018-08-04 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -1/+8 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -20/+15 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -14/+14 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -20/+15 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -1/+1 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -14/+14 |
| 2018-07-23 | Separate the construction of a generic bound failure from its emission. | Felix S. Klock II | -4/+20 |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -1/+8 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -1/+3 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -6/+10 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -1/+6 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -1/+3 |
| 2018-07-16 | ItemKind | csmoe | -7/+7 |
| 2018-07-16 | TyKind | csmoe | -6/+6 |
| 2018-07-16 | ExprKind | csmoe | -8/+8 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 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-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -9/+9 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -0/+102 |
| 2018-06-20 | Use lifetime name if available | Esteban Küber | -4/+10 |
| 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-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -1/+1 |
| 2018-06-08 | Remove primary label for more readable output | Esteban Küber | -2/+1 |
| 2018-06-08 | Suggestion for 'static impl Trait return | Esteban Küber | -0/+97 |
| 2018-05-28 | port `nice_region_error` code to not track depth but rather index | Niko Matsakis | -15/+15 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -2/+5 |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -2/+7 |
| 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 |