| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Store the gctxt instead of fetching it twice. | Oli Scherer | -4/+8 |
| 2023-01-23 | Prefer queries over Compiler methods | Oli Scherer | -5/+4 |
| 2023-01-23 | Make `output_filenames` a real query | Oli Scherer | -28/+17 |
| 2023-01-23 | Remove another unneeded use of the resolver | Oli Scherer | -19/+23 |
| 2023-01-23 | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | -0/+16 |
| 2023-01-23 | Rollup merge of #107195 - smoelius:patch-2, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2023-01-23 | Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=co... | Dylan DPC | -13/+54 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -105/+60 |
| 2023-01-23 | Consider doc(alias) when providing typo suggestions | Robin Schroer | -13/+54 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -296/+74 |
| 2023-01-23 | Fix #106496, suggest remove deref for type mismatch | yukang | -0/+16 |
| 2023-01-22 | Rename relationships to infer_var_info | Santiago Pastorino | -12/+12 |
| 2023-01-22 | Move relationships::update to Inherited::update_infer_var_info | Santiago Pastorino | -53/+42 |
| 2023-01-22 | Store relationships on Inherent | Santiago Pastorino | -61/+28 |
| 2023-01-22 | Remove duplicated debug call | Santiago Pastorino | -1/+0 |
| 2023-01-22 | Update universal_regions.rs | Samuel Moelius | -1/+1 |
| 2023-01-22 | Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -14/+19 |
| 2023-01-22 | Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnr | Matthias Krüger | -18/+84 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -42/+109 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -25/+46 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -6/+53 |
| 2023-01-21 | Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic | Michael Goulet | -11/+9 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -13/+138 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+1 |
| 2023-01-21 | Address goal nits | Michael Goulet | -38/+54 |
| 2023-01-21 | Implement some more predicates | Michael Goulet | -7/+57 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -89/+364 |
| 2023-01-21 | Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot | bors | -12/+12 |
| 2023-01-21 | Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister | bors | -42/+124 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -6/+53 |
| 2023-01-20 | Rollup merge of #107112 - eltociear:patch-19, r=albertlarsan68 | Michael Goulet | -2/+2 |
| 2023-01-20 | Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnr | Michael Goulet | -21/+208 |
| 2023-01-20 | Rollup merge of #104347 - notriddle:notriddle/import-macro-from-self-fixup, r... | Michael Goulet | -5/+17 |
| 2023-01-20 | Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant... | Michael Goulet | -2/+2 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -13/+138 |
| 2023-01-20 | diagnostics: remvoe unnecessary use of `source_map.start_point` | Michael Howell | -1/+1 |
| 2023-01-20 | diagnostics: use `module_path` to check crate import instead of strings | Michael Howell | -20/+4 |
| 2023-01-20 | diagnostics: add `};` only if `{` was added too | Michael Howell | -5/+5 |
| 2023-01-20 | diagnostics: suggest changing `s@self::{macro}@::macro` for exported | Michael Howell | -1/+29 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -75/+146 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -2/+6 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -54/+94 |
| 2023-01-20 | Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr | bors | -357/+415 |
| 2023-01-20 | Fix typo in opaque_types.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-01-20 | Add `compile_fail` to doctest for `bindings_with_variant_name` | --global | -1/+1 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -1/+1 |
| 2023-01-20 | Rollup merge of #107068 - mejrs:use_derive, r=estebank | Matthias Krüger | -33/+27 |
| 2023-01-20 | Rollup merge of #106928 - bvanjoi:print-keyword-raw-identifier, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-01-20 | Rollup merge of #106891 - estebank:issue-45727, r=petrochenkov | Matthias Krüger | -8/+26 |