about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-27fix missing doc in CString::from_raw and str::from_boxed_utf8_uncheckedLemonJ-3/+12
2025-04-27`manual_div_ceil`: fix suggestions when macro is involved (#14666)dswij-20/+94
2025-04-27Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwUbors-0/+71
2025-04-27Remove `#[doc(hidden)]` from `AtomicPrimitive::AtomicInner`Pavel Grigorenko-2/+2
2025-04-27name ATOMIC_INIT without unstable aliasChristopher Durham-3/+3
2025-04-27use generic Atomic type where possibleChristopher Durham-268/+279
2025-04-27add generic Atomic<T> type aliasChristopher Durham-0/+94
2025-04-26Auto merge of #140288 - Zalathar:new-executor, r=jieyouxubors-8/+12
2025-04-27Fix bad handling of macros if there is already a `main` functionGuillaume Gomez-1/+27
2025-04-26docs: fix incorrect stability markers on `std::{todo, matches}`Michael Howell-2/+8
2025-04-26Update lint-docs to default to Rust 2024Eric Huss-5/+5
2025-04-26lint-docs: Don't hard-code the valid editionsEric Huss-14/+8
2025-04-26hygiene: Use `IndexVec` for syntax context decode cacheVadim Petrochenkov-9/+4
2025-04-26Merge pull request #654 from rust-lang/sync_from_rust_2025_04_26antoyo-1/+1
2025-04-26Avoid re-interning in `LateContext::get_def_path`DaniPopes-1/+4
2025-04-26Update to nightly-2025-04-26Antoni Boucher-1/+1
2025-04-26hygiene: Misc cleanupsVadim Petrochenkov-82/+46
2025-04-26hygiene: Remove decode placeholdersVadim Petrochenkov-34/+11
2025-04-26Merge branch 'master' into sync_from_rust_2025_04_26Antoni Boucher-0/+31
2025-04-26Merge pull request #19692 from vishruth-thimmaiah/remove_underscore_for_used_varChayim Refael Friedman-0/+212
2025-04-27feat: adds an assist to remove underscores from used variablesVishruth-Thimmaiah-0/+212
2025-04-26Don't escape `'static`Chayim Refael Friedman-2/+10
2025-04-26Escape raw names in labels properlyChayim Refael Friedman-5/+26
2025-04-26Update example to use `CStr::to_string_lossy`Jake Goulding-2/+3
2025-04-26Auto merge of #140336 - matthiaskrgr:rollup-kxo6ljw, r=matthiaskrgrbors-316/+573
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-9/+8
2025-04-26fix: `equatable_if_let` suggests wrongly when involving reference (#14504)dswij-2/+124
2025-04-26Rollup merge of #140325 - ethanwu10:ethanwu10/grammar-fixes-for-bufread-has-d...Matthias Krüger-2/+2
2025-04-26Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errorsMatthias Krüger-174/+189
2025-04-26Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe...Matthias Krüger-31/+53
2025-04-26Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errorsMatthias Krüger-1/+0
2025-04-26Rollup merge of #140226 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-62/+27
2025-04-26Rollup merge of #140215 - joshlf:transmutability-char-nonzero, r=jswrennMatthias Krüger-46/+302
2025-04-26Merge pull request #2356 from rust-lang/tshepang-patch-2Tshepang Mbambo-3/+6
2025-04-26replace command that does not workTshepang Mbambo-3/+6
2025-04-26Merge pull request #2355 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+1
2025-04-26copy-paste easeTshepang Mbambo-1/+1
2025-04-26Merge pull request #2354 from rust-lang/tshepang-fix-code-blocksTshepang Mbambo-24/+24
2025-04-26use correct code block markersTshepang Mbambo-24/+24
2025-04-26Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapterTshepang Mbambo-0/+5
2025-04-26fix: `unnecessary_cast` suggests extra brackets when in macro (#14643)Jason Newcomb-16/+91
2025-04-26Merge pull request #2345 from rust-lang/extraneousTshepang Mbambo-3/+3
2025-04-26clarified bootstrap optimization agrsKivooeo-1/+1
2025-04-26uefi: Update r-efiAyush Singh-6/+6
2025-04-26fix: `equatable_if_let` suggests wrongly when involving referenceyanglsh-2/+124
2025-04-26Merge pull request #19697 from Wilfred/clarify_braces_assistLukas Wirth-3/+3
2025-04-26fix: `unnecessary_cast` suggests extra brackets when in macroyanglsh-16/+91
2025-04-26Add the `avx10.1` and `avx10.2` target featuressayantn-1/+48
2025-04-26Fix error message for static references or mutable referencesyuk1ty-1/+1
2025-04-26Fix error message for static references or mutable referencesyuk1ty-93/+91