about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2022-12-04Add -Z maximal-hir-to-mir-coverage flagWill Crichton-0/+1
2022-12-03Remove all but one call site of `prepare_outputs` and fetch the value from th...Oli Scherer-10/+10
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-5/+1
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-11/+4
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-16/+7
2022-11-05Simplify codeNilstrieb-10/+5
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-95/+2
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-95/+2
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-10-26fix tracking hash testmejrs-1/+1
2022-10-25rustc_middle: Rearrange resolver outputs structures slightlyVadim Petrochenkov-11/+3
2022-10-24Address some commentsmejrs-0/+1
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+1
2022-10-23Migrate all diagnosticsNilstrieb-14/+14
2022-10-21Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errorsbors-0/+1
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-0/+1
2022-10-19Add a comment to `Compiler`.Nicholas Nethercote-1/+4
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-10/+5
2022-10-19Inline and remove `create_compiler_and_run`.Nicholas Nethercote-53/+51
2022-10-19Reduce visibility of some functions.Nicholas Nethercote-3/+3
2022-10-19Inline and remove `scoped_thread`.Nicholas Nethercote-15/+9
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-17/+4
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-11/+16
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-1/+0
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+0
2022-09-30Fix typonils-1/+1
2022-09-30Update compiler/rustc_interface/src/queries.rsCamille Gillot-1/+1
2022-09-30Add comment explaining why we flush delayed bugs before codegennils-0/+2
2022-09-27Flush delayed bugs before codegenNilstrieb-0/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-3/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-1/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-3/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-15/+15
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-15/+15
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+1
2022-09-07Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoeristerbors-3/+14
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-2/+2
2022-09-02Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqdGuillaume Gomez-5/+3
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-6/+8
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-5/+3
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-29Track PGO profiles in depinfoJakub Beránek-3/+14