| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Combine drain_filter calls | Aaron Hill | -4/+4 |
| 2022-01-05 | Use SsoHashSet | Aaron Hill | -2/+2 |
| 2022-01-05 | Deduplicate projection sub-obligations | Aaron Hill | -0/+6 |
| 2021-11-24 | Add impl polarity to fields | Deadbeef | -26/+27 |
| 2021-11-24 | Allow more cases to match ~const Drop. | Deadbeef | -32/+48 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -10/+7 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+3 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -9/+3 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -7/+19 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -3/+4 |
| 2021-11-17 | Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank | Matthias Krüger | -1/+2 |
| 2021-11-16 | Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkov | Yuki Okushi | -38/+21 |
| 2021-11-15 | refactor is_param_bound | Taylor Yu | -8/+2 |
| 2021-11-15 | check where clause before suggesting unsized | Taylor Yu | -0/+19 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -1/+2 |
| 2021-11-13 | Fix handling of substitutions and binders when deciding whether to suggest re... | Jakob Degen | -38/+21 |
| 2021-11-11 | Use `associated_item_def_ids` more | Matthew Jasper | -7/+1 |
| 2021-11-11 | Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot | bors | -11/+4 |
| 2021-11-10 | don't inline `report_overlap_conflict` | lcnr | -0/+5 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -2/+6 |
| 2021-11-09 | Auto merge of #90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgr | bors | -3/+3 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -3/+3 |
| 2021-11-09 | Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726 | bors | -7/+4 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -7/+4 |
| 2021-11-08 | fmt | Deadbeef | -28/+8 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -65/+84 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -13/+8 |
| 2021-11-07 | Remove some fields from `ObligationCauseCode` | Matthew Jasper | -11/+4 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -1/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -2/+2 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -4/+1 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -12/+38 |
| 2021-11-05 | Auto merge of #90577 - matthiaskrgr:clippy_perf_nov, r=petrochenkov | bors | -1/+1 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -1/+4 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -40/+12 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -2/+3 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -40/+12 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Move instantiate_opaque_types to rustc_infer. | Oli Scherer | -288/+5 |
| 2021-10-28 | Move some functions into `rustc_infer`. | Oli Scherer | -317/+1 |
| 2021-10-28 | Manually inline a function that is only ever called at the end of another fun... | Oli Scherer | -33/+6 |
| 2021-10-28 | Remove dead code. | Oli Scherer | -11/+1 |
| 2021-10-28 | Reformat the changed line to make tidy happy | Ilya Yanok | -2/+3 |
| 2021-10-28 | Use `is_global` in `candidate_should_be_dropped_in_favor_of` | Ilya Yanok | -1/+1 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -0/+6 |
| 2021-10-25 | Rollup merge of #89889 - estebank:unmet-send-bound-on-foreign-future, r=tmandry | Matthias Krüger | -77/+70 |
| 2021-10-24 | Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726 | bors | -32/+189 |
| 2021-10-24 | Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate | Esteban Kuber | -77/+70 |