about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-16additional edge cases tests for `path.rs`GrantBirki-1/+107
2025-05-16Skip inner ordering checking in presence of `#[repr(…)]` (#14610)Samuel Tardieu-77/+192
2025-05-16Auto merge of #140911 - rust-lang:cargo_update, r=clubby789bors-200/+302
2025-05-16bump bootstrap cc-rs to `1.2.23`onur-ozkan-3/+3
2025-05-17Create tests/ui/typeck/suggestions/ and move some tests in tests/ui/typeck/ t...xizheyin-0/+0
2025-05-17Do not emit help when shorthand from macro when suggest `?` or `expect`xizheyin-5/+1
2025-05-17add regression test for rust-lang#101650satler-0/+24
2025-05-16Auto merge of #141093 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-05-16Update cargoWeihang Lo-0/+0
2025-05-16Extend `cargo dev rename_lint` (#14633)Samuel Tardieu-795/+1005
2025-05-16Rewrite `non_copy_const` (#13207)llogiq-1856/+1691
2025-05-16Merge pull request #19808 from Veykril/lw-ollszwnlmquwLukas Wirth-6/+6
2025-05-16ci: Run metrics on the beta channelLukas Wirth-6/+6
2025-05-16Reenable linting on UFCS `deref` calls (#14808)llogiq-60/+73
2025-05-16`unnecessary_wraps`: do not include the whole body in the lint span (#14777)Alejandra González-58/+30
2025-05-16Merge pull request #676 from GuillaumeGomez/rdl_roomantoyo-0/+1
2025-05-16`match_same_arms`, `ifs_same_cond`: lint once per same arm/condition (#14637)Samuel Tardieu-397/+745
2025-05-16Remove #![feature(let_chains)] from library and src/librustdocest31-4/+1
2025-05-16Implement `advance_by` via `try_fold` for `Sized` iteratorsBenoît du Garreau-5/+31
2025-05-16Merge pull request #19807 from Veykril/lw-qyynkqysuyuyLukas Wirth-2/+15
2025-05-16`match_same_arms`, `ifs_same_cond`: lint once per same arm/conditionAlex Macleod-397/+745
2025-05-16Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwcobors-4/+4
2025-05-16Add assert_unsafe_precondition!()s to as_ascii_unchecked() methodssam skeoch-0/+20
2025-05-16Add as_ascii_unchecked() methods to char, str, and u8sam skeoch-0/+43
2025-05-16fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already setLukas Wirth-2/+15
2025-05-16disable the stack overflow handler on mirijoboet-29/+41
2025-05-16Updated feature flag and output of `clippy/tests/ui/map_flatten*`Ryan van Polen-12/+10
2025-05-16Updated feature flag and output of `clippy/tests/ui/map_flatten*`Ryan van Polen-12/+10
2025-05-16Add missing `add_eval` to generate `__rdl_oom` in the alloc error handlerGuillaume Gomez-0/+1
2025-05-16Reenable linting on UFCS `deref` calls.Jason Newcomb-60/+73
2025-05-16clippy_dev: Fix previous renames in `rename_lint`Jason Newcomb-0/+11
2025-05-16clippy_dev: order `deprecated_lints.rs` in `update_lints`Jason Newcomb-553/+556
2025-05-16Fix the issue of typo of comma in arm parsingyukang-18/+110
2025-05-16Improve `cargo dev rename_lint`Jason Newcomb-252/+448
2025-05-16Merge pull request #19805 from lnicola/inline-format-argsLaurențiu Nicola-6/+6
2025-05-16Rewrite tests for `declare_interior_mutable_const` andJason Newcomb-1364/+865
2025-05-16Reword `declare_interior_mutable_const` andJason Newcomb-158/+188
2025-05-16Rewrite `non_copy_const`Jason Newcomb-677/+981
2025-05-16Inline some format argsLaurențiu Nicola-6/+6
2025-05-16Merge pull request #19804 from lnicola/bump-zipLaurențiu Nicola-8/+5
2025-05-16Removed feature flag from `compiler/rustc_driver_impl`Ryan van Polen-1/+0
2025-05-16Updated feature and stable flagsRyan van Polen-4/+3
2025-05-16rustdoc: on mobile, make the sidebar full width and linewrapbinarycat-1/+4
2025-05-16Bump zip to 3.0Laurențiu Nicola-8/+5
2025-05-16Fix fname for miri王宇逸-1/+6
2025-05-16Enable [behind-upstream] triagebot option for rust-lang/rustxizheyin-0/+3
2025-05-16Cleanup the Javascript and CSS of our custom TOCUrgau-15/+3
2025-05-16Fix flicker when page loadsUrgau-28/+6
2025-05-16Add per page TOC in the rustc bookUrgau-0/+224
2025-05-16Add ui test macro-shorthand-issue-140659xizheyin-0/+77