| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -33/+8 |
| 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 | -6/+0 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-21 | Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb | Matthias Krüger | -0/+87 |
| 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 | -6/+0 |
| 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 #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 | 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 | 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 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -2/+62 |
| 2024-02-20 | Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obk | Matthias Krüger | -0/+31 |
| 2024-02-20 | Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnr | Matthias Krüger | -0/+26 |
| 2024-02-20 | Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect | 许杰友 Jieyou Xu (Joe) | -0/+44 |
| 2024-02-20 | Introduce expand_weak_alias_tys | León Orell Valerian Liehr | -2/+62 |
| 2024-02-20 | Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstrieb | bors | -7/+64 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -27/+204 |
| 2024-02-20 | Fix stray trait mismatch in resolve_associated_item for AsyncFn | Michael Goulet | -1/+26 |
| 2024-02-20 | Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils... | Nilstrieb | -2/+47 |
| 2024-02-20 | Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnay | Nilstrieb | -4/+9 |
| 2024-02-20 | Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiser | Nilstrieb | -1/+8 |
| 2024-02-20 | Auto merge of #120863 - saethlin:slice-get-checked, r=the8472 | bors | -1/+1 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -418/+607 |
| 2024-02-20 | update tests | Ralf Jung | -33/+8 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -95/+49 |
| 2024-02-20 | Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8Ki | Nilstrieb | -0/+53 |
| 2024-02-20 | Rollup merge of #121307 - estebank:drive-by, r=compiler-errors | Nilstrieb | -1/+12 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -319/+60 |
| 2024-02-20 | test | Michael Goulet | -0/+26 |
| 2024-02-20 | Don't use raw parameter types in find_builder_fn | Michael Goulet | -0/+5 |
| 2024-02-20 | Simply do not ICE | Michael Goulet | -0/+26 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -1/+1 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -95/+49 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -2/+47 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -418/+607 |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -24/+11 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -300/+43 |
| 2024-02-19 | regression test for #103369 | Kalle Wachsmuth | -0/+53 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+12 |
| 2024-02-19 | Rollup merge of #121275 - tshepang:test-panicking-proc-macros, r=nnethercote | Matthias Krüger | -0/+18 |