about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-03Fix some broken linksEmmet Horgan-9/+9
2025-09-03support keyword-based mentions in tidyRalf Jung-1/+6
2025-09-03triagebot: configure some pings when certain attributes are usedRalf Jung-0/+15
2025-09-03fix applying an error to infinitiesRalf Jung-0/+8
2025-09-03Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3bors-23/+12
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-23/+308
2025-09-04fix: offline rustdoc html missing faviconKumar Ujjawal-2/+29
2025-09-03Reduce bootstrap's dependenciesDaniel Paoliello-34/+108
2025-09-03simplify `check_c_variadic_type`Folkert de Vries-94/+111
2025-09-03test valid cases of c-variadic function definitionsFolkert de Vries-0/+29
2025-09-03htmldocck: fix a bug in relative paths / globsMichael Howell-1/+1
2025-09-03rustdoc-search: add test case for indexing every item typeMichael Howell-0/+170
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-51/+102
2025-09-03Uncomment code to add scraped rustdoc examples in loaded pathsGuillaume Gomez-6/+4
2025-09-03Auto merge of #146160 - Zalathar:rollup-qxphx7g, r=Zalatharbors-371/+776
2025-09-03Check `rustc-dev` in `distcheck`Jakub Beránek-18/+50
2025-09-03Merge pull request #4506 from Patrick-6/miri-genmc-mvpRalf Jung-481/+3667
2025-09-03don't uppercase error messagesSasha Pourcelot-248/+248
2025-09-03Merge pull request #1911 from nikic/remove-hackFolkert de Vries-12/+4
2025-09-03Add applicable on bang `!` for apply_demorganA4-Tacks-7/+28
2025-09-03Rollup merge of #146154 - ojeda:rfl, r=lqdStuart Cook-1/+2
2025-09-03Rollup merge of #146106 - epage:whitespace, r=fee1-deadStuart Cook-21/+73
2025-09-03Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqdStuart Cook-1/+1
2025-09-03Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercoteStuart Cook-3/+33
2025-09-03Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35Stuart Cook-16/+222
2025-09-03Rollup merge of #145823 - lolbinarycat:editorconfig-fix, r=GuillaumeGomezStuart Cook-5/+8
2025-09-03Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,...Stuart Cook-153/+159
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-171/+278
2025-09-03Unify and deduplicate algebraic float testsRomain Perier-83/+44
2025-09-03remove thread option from self-test invocationbit-aloo-2/+1
2025-09-03Merge pull request #1909 from a4lg/riscv-clmul-lower-requirementsSayantan Chakraborty-2/+2
2025-09-03unstable book: in a sanitizer example, check the codeFolkert de Vries-16/+16
2025-09-03Implement basic support for running Miri with GenMC.Patrick-6-429/+3572
2025-09-03Extract address generator struct from memory allocator.Patrick-6-52/+95
2025-09-03update lockfileRalf Jung-2/+2
2025-09-03Merge pull request #4562 from RalfJung/ciRalf Jung-10/+9
2025-09-03no need to run GC_STRESS more than once for each OSRalf Jung-6/+4
2025-09-03Merge pull request #4561 from RalfJung/short-fd-opsRalf Jung-19/+50
2025-09-03re-balance CIRalf Jung-4/+5
2025-09-03add flag to not shorten FD reads/writes; don't shorten pipe operationsRalf Jung-19/+50
2025-09-03CI: rfl: move job forward to Linux v6.17-rc3 plus 2 commitsMiguel Ojeda-1/+2
2025-09-03Add note about trailing whitespace in string literals.Josh Triplett-1/+4
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-9/+338
2025-09-03Make test parallelbit-aloo-3/+2
2025-09-03refactor tests to use TestCtxbit-aloo-42/+24
2025-09-03Merge pull request #4558 from RalfJung/float-err-fixOli Scherer-69/+103
2025-09-03Split distcheck logic into functionsJakub Beránek-55/+60
2025-09-03thread parking: fix docs and examplesRalf Jung-16/+60
2025-09-03Rename `ToolRustc` to `ToolRustcPrivate`Jakub Beránek-63/+71
2025-09-03fix(rustdoc): match rustc `--emit` precedenceWeihang Lo-5/+11