| Age | Commit message (Expand) | Author | Lines |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -9/+9 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -8/+9 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -8/+8 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -5/+5 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -25/+25 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -2/+2 |
| 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 | -16/+16 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-19 | Auto merge of #51131 - qnighy:unsized-locals, r=eddyb | bors | -0/+9 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+6 |
| 2018-08-19 | Add notes on unsized argument errors. | Masaki Hara | -0/+3 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-15 | fix error for unsized packed struct field | Ralf Jung | -3/+8 |
| 2018-08-14 | Suggested trait implementation ordering is now deterministic. | David Wood | -4/+12 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -8/+8 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -2/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -8/+8 |
| 2018-07-25 | Update comment and do suggest | csmoe | -8/+9 |
| 2018-07-25 | Suggest in separate line | csmoe | -1/+1 |
| 2018-07-24 | Mark the suggestion applicable | csmoe | -9/+15 |
| 2018-07-23 | Suggest to take and ignore args while closure args count mismatching | csmoe | -1/+18 |
| 2018-07-16 | ItemKind | csmoe | -1/+1 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -2/+2 |
| 2018-07-16 | VariantKind | csmoe | -1/+1 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -2/+8 |
| 2018-06-26 | Flatten some occurrences of `[P<T>]` to `[T]` | Oliver Schneider | -1/+1 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -2/+1 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+6 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -13/+22 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -8/+4 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -13/+22 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -4/+6 |
| 2018-05-17 | Avoid allocations in `opt_normalize_projection_type`. | Nicholas Nethercote | -4/+6 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -0/+8 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -5/+9 |
| 2018-05-15 | Clean up generic param handling | varkor | -3/+2 |
| 2018-05-15 | Review refactoring | varkor | -1/+1 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -1/+1 |
| 2018-05-15 | Refactor generic params loops | varkor | -9/+9 |