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