| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -0/+4 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -26/+173 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -2/+6 |
| 2021-11-07 | Remove some fields from `ObligationCauseCode` | Matthew Jasper | -2/+0 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -10/+11 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -22/+159 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+12 |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -7/+11 |
| 2021-11-06 | Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank | Matthias Krüger | -2/+6 |
| 2021-11-06 | Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514 | bors | -1/+1 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -5/+5 |
| 2021-11-06 | type error go brrrrrrrr | Ellen | -2/+6 |