about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2023-08-23Default relax_elf_relocations to trueFangrui Song-1/+1
2023-08-14Fix review commentbjorn3-1/+1
2023-08-13Remove metadata_loader querybjorn3-4/+4
2023-08-13Pass WorkProductMap to build_dep_graph instead of FxIndexMapbjorn3-9/+1
2023-08-13Inline queries for crate_name, crate_types and stable_crate_idbjorn3-45/+19
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-12/+30
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-3/+5
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-6/+9
2023-08-07rustc_interface: Dismantle `register_plugins` queryVadim Petrochenkov-110/+100
2023-08-04Make MissingDoc a module lint.Camille GILLOT-3/+1
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-0/+3
2023-07-26replace atty crate with std's isTerminalklensy-1/+2
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+1
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-1/+1
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-0/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-2/+0
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-0/+2
2023-07-21Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikicMatthias Krüger-0/+1
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+2
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-2/+12
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-1/+1
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+1
2023-07-15Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillotbors-5/+4
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+2
2023-07-11Don't require each rustc_interface tool to opt-in to parallel_rustc supportjyn-5/+4
2023-07-03Remove chalk from the compilerMichael Goulet-1/+1
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-1/+2
2023-06-28Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obkbors-1/+6
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-67/+106
2023-06-27Avoid calling queries during query stack printingOli Scherer-1/+6
2023-06-22Avoid `Lrc<Box<dyn CodegenBackend>>`.Nicholas Nethercote-6/+6
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-20/+13
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-1/+1
2023-06-13Tweak names and docs for vtable statsMaybe Waffle-10/+12
2023-06-13Simplify code as suggested by the reviewMaybe Waffle-15/+6
2023-06-12Collect VTable stats & add `-Zprint-vtable-sizes`Maybe Waffle-0/+95
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-39/+97
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-3/+8
2023-06-06Write to stdout if `-` is given as output fileJing Peng-39/+97
2023-06-04Switched some uses to UnordMapAndrew Xie-1/+3
2023-05-23Don't leak the function that is called on dropMaybe Waffle-2/+2
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+5
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-2/+5
2023-05-18Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkinDylan DPC-12/+9
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-2/+5
2023-05-16Turn debugger_visualizers from feed- into regular query.Michael Woerister-6/+0
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+11
2023-05-16Auto merge of #108062 - Zoxc:spec-incr, r=cjgillotbors-0/+3
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-12/+9
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-6/+5