| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query. | Michael Woerister | -4/+3 |
| 2023-03-01 | Print NewPM passes | Nikita Popov | -16/+2 |
| 2023-03-01 | Remove pass initialization code | Nikita Popov | -22/+0 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -225/+231 |
| 2023-02-28 | Fix the ffi_unwind_calls lint documentation | Eric Huss | -7/+2 |
| 2023-03-01 | Rollup merge of #108571 - Jesse-Bakker:sorted_index_multi_map_contains_key, r... | Matthias Krüger | -0/+9 |
| 2023-03-01 | Rollup merge of #108560 - Nilstrieb:infer-cleanup, r=compiler-errors | Matthias Krüger | -39/+11 |
| 2023-03-01 | Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726 | Matthias Krüger | -20/+16 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -163/+119 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -2/+26 |
| 2023-03-01 | Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3 | Matthias Krüger | -0/+39 |
| 2023-03-01 | Rollup merge of #108555 - Zoxc:par-fix, r=cjgillot | Matthias Krüger | -4/+5 |
| 2023-03-01 | Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obk | Matthias Krüger | -49/+101 |
| 2023-03-01 | Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obk | Matthias Krüger | -53/+69 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -17/+13 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -57/+60 |
| 2023-02-28 | restore unaddressed FIXME | Nathan Fenner | -0/+1 |
| 2023-02-28 | Fix error spans for arguments to tuple enum constructors | Nathan Fenner | -6/+13 |
| 2023-02-28 | Shift vars for default RPITIT methods correctly | Michael Goulet | -1/+24 |
| 2023-02-28 | Update header comment | Rune Tynan | -3/+3 |
| 2023-02-28 | Make zeroed return an Option | Rune Tynan | -13/+8 |
| 2023-02-28 | Erase **all** regions when probing for associated types in astconv | Michael Goulet | -2/+4 |
| 2023-02-28 | compiler/rustc_session: fix sysroot detection logic ... | liushuyu | -1/+11 |
| 2023-02-28 | Explain compile-time vs run-time difference in env!() error message | Kornel | -10/+30 |
| 2023-02-28 | Add contains_key to SortedIndexMultiMap | Jesse Bakker | -0/+9 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -1/+2 |
| 2023-02-28 | Some `infer/mod.rs` cleanups | Nilstrieb | -39/+11 |
| 2023-02-27 | Point error span at Some constructor argument when trait resolution fails | Nathan Fenner | -4/+10 |
| 2023-02-28 | refactor parse_token_trees to not return unmatched_delims | yukang | -30/+29 |
| 2023-02-28 | no need to return unmatched_delims from tokentrees | yukang | -11/+6 |
| 2023-02-28 | rename unmatched_braces to unmatched_delims | yukang | -26/+27 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -8/+9 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -3/+10 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -6/+10 |
| 2023-02-28 | Fix a race in the query system | John Kåre Alsaker | -4/+5 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -49/+101 |
| 2023-02-28 | Deny capturing late-bound non-lifetime param in anon const | Michael Goulet | -5/+83 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -3/+3 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -53/+69 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -17/+13 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -31/+20 |
| 2023-02-28 | Remove issue number for `link_cfg` | clubby789 | -2/+2 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -207/+220 |
| 2023-02-27 | Do not grow `assignment_order` needlessly. | Camille GILLOT | -2/+5 |
| 2023-02-27 | Special case deref projections in SsaVisitor. | Camille GILLOT | -14/+35 |
| 2023-02-27 | Update MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -77/+75 |
| 2023-02-27 | Auto merge of #108538 - matthiaskrgr:rollup-vw6h5ea, r=matthiaskrgr | bors | -198/+156 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -2/+6 |
| 2023-02-27 | Rollup merge of #108523 - TaKO8Ki:avoid-str-to-string-conversions, r=Nilstrieb | Matthias Krüger | -3/+3 |