about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-20cargo updategithub-actions-84/+81
2025-07-20Fix capacity overflow in `single_match` with deref patterns (#15124)Alejandra González-8/+348
2025-07-20Fix `never_loop` forget to remove `break` in suggestion (#15064)Alejandra González-32/+210
2025-07-20Fix search of raw labels and lifetimesChayim Refael Friedman-2/+45
2025-07-19Initialize mingw for the runner's userChris Denton-5/+5
2025-07-19add non-regression test for issue 144168Rémy Rakic-0/+97
2025-07-19Auto merge of #144181 - jieyouxu:rollup-61j2sar, r=jieyouxubors-293/+272
2025-07-19Give a message with a span on validation errorScott McMurray-14/+22
2025-07-19Add code comment explaining better what `Row.name` is for doc aliasesGuillaume Gomez-0/+2
2025-07-20Add `#[rustc_intrinsic_const_stable_indirect]` to float roundingNurzhan Sakén-0/+20
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-38/+12
2025-07-19integrate build_helper::npm into js checks and package.json usagebinarycat-54/+34
2025-07-19update completionsbinarycat-24/+0
2025-07-19REUSE.toml: add new package.json and package-lock.jsonbinarycat-0/+2
2025-07-19tidy: use a lockfile for js tools instead of npxbinarycat-86/+3323
2025-07-19update CI to use new tidy extra checks for rustdoc jsbinarycat-5/+2
2025-07-19tidy: running of eslint, tsc, and es-check are now an extra checkbinarycat-111/+211
2025-07-19Add approval blocking labels for new borsJakub Beránek-0/+17
2025-07-19Implement `check::Compiletest` using the `tool_check_step` macroJakub Beránek-57/+15
2025-07-19Allow selecting check tool `Mode` based on `Builder`Jakub Beránek-15/+24
2025-07-19Auto merge of #144172 - lqd:revert-144013, r=petrochenkovbors-58/+45
2025-07-19tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)Martin Nordholts-101/+196
2025-07-19non-deterministically truncate reads/writesRalf Jung-122/+312
2025-07-19Fix `missing_inline_in_public_items` FP on functions with `extern` (#15313)Timo-2/+30
2025-07-20fix: `missing_inline_in_public_items` FP on functions with `extern`yanglsh-2/+30
2025-07-19Rollup merge of #144180 - lqd:fix-typo, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2025-07-19Rollup merge of #144178 - GuillaumeGomez:fix-clippy-lints, r=fmease许杰友 Jieyou Xu (Joe)-174/+154
2025-07-19Rollup merge of #144152 - ChrisDenton:optional-job, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-07-19Rollup merge of #144149 - reallesee:master, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+1
2025-07-19Rollup merge of #143960 - hkBst:tidy-cleanup-2, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-115/+114
2025-07-19fix load-bearing typoRémy Rakic-1/+1
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-174/+154
2025-07-19update `Atomic*::from_ptr` and `Atomic*::as_ptr` docsusamoi-9/+15
2025-07-19Auto merge of #143641 - Kobzol:tool-target, r=jieyouxubors-166/+408
2025-07-19Merge pull request #4482 from RalfJung/depsRalf Jung-538/+1160
2025-07-19don't halt execution when we write to a read-only fileRalf Jung-1/+14
2025-07-19move and update test dependenciesRalf Jung-76/+169
2025-07-19Fix `filter_map_bool_then` wrongly suggests macro definitions (#15048)Alex Macleod-5/+55
2025-07-19Fix `needless_range_loop` FP on array literals (#15314)llogiq-2/+45
2025-07-19Simplify `must_use_candidate` spans (#15310)Alex Macleod-29/+64
2025-07-19Remove unused option `None` for `LEVEL_FILTERS_DEFAULT` (#15315)Alex Macleod-1/+0
2025-07-19ditch which dependencyRalf Jung-30/+3
2025-07-19bump cargo-metadataRalf Jung-5/+371
2025-07-19bump ui_testRalf Jung-10/+9
2025-07-19bump ipc-channelRalf Jung-40/+8
2025-07-19bump colored depRalf Jung-3/+12
2025-07-19cargo updateRalf Jung-384/+598
2025-07-19fix: `needless_range_loop` FP on array literalsyanglsh-2/+45
2025-07-19Remove unused option fir LEVEL_FILTERS_DEFAULTAlexey Semenyuk-1/+0
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-168/+1785