| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | introduce new fallback algorithm | Niko Matsakis | -0/+8 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -4/+14 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -5/+6 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -4/+14 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -1/+1 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -8/+5 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -17/+0 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -2/+2 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -2/+7 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -0/+20 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -14/+30 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -7/+7 |
| 2021-09-14 | Remove RawDefId tracking infrastructure from incr. comp. framework. | Michael Woerister | -30/+3 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -6/+13 |
| 2021-09-13 | Rollup merge of #88859 - RalfJung:size-helpers, r=oli-obk | Guillaume Gomez | -8/+6 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+3 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+3 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+4 |
| 2021-09-12 | Use non-recursive algorithm in non-parallel compiler. | Camille GILLOT | -4/+10 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -34/+40 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -5/+104 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -59/+315 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -12/+7 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -15/+29 |
| 2021-09-11 | interpreter PointerArithmetic: use new Size helper methods | Ralf Jung | -8/+6 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -4/+4 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -0/+4 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -62/+43 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -12/+7 |
| 2021-09-10 | Add actual spans to the crate hash. | Camille GILLOT | -13/+13 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -0/+9 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -1/+6 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -9/+0 |
| 2021-09-09 | Rename `(un)signed` to `(un)signed_int` | Andreas Liljeqvist | -7/+8 |
| 2021-09-09 | Move `unsigned_max` etc into `Size` again | Andreas Liljeqvist | -21/+9 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -40/+32 |
| 2021-09-09 | Remove `contains_zero`, respect the compiler | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Remove the queries | Deadbeef | -41/+0 |
| 2021-09-09 | fmt | Deadbeef | -1/+1 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -2/+19 |
| 2021-09-09 | Const dropping | Deadbeef | -4/+52 |
| 2021-09-09 | Remove unused query | Deadbeef | -8/+0 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -1/+9 |
| 2021-09-09 | nits | Ellen | -18/+24 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -255/+254 |
| 2021-09-09 | move thir visitor to rustc_middle | Ellen | -0/+243 |
| 2021-09-09 | dont support blocks | Ellen | -1/+0 |
| 2021-09-09 | as casts and block exprs | Ellen | -2/+2 |