| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | Rollup merge of #107839 - RalfJung:rustc-log, r=oli-obk | Matthias Krüger | -9/+3 |
| 2023-02-10 | Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obk | Matthias Krüger | -1/+4 |
| 2023-02-10 | Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnr | Matthias Krüger | -9/+14 |
| 2023-02-10 | fix rustc_log doctest | Ralf Jung | -3/+3 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -48/+133 |
| 2023-02-10 | add test for no input file | yukang | -1/+4 |
| 2023-02-10 | Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgr | bors | -61/+58 |
| 2023-02-10 | Rollup merge of #107863 - compiler-errors:new-solver-multiple-candidates, r=j... | Matthias Krüger | -3/+6 |
| 2023-02-10 | Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk | Matthias Krüger | -53/+47 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -5/+5 |
| 2023-02-10 | Auto merge of #101680 - jackh726:implied-cleanup, r=lcnr | bors | -104/+142 |
| 2023-02-09 | Update implied_outlives_bounds to properly register implied bounds behind nor... | Jack Huey | -41/+60 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -69/+88 |
| 2023-02-10 | Multiple candidates with same response is not ambiguous | Michael Goulet | -3/+6 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -8/+158 |
| 2023-02-09 | Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnr | Dylan DPC | -0/+14 |
| 2023-02-09 | Rollup merge of #107803 - eggyal:do_not_bring_trait_alias_supertraits_into_sc... | Dylan DPC | -17/+31 |
| 2023-02-09 | Rollup merge of #107786 - compiler-errors:new-solver-some-tweaks, r=lcnr | Dylan DPC | -135/+85 |
| 2023-02-09 | Rollup merge of #107659 - bvanjoi:issue-107649, r=estebank | Dylan DPC | -11/+11 |
| 2023-02-09 | Rollup merge of #107648 - matthiaskrgr:unused_lifetime_104432_fix, r=cjgillot | Dylan DPC | -12/+16 |
| 2023-02-09 | Disqualify auto-trait builtin impl in new solver if impl exists | Michael Goulet | -0/+14 |
| 2023-02-09 | Move winnowing to assembly | Michael Goulet | -140/+81 |
| 2023-02-09 | Implement a dummy drop-in-favor-of for the new solver | Michael Goulet | -19/+33 |
| 2023-02-09 | Use elaborated item bounds for alias types | Michael Goulet | -4/+1 |
| 2023-02-09 | Fix subst issue with object_ty_for_trait | Michael Goulet | -5/+3 |
| 2023-02-09 | test: snapshot for derive suggestion in diff files | bohan | -11/+11 |
| 2023-02-09 | Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3 | bors | -331/+640 |
| 2023-02-09 | Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202... | bjorn3 | -331/+640 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -16/+22 |
| 2023-02-09 | Fix `RegionKind: PartialEq` to account for `ReError` | Esteban Küber | -1/+2 |
| 2023-02-09 | Use 'static RegionVid for ReError | Esteban Küber | -3/+9 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -60/+69 |
| 2023-02-09 | review comments | Esteban Küber | -2/+4 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -32/+93 |
| 2023-02-09 | Rollup merge of #107835 - tshepang:fmt, r=WaffleLapkin | Matthias Krüger | -12/+13 |
| 2023-02-09 | Rollup merge of #107752 - riverar:rafael/gnu_dlltool_temp_prefix, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2023-02-09 | Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errors | Matthias Krüger | -380/+641 |
| 2023-02-09 | avoid duplicating the RUSTC_LOG env var name | Ralf Jung | -6/+0 |
| 2023-02-09 | fix #107822, handle properly when there is no crate attrs | yukang | -1/+1 |
| 2023-02-09 | use idiomatic formatting | Tshepang Mbambo | -12/+13 |
| 2023-02-09 | Don't expose type parameters and implementation details from macro expansion | 许杰友 Jieyou Xu (Joe) | -9/+14 |
| 2023-02-09 | Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obk | bors | -1/+1 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -34/+31 |
| 2023-02-09 | Avoid some `tls::with` calls. | Nicholas Nethercote | -11/+8 |
| 2023-02-09 | Simplify `with_tlv`. | Nicholas Nethercote | -3/+3 |
| 2023-02-09 | Simplify `tls::enter_context`. | Nicholas Nethercote | -6/+6 |
| 2023-02-08 | Rollup merge of #107813 - compiler-errors:bad-impl-trait-in-macro-is-ok, r=es... | Michael Goulet | -2/+3 |
| 2023-02-08 | Rollup merge of #107799 - lcnr:update-provisional-result, r=oli-obk | Michael Goulet | -5/+8 |
| 2023-02-08 | Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki | Michael Goulet | -34/+6 |
| 2023-02-08 | Rollup merge of #107713 - nnethercote:extend-BYTE_SLICE_IN_PACKED_STRUCT_WITH... | Michael Goulet | -24/+40 |