about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-04Add comment on creation of lifetime inside opaque typesJohn Kåre Alsaker-0/+4
2025-05-04Add comment on creation of `SyntheticCoroutineBody`John Kåre Alsaker-0/+2
2025-05-04Move `lookup_path` and similar into `clippy_utils::paths`Alex Macleod-236/+243
2025-05-04Fix tidy dep listMark Rousskov-7/+3
2025-05-04Remove -Zunique-is-uniqueJohannes Hostert-451/+12
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-196/+208
2025-05-04Replace str path utils with new `PathLookup` typeAlex Macleod-1402/+801
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-49/+114
2025-05-04implement `PanicTracker` to track `t` panicsonur-ozkan-5/+26
2025-05-04Make attribute safety validation logic more obviousJieyou Xu-15/+91
2025-05-04Don't warn about unloaded crates (#14733)Alex Macleod-4/+41
2025-05-04Don't warn about unloaded cratesSamuel Moelius-4/+41
2025-05-04Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxubors-450/+168
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-75/+150
2025-05-04Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalatharbors-226/+543
2025-05-04Merge pull request #19739 from Veykril/push-kpozprqnsmkkLukas Wirth-12/+12
2025-05-04Disable fixpoint for variance computation temporarilyLukas Wirth-12/+12
2025-05-04Merge pull request #19735 from A4-Tacks/improve-let-snippetLukas Wirth-6/+101
2025-05-04Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=AmanieuStuart Cook-1/+9
2025-05-04Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxuStuart Cook-8/+46
2025-05-04Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkovStuart Cook-22/+37
2025-05-04Rollup merge of #140551 - mejrs:test4, r=jieyouxuStuart Cook-193/+254
2025-05-04Rollup merge of #140456 - fneddy:fix_s390x_codegen_simd_ext_ins_dyn, r=wesley...Stuart Cook-1/+15
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+134
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-1/+48
2025-05-04Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnrbors-347/+474
2025-05-04cargo updategithub-actions-268/+314
2025-05-03Auto merge of #140535 - dtolnay:hashbrown, r=tgross35bors-2/+2
2025-05-03add test 3, fmt and lintKaido Aethermai-11/+30
2025-05-03fix docQuang Duong Nguyen-5/+5
2025-05-03move the implementation under check_def_fieldQuang Duong Nguyen-8/+6
2025-05-03add allow_unused config to missing_docs_in_private_itemsQuang Duong Nguyen-0/+69
2025-05-03`fn check_opaque_type_parameter_valid` defer errorlcnr-35/+61
2025-05-03add a test for issue rust-lang/rust#81317Skgland-0/+57
2025-05-04Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in...Andrew Zhogin-1/+5
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-450/+168
2025-05-03Use runtime feature detection for fma routines on x86Trevor Gross-3/+588
2025-05-03Rename the i686 module to x86Trevor Gross-4/+4
2025-05-03update-api-list: Match subdirectories within archTrevor Gross-1/+3
2025-05-03Allow linking rustc and rustdoc against the same single tracing crateDavid Tolnay-7/+32
2025-05-03allow `#[rustfmt::skip]` in combination with `#[naked]`Folkert de Vries-1/+9
2025-05-03Auto merge of #140502 - nikic:llvm-20.1.4, r=dianqkbors-0/+0
2025-05-03Suggest `retain_mut` over `retain` as `Vec::extract_if` alternativePaolo Barbolini-2/+2
2025-05-03fix: `manual_unwrap_or_default` FP on ref bindingyanglsh-1/+28
2025-05-03Move some tests out of tests/uimejrs-193/+254
2025-05-03tests: add FIXME issue for `debuginfo-type-name-layout-ice-94961-2.rs`Jieyou Xu-3/+5
2025-05-03tests: justify why `want-abort-got-unwind{,2}.rs` ignore additional errorsJieyou Xu-10/+18
2025-05-03tests: explain why `two-panic-runtimes.rs` ignores target-dependent errorsJieyou Xu-5/+9
2025-05-03tests: fix a panic strategy in `cfg_false_no_std-2.rs`Jieyou Xu-4/+5
2025-05-03Just suggest positional arg and adjust issue0139104 ui testxizheyin-95/+134