about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-28Streamline the `format` macro.Nicholas Nethercote-10/+7
2025-04-27Auto merge of #140366 - matthiaskrgr:rollup-zd3q1oy, r=matthiaskrgrbors-108/+368
2025-04-27Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obkMatthias Krüger-12/+20
2025-04-27Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errorsMatthias Krüger-18/+12
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-78/+302
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+34
2025-04-27Auto merge of #140360 - matthiaskrgr:rollup-savbr84, r=matthiaskrgrbors-143/+89
2025-04-27Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errorsMatthias Krüger-118/+54
2025-04-27Rollup merge of #140339 - petrochenkov:capanew, r=lqdMatthias Krüger-9/+8
2025-04-27Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789Matthias Krüger-1/+1
2025-04-27Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboetMatthias Krüger-2/+3
2025-04-27Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35Matthias Krüger-3/+12
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-4/+5
2025-04-27Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddlebors-1/+92
2025-04-27Use `search_for_cycle_permutation` to look for `variances_of`John Kåre Alsaker-12/+20
2025-04-27fix missing doc in CString::from_raw and str::from_boxed_utf8_uncheckedLemonJ-3/+12
2025-04-27Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwUbors-0/+71
2025-04-26Auto merge of #140288 - Zalathar:new-executor, r=jieyouxubors-8/+12
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-26hygiene: Misc cleanupsVadim Petrochenkov-82/+46
2025-04-26hygiene: Remove decode placeholdersVadim Petrochenkov-34/+11
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-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-26clarified bootstrap optimization agrsKivooeo-1/+1
2025-04-25Grammar fixes for BufRead::has_data_left docsEthan Wu-2/+2
2025-04-26Auto merge of #140324 - matthiaskrgr:rollup-jlzvdre, r=matthiaskrgrbors-139/+526
2025-04-26Rollup merge of #140308 - lcnr:add-ui-test, r=compiler-errorsMatthias Krüger-0/+25
2025-04-26Rollup merge of #140306 - lcnr:specialization-new, r=compiler-errorsMatthias Krüger-51/+290
2025-04-26Rollup merge of #140305 - compiler-errors:coerce-loop, r=lcnrMatthias Krüger-8/+46
2025-04-26Rollup merge of #140272 - Kivooeo:new-fix-four, r=est31Matthias Krüger-63/+100
2025-04-26Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviperMatthias Krüger-0/+1
2025-04-26Rollup merge of #140216 - t5kd:master, r=tgross35Matthias Krüger-2/+6
2025-04-26Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkovMatthias Krüger-11/+54
2025-04-26Rollup merge of #139865 - m-ou-se:stabilize-proc-macro-span-location, r=tgross35Matthias Krüger-4/+4
2025-04-26remove unnecessary matchlcnr-20/+9
2025-04-26convert some `GenericArg` to `Term`lcnr-154/+180
2025-04-26Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxubors-40/+62
2025-04-26Simply try to unpeel AsyncFnKindHelper goal in emit_specialized_closure_kind_...Michael Goulet-31/+53
2025-04-26Remove redundant checkmejrs-1/+0