| Age | Commit message (Expand) | Author | Lines |
| 2021-09-18 | Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obk | bors | -2/+2 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -2/+96 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -10/+2 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -14/+24 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -37/+81 |
| 2021-09-16 | Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, ... | Manish Goregaokar | -3/+0 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -12/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -9/+14 |
| 2021-09-16 | fix `clone` call | Esteban Kuber | -2/+2 |
| 2021-09-16 | Account for blocks in arguments | Esteban Kuber | -2/+22 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+11 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -34/+43 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -1/+1 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -11/+11 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -25/+35 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -2/+2 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -9/+16 |
| 2021-09-15 | inline(always) on check_recursion_limit | Deadbeef | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -37/+170 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -10/+2 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -2/+3 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -14/+24 |
| 2021-09-12 | Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearth | bors | -267/+176 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -267/+176 |
| 2021-09-12 | Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis | bors | -3/+4 |
| 2021-09-11 | cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimpleme... | Michael Howell | -3/+0 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -8/+8 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -2/+2 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -2/+3 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -8/+8 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -4/+13 |
| 2021-09-09 | Use FxHashSet instead of Vec for well formed tys | jackh726 | -3/+4 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -3/+10 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -2/+2 |
| 2021-09-09 | Use trait select logic instead of query | Deadbeef | -18/+34 |
| 2021-09-09 | fmt | Deadbeef | -19/+18 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -20/+138 |
| 2021-09-09 | fmt | Ellen | -1/+3 |
| 2021-09-09 | resolve `from_hir_call` FIXME | Ellen | -1/+0 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -8/+11 |
| 2021-09-09 | nits | Ellen | -20/+19 |
| 2021-09-09 | remove comment | Ellen | -1/+1 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -15/+15 |
| 2021-09-09 | remove debug stmts | Ellen | -2/+1 |
| 2021-09-09 | remove `WorkNode` | Ellen | -51/+10 |
| 2021-09-09 | handle `ExprKind::NeverToAny` | Ellen | -2/+1 |
| 2021-09-09 | dont build abstract const for monomorphic consts | Ellen | -1/+30 |
| 2021-09-09 | tidy | Ellen | -19/+17 |