about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-03don't uppercase error messagesSasha Pourcelot-248/+248
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-03unstable book: in a sanitizer example, check the codeFolkert de Vries-16/+16
2025-09-03update lockfileRalf Jung-2/+2
2025-09-03Merge pull request #4561 from RalfJung/short-fd-opsRalf Jung-19/+50
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
2025-09-03Merge pull request #4559 from nia-e/zed-configRalf Jung-0/+47
2025-09-03fix mangitude of applied float errorRalf Jung-69/+103
2025-09-03Add amdgpu to gpu-kernel testFlakebi-1/+4
2025-09-03Add test for addrspacecasting global varsFlakebi-1/+17
2025-09-03fixes auto-run js checks in tidyFrancescoV1985-13/+13
2025-09-03Disallow frontmatter in `--cfg` and `--check-cfg` argumentsUrgau-6/+65
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-09-03Merge pull request #4560 from rust-lang/rustup-2025-09-03Ben Kimock-2204/+2741
2025-09-03Merge ref '51ff895062ba' from rust-lang/rustThe Miri Cronjob Bot-2203/+2740
2025-09-03Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-02add exact bitshiftsJeremy Smart-0/+231
2025-09-03add zed editor configNia Espera-0/+47
2025-09-02compiletest: cygwin follows windows in using PATH for dynamic librariesjeremyd2019-1/+1
2025-09-02test(rustdoc): show the wrong `--emit` precedenceWeihang Lo-0/+13