| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -0/+67 |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -169/+104 |
| 2024-02-22 | Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgr | bors | -60/+406 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -14/+14 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -0/+401 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -60/+5 |
| 2024-02-22 | Remove some annotations that just specify the default | Oli Scherer | -17/+13 |
| 2024-02-22 | do not use <: in subtyping overflow msg | lcnr | -15/+15 |
| 2024-02-22 | overflow errors: change source to a concrete enum | lcnr | -42/+37 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -7/+32 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -133/+48 |
| 2024-02-22 | Re-bless tests/pretty | 许杰友 Jieyou Xu (Joe) | -38/+38 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -4775/+4775 |
| 2024-02-22 | Ignore tidy linelength | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-02-22 | Fix tests/assembly/stack-protector/stack-protector-target-support.rs | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-02-22 | Preserve the `Span` from `prove_predicate` all the way to registering opaque ... | Oli Scherer | -1/+15 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -80/+8 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -53/+14 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -2/+2 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -7/+1 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -16/+95 |
| 2024-02-21 | Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb | Matthias Krüger | -0/+87 |
| 2024-02-21 | Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obk | Matthias Krüger | -10/+8 |
| 2024-02-21 | Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-se | bors | -70/+86 |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -6/+0 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -7/+1 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -70/+86 |
| 2024-02-21 | Add a non-lifetime-binders test | Michael Goulet | -0/+60 |
| 2024-02-21 | Add an ATB test | Michael Goulet | -0/+27 |
| 2024-02-21 | Rollup merge of #121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-er... | León Orell Valerian Liehr | -3/+3 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -24/+24 |
| 2024-02-21 | Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obk | León Orell Valerian Liehr | -0/+21 |
| 2024-02-21 | Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease | León Orell Valerian Liehr | -27/+204 |
| 2024-02-21 | compiletest: support auxiliaries with auxiliaries | David Wood | -0/+21 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -0/+63 |
| 2024-02-21 | coverage: Eagerly deduplicate covspans with the same span | Zalathar | -10/+8 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+22 |
| 2024-02-21 | test that we do not support higher-ranked regions in opaque type inference | Ali MJ Al-Nasrawy | -0/+292 |
| 2024-02-21 | Add more tests | Oli Scherer | -0/+138 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -0/+44 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -0/+4 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -0/+15 |
| 2024-02-21 | Auto merge of #121172 - Nadrieril:simplify-empty-selection, r=matthewjasper | bors | -265/+381 |
| 2024-02-21 | Auto merge of #120904 - Nadrieril:match-lowering-intermediate-repr, r=matthew... | bors | -4/+4 |
| 2024-02-21 | Merge `diagnostic_builder.rs` into `diagnostic.rs`. | Nicholas Nethercote | -3/+3 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -0/+15 |
| 2024-02-20 | Suggest using --verbose when writing type to a file | Fernando Fernandez Mancera | -0/+4 |
| 2024-02-20 | some type system cleanup | lcnr | -24/+24 |
| 2024-02-20 | Rollup merge of #121350 - compiler-errors:resolve, r=oli-obk | Matthias Krüger | -1/+26 |