| Age | Commit message (Expand) | Author | Lines |
| 2021-11-29 | Prepare for more ParamEnv flags | Oli Scherer | -10/+15 |
| 2021-11-28 | Remove unused root_parent. | Camille GILLOT | -12/+4 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -7/+1 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -15/+15 |
| 2021-11-27 | Visit type in process_projection_elem. | Camille GILLOT | -1/+5 |
| 2021-11-27 | Remove erroneous merge conflict | Alan Egerton | -4/+0 |
| 2021-11-26 | Small mir-opt refactor | Scott McMurray | -0/+8 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -14/+17 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -97/+136 |
| 2021-11-26 | Make `TypeFoldable` implementors short-circuit on error | LeSeulArtichaut | -195/+222 |
| 2021-11-26 | Make `TypeFolder::fold_*` return `Result` | LeSeulArtichaut | -8/+19 |
| 2021-11-25 | Auto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011 | bors | -1/+0 |
| 2021-11-25 | Rollup merge of #91162 - RalfJung:miri-shift-truncation, r=oli-obk | Matthias Krüger | -0/+8 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -75/+280 |
| 2021-11-24 | Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011 | bors | -5/+1 |
| 2021-11-23 | document BinOp behavior quirks in the corresponding enum | Ralf Jung | -0/+8 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -3/+3 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -7/+16 |
| 2021-11-23 | Suppress noisy generator associated type | Michael Goulet | -4/+14 |
| 2021-11-23 | Elaborate trait generics and associated types | Michael Goulet | -74/+210 |
| 2021-11-23 | Add supertraits method to rustc_middle | Michael Goulet | -0/+50 |
| 2021-11-23 | Derive Ord and PartialOrd for TraitRef | Michael Goulet | -1/+1 |
| 2021-11-23 | Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov | Matthias Krüger | -7/+3 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -8/+53 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -8/+53 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -7/+3 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -1/+1 |
| 2021-11-20 | Add space in opaque `impl Trait` | Michael Goulet | -3/+3 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -11/+55 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -0/+5 |
| 2021-11-19 | Auto merge of #90996 - the8472:obligation-hashes2, r=matthewjasper | bors | -1/+10 |
| 2021-11-19 | Rollup merge of #90990 - nnethercote:arenas-cleanup, r=oli-obk | Yuki Okushi | -24/+24 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -11/+55 |
| 2021-11-19 | Add some comments. | Nicholas Nethercote | -1/+1 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -0/+5 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -18/+3 |
| 2021-11-17 | Remove unnecessary lifetime argument from arena macros. | Nicholas Nethercote | -23/+23 |
| 2021-11-16 | Auto merge of #90919 - nnethercote:rm-DropArena, r=Mark-Simulacrum | bors | -10/+5 |
| 2021-11-16 | Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkov | Yuki Okushi | -1/+3 |
| 2021-11-15 | Remove `DropArena`. | Nicholas Nethercote | -10/+5 |
| 2021-11-14 | Simplify ObligationCauseData hash to skip ObligationCauseCode | The8472 | -1/+10 |
| 2021-11-14 | fix getting the discriminant of a zero-variant enum | Ralf Jung | -1/+3 |
| 2021-11-13 | Type can be unsized and uninhabited | Seo Sanghyeon | -1/+1 |
| 2021-11-11 | Use `associated_item_def_ids` more | Matthew Jasper | -6/+6 |
| 2021-11-11 | Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot | bors | -2/+0 |
| 2021-11-11 | Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakis | bors | -5/+8 |
| 2021-11-10 | Rollup merge of #90742 - est31:add_assign, r=davidtwco | Matthias Krüger | -1/+1 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -5/+8 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -1/+5 |
| 2021-11-09 | Use AddAssign impl | est31 | -1/+1 |