about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-12/+12
2025-06-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-327/+354
2025-06-03native-lib: allow multiple libraries and/or dirsNia Espera-57/+70
2025-06-03Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzolbors-0/+2
2025-06-03Add `iter` macroOli Scherer-0/+22
2025-06-03hir-ty: add incremental tests checking for `infer` invalidationDavid Barsky-0/+253
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-62/+327
2025-06-03miri: sed to CanonAbiJubilee Young-327/+354
2025-06-03Remove uses of `stdarch_x86_avx512`sayantn-6/+0
2025-06-04ci: Pin `cargo-workspaces` to `0.3.6`Shoyu Vanilla-1/+1
2025-06-03Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgrbors-299/+3037
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-1/+2396
2025-06-03Rollup merge of #141881 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-298/+641
2025-06-03chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/codedependabot[bot]-3/+3
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+2396
2025-06-03Merge pull request #19869 from MatrixFrog/publicize_fieldLukas Wirth-182/+138
2025-06-03Merge pull request #19894 from ShoyuVanilla/some-query-cyclesLukas Wirth-7/+72
2025-06-03Merge pull request #19901 from BazookaMusic/masterLukas Wirth-12/+192
2025-06-02Add a quickfix for accessing a private field of a structTyler Breisacher-182/+138
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-29/+32
2025-06-03Merge from rustcThe Miri Cronjob Bot-679/+2038
2025-06-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-03fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnosticsShoyu Vanilla-7/+72
2025-06-02feat: implement completion for diagnostic moduleRyan Mehri-17/+175
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-26/+29
2025-06-02simplify expression that checks the offsetBazookaMusic-36/+30
2025-06-02fix: don't duplicate must_use for functions and traitsRyan Mehri-2/+2
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-4/+4
2025-06-02Use the informative error as the main const eval error messageOli Scherer-12/+12
2025-06-02Support derive-macros for rename prefix magicLukas Wirth-117/+211
2025-06-02fix: Fix edition handling for names in rename logicLukas Wirth-115/+161
2025-06-02Enhance renaming to include identifiers that are generated from the original ...Lukas Wirth-44/+251
2025-06-02Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearthbors-671/+1995
2025-06-02internal: Use 'ProjectJson' consistentlyWilfred Hughes-5/+5
2025-06-02Merge pull request #19897 from aibaars/patch-2Lukas Wirth-21/+69
2025-06-02Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey...bors-3/+26
2025-06-02Invert the sense of `is_not_macro_export`.Nicholas Nethercote-5/+5
2025-06-01Auto merge of #141869 - GuillaumeGomez:rollup-vicg807, r=GuillaumeGomezbors-5/+17
2025-06-01Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree...Guillaume Gomez-5/+17
2025-06-01tweak comment and use a weaker fenceRalf Jung-1/+4
2025-06-01Make sure to sync on file-io.rs tokio testNoratrieb-0/+1
2025-06-01Fix tokio/file-io.rs test relying on `read`/`write` not being shortNoratrieb-3/+3
2025-06-01Merge from rustcThe Miri Cronjob Bot-94/+31
2025-06-01Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-01clippy and more formattingBazookaMusic-9/+4
2025-06-01rename function so it makes more senseBazookaMusic-5/+5
2025-06-01Formatting issues resolvedBazookaMusic-13/+18
2025-06-01add missing public keywordBazookaMusic-1/+1
2025-06-01Allow assist edit for converting structs to appear also on struct keyword and...BazookaMusic-6/+192
2025-06-01Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJungJacob Pratt-61/+0