| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Heuristically undo path prefix mappings. | Tim Neumann | -6/+100 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -4/+13 |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -4/+6 |
| 2023-01-14 | Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2023-01-13 | Update `rental` hack to work with remapped paths. | Tim Neumann | -4/+6 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -1/+5 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -1/+15 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -5/+145 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |
| 2023-01-13 | Rollup merge of #106489 - jschwe:fix_linker_detection, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -14/+150 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -4/+72 |
| 2023-01-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -1/+5 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -44/+27 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -33/+84 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -1/+15 |
| 2023-01-13 | Rollup merge of #106791 - estebank:fix-ice, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2023-01-13 | Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebank | Yuki Okushi | -19/+42 |
| 2023-01-13 | Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnr | Yuki Okushi | -11/+14 |
| 2023-01-13 | Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwco | Yuki Okushi | -0/+21 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -2/+6 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+176 |
| 2023-01-12 | riscv: Fix ELF header flags | Fawaz | -5/+17 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -30/+129 |
| 2023-01-13 | Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco | bors | -1374/+2295 |
| 2023-01-13 | Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understand | Michael Goulet | -12/+148 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -11/+14 |
| 2023-01-12 | Fix ICE formatting | Esteban Küber | -1/+1 |
| 2023-01-12 | Only point at impl self ty in WF if trait predicate shares self ty | Michael Goulet | -2/+9 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -1/+5 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -1/+1 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+15 |
| 2023-01-13 | Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwco | Yuki Okushi | -23/+23 |
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -7/+3 |
| 2023-01-12 | Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNow | Michael Goulet | -2/+2 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -1/+1 |
| 2023-01-12 | Point at HIR types when impl trait ref doesn't normalize | Michael Goulet | -18/+34 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -3/+3 |
| 2023-01-12 | Remove `output_filenames` field from TyCtxt and feed the query instead | Oli Scherer | -9/+4 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -12/+9 |
| 2023-01-12 | Feed `crate_name` query | Oli Scherer | -13/+7 |
| 2023-01-12 | Feed `resolutions` query instead of it being a thin wrapper around an untrack... | Oli Scherer | -9/+6 |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -73/+76 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -63/+4 |
| 2023-01-12 | Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb | nils | -1/+43 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -5/+8 |
| 2023-01-12 | Rollup merge of #105806 - mejrs:eager2, r=davidtwco | nils | -4/+21 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -53/+71 |