| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-13 | moved tests | Kivooeo | -13/+13 | |
| 2025-07-13 | query RPITIT in a trait or impl | bohan | -151/+143 | |
| 2025-07-13 | compute all rpitit of a trait | bohan | -57/+97 | |
| 2025-07-13 | remove `remove_default` | Hayashi Mikihiro | -62/+19 | |
| 2025-07-12 | `aarch64`: use `simd_reduce_min` and `simd_reduce_max` for integers | Folkert de Vries | -212/+28 | |
| 2025-07-12 | `aarch64`: use `simd_reduce_min` and `simd_reduce_max` for floats | Folkert de Vries | -110/+16 | |
| 2025-07-12 | `arm`: use `simd_fmin` and `simd_fmax` | Folkert de Vries | -100/+12 | |
| 2025-07-12 | `aarch64`: use `simd_fmin` and `simd_fmax` | Folkert de Vries | -43/+6 | |
| 2025-07-12 | `aarch64`: use `f16::min` and `f16::max` | Folkert de Vries | -26/+4 | |
| 2025-07-12 | Fix clippy & rustdoc-json | Jonathan Brouwer | -4/+5 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-12 | Update uitest stderrs | Jonathan Brouwer | -33/+36 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-12 | Fix clippy & rustdoc-json | Jonathan Brouwer | -4/+8 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -13/+48 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-12 | Fix assoc type where clause position | A4-Tacks | -5/+75 | |
| 2025-07-12 | merge source and target bindings into single field | LorrensP-2158466 | -136/+123 | |
| 2025-07-12 | Label clippy changes with `T-clippy` team label | Jieyou Xu | -0/+4 | |
| 2025-07-12 | Hoist the more "special" autolabels to the start of the section | Jieyou Xu | -13/+13 | |
| 2025-07-12 | Make it clearer which key-values belong to which autolabel | Jieyou Xu | -6/+0 | |
| 2025-07-12 | Comment test that cannot be fixed currently | Antoni Boucher | -7/+12 | |
| 2025-07-12 | Fix building the sysroot | Antoni Boucher | -580/+10 | |
| 2025-07-12 | Add rustc-pull CI automation | Jakub Beránek | -0/+22 | |
| 2025-07-12 | Fix `approx_const` for some new cases (#15236) | Alejandra González | -8/+74 | |
| Fix some cases for `approx_const`: - When the literal has more digits than significant ones, the string comparison wasn't working - When numbers are formatted in a non trivial way (with leading `0`s or using `_`) the lint now finds those cases changelog: [`approx_const`]: Fix when used over overly precise literals and non trivially formatted numerals Fixes rust-lang/rust-clippy#15194 | ||||
| 2025-07-12 | explicitly drop span_guard in wait_for_output | bit-aloo | -1/+5 | |
| 2025-07-12 | Auto merge of #143624 - tmiasko:copy-prop-borrowed, r=cjgillot | bors | -142/+97 | |
| Propagate from borrowed locals in CopyProp r? cjgillot | ||||
| 2025-07-12 | `{flat_,}map_identity`: recognize `|[x, y]| [x, y]` as an identity function ↵ | Timo | -5/+75 | |
| as well (#15229) changelog: [`map_identity`,`flat_map_identity`]: also recognize `|[x, y]| [x, y]` fixes rust-lang/rust-clippy#15198 | ||||
| 2025-07-12 | replace binding and shadowed_glob on NameResolution with non_glob_binding ↵ | b-naber | -55/+77 | |
| and glob_binding | ||||
| 2025-07-12 | Add change_tracker.rs entry | bjorn3 | -0/+5 | |
| 2025-07-12 | Move --compile-time-deps | bjorn3 | -5/+6 | |
| 2025-07-12 | `{flat_,}map_identity`: also recognize `|[x, y]| [x, y]` | Ada Alakbarova | -5/+75 | |
| 2025-07-12 | Simplify codegen for niche-encoded variant tests | Scott McMurray | -63/+110 | |
| 2025-07-12 | Use `Ty::is_fn` instead of manually matching on `TyKind` | Ada Alakbarova | -57/+43 | |
| 2025-07-12 | Make rustdoc-gui-test dummy compiletest config purpose explicit | Jieyou Xu | -5/+102 | |
| 2025-07-12 | Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr | bors | -194/+432 | |
| Rollup of 9 pull requests Successful merges: - rust-lang/rust#143403 (Port several trait/coherence-related attributes the new attribute system) - rust-lang/rust#143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - rust-lang/rust#143647 (Clarify and expand documentation for std::sys_common dependency structure) - rust-lang/rust#143716 (compiler: doc/comment some codegen-for-functions interfaces) - rust-lang/rust#143747 (Add target maintainer information for aarch64-unknown-linux-musl) - rust-lang/rust#143759 (Fix typos in function names in the `target_feature` test) - rust-lang/rust#143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - rust-lang/rust#143769 (Remove support for SwitchInt edge effects in backward dataflow) - rust-lang/rust#143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2025-07-12 | refine comment | Ralf Jung | -1/+1 | |
| Co-authored-by: Jakub Beránek <berykubik@gmail.com> | ||||
| 2025-07-12 | fix clippy_test_deps workspace handling | Ralf Jung | -0/+508 | |
| 2025-07-12 | fix clippy_test_deps workspace handling | Ralf Jung | -155/+509 | |
| 2025-07-12 | add span to streaming command execution flow | bit-aloo | -1/+15 | |
| 2025-07-12 | fix span for deferred command execution | bit-aloo | -3/+10 | |
| 2025-07-12 | clippy: fix test filtering when TESTNAME is empty | Ralf Jung | -1/+10 | |
| 2025-07-12 | clippy: fix test filtering when TESTNAME is empty | Ralf Jung | -3/+12 | |
| 2025-07-12 | Do not glob-reexport `TestMode` variants | Jieyou Xu | -53/+65 | |
| I would like to introduce `TestSuite` over stringly-typed test suite names, and some test suite names are the same as test modes, which can make this very confusing. | ||||
| 2025-07-12 | Rename `Mode` to `TestMode` | Jieyou Xu | -45/+45 | |
| It is *critical* that we maintain clear nomenclature in `compiletest`. We have many types of "modes" in `compiletest` -- pass modes, coverage modes, compare modes, you name it. `Mode` is also a *super* general term. Rename it to `TestMode` to leave no room for such ambiguity. As a follow-up, I also intend to introduce an enum for `TestSuite`, then rid of all usage of glob re-exported `TestMode::*` enum variants -- many test suites share the same name as the test mode. | ||||
| 2025-07-12 | Do not allow defaults for `Mode` and `Config` | Jieyou Xu | -7/+1 | |
| They do not have sensible defaults, and it is crucial that we get them right. | ||||
| 2025-07-12 | Move `string_enum` to `util` module | Jieyou Xu | -49/+42 | |
| 2025-07-12 | Remove outdated debugger version warning | Jieyou Xu | -11/+0 | |
| 2025-07-12 | Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr | bors | -477/+1164 | |
| Rollup of 8 pull requests Successful merges: - rust-lang/rust#142391 (rust: library: Add `setsid` method to `CommandExt` trait) - rust-lang/rust#143302 (`tests/ui`: A New Order [27/N]) - rust-lang/rust#143303 (`tests/ui`: A New Order [28/28] FINAL PART) - rust-lang/rust#143568 (std: sys: net: uefi: tcp4: Add timeout support) - rust-lang/rust#143611 (Mention more APIs in `ParseIntError` docs) - rust-lang/rust#143661 (chore: Improve how the other suggestions message gets rendered) - rust-lang/rust#143708 (fix: Include frontmatter in -Zunpretty output ) - rust-lang/rust#143718 (Make UB transmutes really UB in LLVM) r? `@ghost` `@rustbot` modify labels: rollup try-job: i686-gnu-nopt-1 try-job: test-various | ||||
| 2025-07-12 | ./x test miri: fix cleaning the miri_ui directory | Ralf Jung | -2/+9 | |
| 2025-07-12 | Merge pull request #4465 from RalfJung/readme-strict-provenance | Ralf Jung | -3/+3 | |
| readme: update strict provenance link | ||||
| 2025-07-12 | readme: update strict provenance link | Ralf Jung | -3/+3 | |
| 2025-07-12 | Add `uninlined_format_args` example for `{:?}` (#15228) | dswij | -0/+2 | |
| Before this, you had to guess how to fix a `{:?}` formatting argument. I have happened to guess `{:?var}` in the past, got frustrated, and disabled the lint. This additional example would have saved me a bit of trouble. changelog: [`uninlined_format_args`]: added an example of how to fix a `{:?}` parameter. | ||||
