about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-06Add `pub fn all_supertraits(…)` HIR-level method to `hir::Trait` typeVincent Esche-0/+5
2024-11-06Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhprattbors-1/+1
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-5/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-5/+0
2024-11-05fix missing use declHenry Jiang-1/+1
2024-11-05Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995Matthias Krüger-19/+6
2024-11-05Rollup merge of #132524 - ismailarilik:chore/style/sync-submodule-exclusion-l...Matthias Krüger-1/+0
2024-11-05add run-make support for aixHenry Jiang-1/+11
2024-11-05Properly use final tabstop when adding missing match armsGiga Bowser-57/+66
2024-11-05Do not filter empty passes & Make CTFE Clippy into lintless passblyxyas-19/+6
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-15/+15
2024-11-04Rollup merge of #132598 - jdonszelmann:move-lints-to-early, r=xFrednetJubilee-112/+122
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-112/+122
2024-11-04Auto merge of #132594 - lnicola:sync-from-ra, r=lnicolabors-849/+1907
2024-11-04Enable triagebot transfer featureLaurențiu Nicola-0/+2
2024-11-04Don't try to auto-publish text-editLaurențiu Nicola-1/+0
2024-11-04Merge pull request #18475 from Veykril/push-zkvkpxttozupLukas Wirth-174/+143
2024-11-04Support new #[rustc_intrinsic] attribute and fallback bodiesLukas Wirth-174/+143
2024-11-04Merge pull request #18473 from Veykril/push-xnlzukoqttvzLukas Wirth-15/+45
2024-11-04Render extern blocks in file_structureLukas Wirth-15/+45
2024-11-04Fix feature name casingLaurențiu Nicola-1/+1
2024-11-04miri: update ABI compat checks to accept Option-like typesRalf Jung-0/+24
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-10/+10
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-5/+5
2024-11-03Rollup merge of #132560 - Urgau:tidy-license-deps, r=onur-ozkanJubilee-14/+0
2024-11-03Remove outdated tidy license fixmesUrgau-14/+0
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-6/+6
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-5/+0
2024-11-03Allow interpreting consts and statics with interpret function commandLukas Wirth-86/+114
2024-11-03Merge pull request #18469 from Veykril/push-zwnywqmvtutsLukas Wirth-28/+87
2024-11-03Rollup merge of #132540 - compiler-errors:gc, r=calebcartwrightMatthias Krüger-6/+46
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-1/+1
2024-11-03Merge from rustcThe Miri Cronjob Bot-23/+17
2024-11-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-03Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3bors-5/+2
2024-11-03Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieubors-6/+0
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-17/+17
2024-11-02teach clippy about IeeeFloat, and make all 'allow' into 'expect'Ralf Jung-39/+28
2024-11-02Merge from rustcRalf Jung-554/+665
2024-11-02Preparing for merge from rustcRalf Jung-1/+1
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-17/+17
2024-11-02Do not format generic constsMichael Goulet-6/+46
2024-11-02Auto merge of #132512 - workingjubilee:update-miri-for-rustc-abi, r=RalfJungbors-485/+526
2024-11-02Update tidy license exceptions and allowed dependenciesbjorn3-5/+2
2024-11-02Improve error message for too new proc-macro serverbenluiwj-2/+2
2024-11-02chore(style): sync submodule exclusion list between tidy and rustfmtismailarilik-1/+0
2024-11-02Allow static initializers to be const evaluatedLukas Wirth-28/+87
2024-11-02miri: Directly use rustc_abiJubilee Young-485/+526
2024-11-02make char::is_whitespace unstably constRalf Jung-1/+1
2024-11-02unicode_data.rs: show command for generating fileRalf Jung-1/+1