| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Auto merge of #141442 - compiler-errors:fast-path-pred, r=lcnr | bors | -8/+59 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -89/+84 |
| 2025-05-26 | Auto merge of #141567 - jhpratt:rollup-uuhcmci, r=jhpratt | bors | -55/+48 |
| 2025-05-26 | Rollup merge of #141559 - RalfJung:less-rustc_allow_const_fn_unstable, r=comp... | Jacob Pratt | -7/+1 |
| 2025-05-26 | Rollup merge of #140539 - nnethercote:simplify-attribute_groups, r=jdonszelmann | Jacob Pratt | -48/+47 |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -13/+35 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -7/+1 |
| 2025-05-25 | Do not canonicalize in new solver if it has nothing to canonicalize | Michael Goulet | -8/+55 |
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202... | bjorn3 | -265/+1110 |
| 2025-05-25 | Fast path fold_predicate in old canonicalizer | Michael Goulet | -0/+4 |
| 2025-05-25 | Rollup merge of #141541 - compiler-errors:nits, r=lcnr | Guillaume Gomez | -5/+6 |
| 2025-05-25 | Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errors | Guillaume Gomez | -5/+1 |
| 2025-05-25 | Rollup merge of #141443 - RalfJung:c-variadic-teach-help, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-05-25 | Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxu | Guillaume Gomez | -2/+24 |
| 2025-05-25 | Comment for not using select_in_new_trait_solver | Michael Goulet | -0/+1 |
| 2025-05-25 | Don't use relation just to equate regions in response | Michael Goulet | -5/+5 |
| 2025-05-25 | fix help message | Ralf Jung | -1/+1 |
| 2025-05-24 | Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRING | est31 | -2/+24 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -5/+1 |
| 2025-05-24 | Auto merge of #141518 - GuillaumeGomez:rollup-ivjep2j, r=GuillaumeGomez | bors | -32/+29 |
| 2025-05-24 | Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errors | Guillaume Gomez | -32/+29 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -32/+29 |
| 2025-05-24 | Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxu | bors | -0/+1 |
| 2025-05-24 | Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errors | Matthias Krüger | -221/+183 |
| 2025-05-24 | Rollup merge of #141456 - Urgau:check-cfg-version-pred, r=jieyouxu | Matthias Krüger | -0/+19 |
| 2025-05-24 | Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnr | Matthias Krüger | -0/+8 |
| 2025-05-24 | Rollup merge of #141429 - compiler-errors:unsafe-binder-non-structural-match,... | Matthias Krüger | -0/+3 |
| 2025-05-23 | Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point... | Matthias Krüger | -8/+46 |
| 2025-05-23 | Suggest correct `version("..")` predicate syntax in check-cfg | Urgau | -0/+19 |
| 2025-05-23 | make teach_help message for cast-before-pass-to-variadic more precise | Ralf Jung | -1/+1 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -0/+8 |
| 2025-05-23 | yeet `CanonicalVarInfo` | lcnr | -221/+183 |
| 2025-05-23 | Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov | Matthias Krüger | -28/+27 |
| 2025-05-23 | Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop... | Matthias Krüger | -3/+4 |
| 2025-05-23 | Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG... | Matthias Krüger | -4/+47 |
| 2025-05-23 | Dont walk into unsafe binders when emiting error for non-structural type match | Michael Goulet | -0/+3 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -97/+169 |
| 2025-05-23 | Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratrieb | bors | -18/+82 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+1 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -715/+810 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -3/+4 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -89/+84 |
| 2025-05-22 | rustdoc: improve diagnostics on raw doc fragments | binarycat | -4/+47 |
| 2025-05-22 | Auto merge of #141397 - matthiaskrgr:rollup-l9uu6g6, r=matthiaskrgr | bors | -23/+44 |
| 2025-05-22 | Rollup merge of #141390 - compiler-errors:poly-select-new-solver, r=lcnr | Matthias Krüger | -10/+12 |
| 2025-05-22 | Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=Guill... | Matthias Krüger | -1/+1 |
| 2025-05-22 | Rollup merge of #141362 - BoxyUwU:correct_error_term_kind, r=lcnr | Matthias Krüger | -4/+25 |
| 2025-05-22 | Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnr | Matthias Krüger | -8/+6 |
| 2025-05-22 | Rollup merge of #141286 - compiler-errors:querify-coroutine, r=oli-obk | Matthias Krüger | -41/+67 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -88/+49 |