about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-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-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-02miri: Directly use rustc_abiJubilee Young-485/+526
2024-11-02unicode_data.rs: show command for generating fileRalf Jung-1/+1
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-6/+0
2024-11-01Update cargoWeihang Lo-0/+0
2024-11-01Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykrilbors-25/+4
2024-11-01Auto merge of #132435 - workingjubilee:rollup-3mgogw9, r=workingjubileebors-3/+3
2024-10-31Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errorsJubilee-3/+3
2024-10-31Auto merge of #132206 - tgross35:update-builtins, r=wesleywiserbors-0/+1
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-1/+1
2024-10-31Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgrbors-32/+126
2024-10-31Remove support for compressed dylib metadata from rust-analyzerbjorn3-23/+4
2024-10-31Remove support for decompressing dylib metadatabjorn3-2/+0
2024-10-31clippy: we've got a `LateContext` use it for `TypingMode`lcnr-1/+1
2024-10-31`ConstCx` stop using `ParamEnv::reveal`lcnr-2/+2
2024-10-31compiletest: stamp `minicore.rs` to rerun tests on changes许杰友 Jieyou Xu (Joe)-0/+6
2024-10-31compiletest: conditionally build and provide `minicore` as extern prelude whe...许杰友 Jieyou Xu (Joe)-2/+48
2024-10-31compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive许杰友 Jieyou Xu (Joe)-1/+41
2024-10-31compiletest: localize `compile_test_and_save_assembly` to assembly test module许杰友 Jieyou Xu (Joe)-29/+31
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-8/+8
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-20/+31
2024-10-30Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche...Jubilee-56/+40
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-56/+40
2024-10-30Rollup merge of #132315 - jieyouxu:extract-llvm-version, r=onur-ozkan许杰友 Jieyou Xu (Joe)-70/+139
2024-10-30Reject generic self types.Adrian Taylor-1/+0
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-3/+1
2024-10-30compiletest: improve robustness of LLVM version handling许杰友 Jieyou Xu (Joe)-70/+139
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-3/+1
2024-10-29rust-analyzer: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-11/+11
2024-10-29miri: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-9/+20
2024-10-29update toolslcnr-16/+17
2024-10-29Auto merge of #132317 - workingjubilee:rollup-x21ncea, r=workingjubileebors-4/+4
2024-10-29Rollup merge of #132313 - Zalathar:directive-list, r=jieyouxuJubilee-3/+3
2024-10-29Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubileeJubilee-1/+1
2024-10-29Bump rustc cratesLaurențiu Nicola-17/+17
2024-10-29Rename `command-list.rs` to `directive-list.rs`Zalathar-3/+3
2024-10-29Merge from rust-lang/rustLaurențiu Nicola-587/+1114
2024-10-29Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-29Remove region from adjustmentsMichael Goulet-8/+8
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-9/+15
2024-10-28Bless a miri testMaybe Lapkin-1/+1
2024-10-28Merge pull request #18420 from ChayimFriedman2/cfg-true-falseLukas Wirth-6/+87