about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/util.rs
AgeCommit message (Expand)AuthorLines
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-0/+1
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-0/+1
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-7/+7
2023-04-29Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors-2/+3
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-2/+3
2023-04-16Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structuresJohn Kåre Alsaker-0/+6
2023-03-28Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils-1/+1
2023-03-28Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514Matthias Krüger-1/+1
2023-03-28Make doc comment a little bit more accurateest31-1/+1
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-1/+1
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-1/+1
2023-03-09Honor current target when checking conditional compilation valuesUrgau-1/+1
2023-02-22various: translation resources from cg backendDavid Wood-0/+3
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+2
2023-02-19Make public API, docs algorithm-agnosticJacob Pratt-1/+1
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-15/+12
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-15/+10
2023-01-16Group some commonly passed together values into a structOli Scherer-11/+10
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-7/+6
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-5/+2
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-16/+6
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-95/+2
2022-10-19Clarify `run_in_thread_pool_with_globals`.Nicholas Nethercote-44/+45
2022-10-19Replace a `spawn_unchecked` with `spawn_scoped`.Nicholas Nethercote-12/+16
2022-10-19Apply `Lrc` later to `sess` and `codegen_backend`.Nicholas Nethercote-3/+2
2022-10-19Reduce visibility of some functions.Nicholas Nethercote-2/+2
2022-10-19Inline and remove `scoped_thread`.Nicholas Nethercote-15/+9
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-3/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+1
2022-08-12Adjust cfgsMark Rousskov-1/+1
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-1/+0
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+2
2022-07-20Remove implicit names and values from --cfg in --check-cfgUrgau-1/+0
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-18/+0
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-4/+4
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-1/+4
2022-07-11Keep unstable target features for asm feature checkingAmanieu d'Antras-1/+4
2022-07-02remove non_durable_rename in rustc_interface::utilYoshiki Matsuda-18/+0
2022-06-29get rid of `tcx` in deadlock handler when parallel compilationSparrowLii-14/+6
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-0/+14
2022-03-03Remove the everybody loops passbjorn3-214/+1
2022-02-27Use the first codegen backend in the config.toml as defaultbjorn3-6/+2
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-4/+1
2022-02-19Adopt let else in more placesest31-4/+1
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+8
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+8
2022-02-13Remove Config::stderrbjorn3-14/+3
2022-02-12Move setup_callbacks call to create_compiler_and_runbjorn3-6/+2
2022-02-11Make two functions privatebjorn3-2/+2