| Age | Commit message (Expand) | Author | Lines |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+6 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -2/+0 |
| 2018-09-01 | Remove 'not reporting regions error due to nll' warning | Basile Desloges | -33/+10 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -21/+21 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -19/+20 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -18/+18 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -21/+21 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -3/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -8/+8 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-09 | Correctly identify named early bound regions. | David Wood | -1/+1 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -4/+13 |
| 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 |