about summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-45/+31
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-22Merge `Queries::{ongoing_codegen,linker}`.Nicholas Nethercote-17/+13
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-31/+18
2023-11-22Add comments about a timer.Nicholas Nethercote-0/+3
2023-11-22Remove outdated reference to compiler plugins.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-11/+11
2023-11-17Make `Compiler::sess` private.Nicholas Nethercote-2/+2
2023-11-17Remove a low-value local variable.Nicholas Nethercote-3/+2
2023-11-17Rename `Linker::prepare_outputs` as `output_filenames`.Nicholas Nethercote-5/+5
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-19/+11
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-19/+13
2023-11-17Streamline `Queries::linker`.Nicholas Nethercote-19/+13
2023-11-17Remove `Compiler::register_lints`.Nicholas Nethercote-5/+0
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-11/+12
2023-11-17Inline and remove `create_lint_store`.Nicholas Nethercote-13/+6
2023-11-15Re-format code with new rustfmtMark Rousskov-7/+21
2023-11-15Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiserbors-0/+1
2023-11-14Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiserbors-1/+0
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-1/+0
2023-11-11Add -Z llvm_module_flagPaul Menage-0/+1
2023-11-10Remove `-Zkeep-hygiene-data`.Nicholas Nethercote-1/+0
2023-11-07Add -Zcross-crate-inline-threshold=yesBen Kimock-6/+6
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-23/+4
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-1/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+2
2023-11-02Remove support for alias `-Z symbol-mangling-version`Zalathar-1/+0
2023-11-01Inline and remove `create_session`.Nicholas Nethercote-97/+54
2023-10-30Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obkGuillaume Gomez-338/+261
2023-10-30Streamline some `use` items.Nicholas Nethercote-17/+7
2023-10-30Remove an unnecessary `drop`.Nicholas Nethercote-3/+1
2023-10-30Streamline `collect_crate_types`.Nicholas Nethercote-15/+7
2023-10-30Remove `check_output`.Nicholas Nethercote-21/+3
2023-10-30Wrap some overlong comments.Nicholas Nethercote-10/+12
2023-10-30Remove out-of-date comment.Nicholas Nethercote-2/+0
2023-10-30Improve readability of `parse_check_cfg`.Nicholas Nethercote-26/+13
2023-10-30Make `Cfg` and `CheckCfg` non-generic.Nicholas Nethercote-17/+8
2023-10-30Change cfg parsers to produce symbols instead of strings.Nicholas Nethercote-23/+15
2023-10-30Reduce exposure of cfg parsers.Nicholas Nethercote-2/+2
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-253/+244
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-23/+25
2023-10-28Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obkJubilee-46/+41
2023-10-28Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkovJubilee-200/+185
2023-10-28Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwcoJubilee-1/+0
2023-10-28Clean up config mess.Nicholas Nethercote-33/+35
2023-10-28Optimize `parse_cfgspecs`.Nicholas Nethercote-5/+7
2023-10-28Streamline `rustc_interface` tests.Nicholas Nethercote-11/+3
2023-10-28Fix a comment.Nicholas Nethercote-1/+1
2023-10-28Remove an unneeded dependency.Nicholas Nethercote-1/+0
2023-10-27Better guard against wrong input with check-cfg any()Urgau-3/+7