| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | `unpretty=thir-tree`: don't require the final expr to be the entrypoint | dianne | -9/+4 |
| 2025-05-21 | lower bodies' params to thir before the body's value | dianne | -10/+11 |
| 2025-05-21 | Correctly set the span of the proc_macro crate's Group delimiters | Chayim Refael Friedman | -5/+15 |
| 2025-05-21 | Merge pull request #4338 from RalfJung/FileDescription | Ralf Jung | -2/+8 |
| 2025-05-21 | Move -Zcrate-attr injection to just after crate root parsing | bjorn3 | -8/+8 |
| 2025-05-21 | std: fix doctest and explain for as_slices and as_mut_slices in VecDeque | xizheyin | -5/+28 |
| 2025-05-21 | Use Cranelift bitcast instead of store & load to bitcast between vectors and ... | beetrees | -25/+2 |
| 2025-05-21 | fix better_any breakage by making the solver more unsound | lcnr | -2/+75 |
| 2025-05-21 | Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errors | Matthias Krüger | -3/+47 |
| 2025-05-21 | Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnr | Matthias Krüger | -12/+58 |
| 2025-05-21 | Rollup merge of #141332 - compiler-errors:no-fold-const, r=lcnr | Matthias Krüger | -3/+11 |
| 2025-05-21 | Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ... | Matthias Krüger | -3/+39 |
| 2025-05-21 | Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f... | Matthias Krüger | -11/+20 |
| 2025-05-21 | Rollup merge of #141280 - Kobzol:docker-rust-lang-cache, r=marcoieni | Matthias Krüger | -3/+2 |
| 2025-05-21 | Rollup merge of #141267 - dianne:fix-141265, r=oli-obk | Matthias Krüger | -1/+63 |
| 2025-05-21 | limit impls of `VaArgSafe` to just types that are actually safe | Folkert de Vries | -34/+52 |
| 2025-05-21 | Auto merge of #140386 - oli-obk:match-on-lang-item-kind, r=compiler-errors | bors | -85/+91 |
| 2025-05-21 | Update Cargo.lock | Philipp Krones | -8/+0 |
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u... | Philipp Krones | -4612/+6166 |
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u... | Philipp Krones | -4612/+6166 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -207/+175 |
| 2025-05-21 | Rustup (#14860) | Philipp Krones | -23/+35 |
| 2025-05-21 | Bump nightly version -> 2025-05-21 | Philipp Krones | -5/+12 |
| 2025-05-21 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4628/+6209 |
| 2025-05-21 | bump stdarch | Ralf Jung | -0/+0 |
| 2025-05-21 | Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p... | Andrew Zhogin | -11/+20 |
| 2025-05-21 | When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) | Andrew Zhogin | -3/+39 |
| 2025-05-21 | Add bors environment to CI | Jakub Beránek | -0/+9 |
| 2025-05-21 | eagerly check nested obligations when coercing fndefs | lcnr | -3/+47 |
| 2025-05-21 | allow aarch64_softfloat_neon for backwards compatibility | Ralf Jung | -0/+13 |
| 2025-05-21 | Auto merge of #141331 - matthiaskrgr:rollup-k0loxj6, r=matthiaskrgr | bors | -201/+277 |
| 2025-05-21 | Use DeepRejectCtxt in assemble_inherent_candidates_from_param | Michael Goulet | -12/+58 |
| 2025-05-21 | Rollup merge of #141318 - nnethercote:fix-140884, r=compiler-errors | Matthias Krüger | -7/+20 |
| 2025-05-21 | Rollup merge of #141317 - dianne:continue-liveness-ice-fix, r=compiler-errors | Matthias Krüger | -29/+113 |
| 2025-05-21 | Rollup merge of #141284 - compiler-errors:query-nit, r=oli-obk | Matthias Krüger | -0/+1 |
| 2025-05-21 | Rollup merge of #141283 - Sol-Ell:fix-benchmarking-on-windows, r=Kobzol | Matthias Krüger | -1/+5 |
| 2025-05-21 | Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercote | Matthias Krüger | -16/+83 |
| 2025-05-21 | Rollup merge of #140994 - onur-ozkan:cc2ar-removal, r=albertlarsan68 | Matthias Krüger | -148/+8 |
| 2025-05-21 | Rollup merge of #137759 - joshtriplett:command-chroot, r=Amanieu | Matthias Krüger | -0/+47 |
| 2025-05-21 | Do not eagerly fold consts in normalize_param_env_or_error if new solver | Michael Goulet | -3/+11 |
| 2025-05-21 | Avoid creating an empty identifer in `Symbol::to_ident_string`. | Nicholas Nethercote | -7/+20 |
| 2025-05-21 | Downgrade the confident of suggestion `available field in format string` and ... | xizheyin | -10/+4 |
| 2025-05-21 | Update generic tests | Marcelo Domínguez | -3/+3 |
| 2025-05-21 | Update UI tests | Marcelo Domínguez | -132/+101 |
| 2025-05-21 | Initial naive implementation using `Symbols` to represent autodiff modes (`Fo... | Marcelo Domínguez | -8/+22 |
| 2025-05-21 | Update codegen and pretty tests | Marcelo Domínguez | -39/+39 |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -28/+30 |
| 2025-05-21 | Allow x perf to find rustc.exe on Windows | Ell | -1/+5 |
| 2025-05-21 | FileDescription: improve read/write docs | Ralf Jung | -2/+8 |
| 2025-05-21 | Merge pull request #4337 from RalfJung/io | Ralf Jung | -17/+25 |