| 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 | -12/+12 |
| 2018-08-30 | Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkor | Pietro Albini | -1/+2 |
| 2018-08-29 | Remove `AccumulateVec` and its uses. | Nicholas Nethercote | -3/+3 |
| 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-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -2/+89 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -5/+5 |
| 2018-08-23 | Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behi... | bors | -30/+8 |
| 2018-08-23 | use `TypeOp` machinery for `outlives_bounds` | Niko Matsakis | -0/+81 |
| 2018-08-23 | resolve type variables in the custom type op pathway | Niko Matsakis | -1/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -5/+5 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -5/+5 |
| 2018-08-22 | 52985: formatting PR files | Tristan Burgess | -9/+14 |
| 2018-08-22 | 52985: better cycle error for existential types | Tristan Burgess | -36/+9 |
| 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 | -29/+29 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -21/+21 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -163/+163 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -2/+2 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -5/+5 |
| 2018-08-21 | change `make_query_outlives` to take an iterator | Niko Matsakis | -2/+7 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -6/+6 |
| 2018-08-20 | Force-inline `shallow_resolve` at its hottest call site. | Nicholas Nethercote | -1/+2 |
| 2018-08-19 | Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkov | bors | -22/+22 |
| 2018-08-19 | Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obk | bors | -9/+36 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -19/+19 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -6/+6 |
| 2018-08-19 | Auto merge of #53248 - nikomatsakis:nll-trivial-sized-predicate, r=eddyb | bors | -2/+16 |
| 2018-08-19 | Auto merge of #51131 - qnighy:unsized-locals, r=eddyb | bors | -0/+12 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+6 |
| 2018-08-19 | Add notes on unsized argument errors. | Masaki Hara | -0/+6 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -25/+17 |
| 2018-08-17 | Auto merge of #53449 - frewsxcv:rollup, r=frewsxcv | bors | -0/+4 |
| 2018-08-17 | Auto merge of #53288 - RalfJung:dropck, r=nikomatsakis | bors | -5/+3 |
| 2018-08-16 | Implement Iterator::size_hint for Elaborator. | Corey Farwell | -0/+4 |
| 2018-08-16 | Auto merge of #53295 - estebank:on-unimplemented, r=michaelwoerister | bors | -16/+28 |
| 2018-08-15 | Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj | Guillaume Gomez | -6/+11 |
| 2018-08-15 | fix error for unsized packed struct field | Ralf Jung | -6/+11 |
| 2018-08-15 | Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis | bors | -1/+14 |
| 2018-08-14 | Suggested trait implementation ordering is now deterministic. | David Wood | -4/+12 |
| 2018-08-13 | 52985: cause cycle err on inf trait normalization | Tristan Burgess | -9/+36 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2018-08-12 | Various changes to `rustc_on_unimplemented` | Esteban Küber | -16/+28 |
| 2018-08-12 | unions are not always trivially dropable | Ralf Jung | -5/+3 |
| 2018-08-10 | skip trivial `T: Sized` predicates | Niko Matsakis | -2/+16 |
| 2018-08-10 | Consider changing assert! to debug_assert! when it calls visit_with | ljedrz | -6/+6 |
| 2018-08-09 | Preferring BuiltInCandidate { has_nested: false } in all cases | Sunjay Varma | -1/+14 |