| Age | Commit message (Expand) | Author | Lines |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -3/+3 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -1/+1 |
| 2020-08-11 | Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercote | bors | -4/+22 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -2/+2 |
| 2020-07-26 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -1/+15 |
| 2020-07-26 | [experiment] ty/layout: compute both niche-filling and tagged layouts for enums. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-07-23 | Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb | bors | -22/+4 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -2/+2 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -22/+4 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -4/+29 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -17/+26 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -1/+2 |
| 2020-07-17 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -1/+15 |
| 2020-07-17 | [experiment] ty/layout: compute both niche-filling and tagged layouts for enums. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-07-14 | Rollup merge of #74227 - erikdesjardins:layun, r=estebank | Manish Goregaokar | -3/+3 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -1/+1 |
| 2020-07-10 | Remove an unwrap in layout computation | Erik Desjardins | -3/+3 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+1 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -1/+1 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -1/+1 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -0/+2 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -29/+29 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+2 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -29/+29 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -2/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -2/+3 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -2/+3 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -6/+3 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+3 |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -3/+1 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -4/+11 |
| 2020-04-07 | fix abuses of tykind::err | mark | -2/+2 |
| 2020-04-03 | Do not disable field reordering on enums with big discriminant | Olivier Goffart | -5/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -23/+23 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -23/+23 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -3/+57 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -5/+2 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+2722 |