| Age | Commit message (Expand) | Author | Lines |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -2/+96 |
| 2021-09-23 | Auto merge of #89024 - oli-obk:lazy_tait_is_not_limited_to_being_used_in_retu... | bors | -5/+1 |
| 2021-09-23 | Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister | bors | -4/+4 |
| 2021-09-23 | Check that TAIT generics are fully generic in mir typeck instead of wf-check,... | Oli Scherer | -5/+1 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -14/+16 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+42 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -51/+32 |
| 2021-09-21 | use indexmap instead of hashmap | lcnr | -1/+1 |
| 2021-09-21 | rename | lcnr | -4/+4 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -6/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+42 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -1/+1 |
| 2021-09-20 | Generate inference vars and obligations for projections in opaque types inste... | Oli Scherer | -19/+24 |
| 2021-09-20 | Inline a function that is only called once | Oli Scherer | -10/+4 |
| 2021-09-20 | Use tracing debugging in `fold_opaque_ty` | Oli Scherer | -14/+6 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -11/+1 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -14/+21 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+1 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -1/+1 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 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 | 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 | 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 |