about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2025-05-30Change a per-module query to just run on the items it internally filters forOli Scherer-1/+0
2025-05-30Merge coroutine obligation checking into borrowck parallel loopOli Scherer-4/+0
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-2/+1
2025-05-21Move -Zcrate-attr injection to just after crate root parsingbjorn3-8/+8
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-0/+1
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+1
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-1/+2
2025-05-17Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercotebors-4/+0
2025-05-16Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwcobors-3/+2
2025-05-14Merge mir query analysis invocationsOli Scherer-4/+0
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1/+0
2025-05-13Invoke a query only when it doesn't return immediately anywayOli Scherer-3/+2
2025-05-12Fix typosomahs-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-1/+2
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-1/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-1/+27
2025-05-01Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLiibors-14/+39
2025-04-29Drop AST on a separate thread and prefetch `hir_crate`John Kåre Alsaker-0/+6
2025-04-29Add some commentsJohn Kåre Alsaker-0/+4
2025-04-29Add a jobserver proxy to ensure at least one token is always heldJohn Kåre Alsaker-14/+35
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-5/+16
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-5/+7
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-5/+16
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-4/+4
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-1/+1
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-0/+1
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-0/+1
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-3/+5
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-11/+27
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-3/+5
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-11/+27
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-1/+1
2025-04-08borrowck typeck children together with their parentlcnr-1/+3
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-0/+1
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+1
2025-04-03Rollup merge of #138767 - clubby789:check-cfg-bool, r=UrgauMatthias Krüger-0/+8
2025-04-03Allow boolean literals in `check-cfg`clubby789-0/+8
2025-04-02Use return_result_from_ensure_ok a bit moreMichael Goulet-1/+1
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+1
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-50/+6
2025-03-27Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obkStuart Cook-21/+23
2025-03-26Add `TyCtx::env_var_os`Mads Marquart-1/+27
2025-03-26Avoiding calling queries when collecting active queriesJohn Kåre Alsaker-21/+23
2025-03-25Rollup merge of #138581 - Zoxc:abort-handler-if-locked, r=SparrowLiiMatthias Krüger-2/+13
2025-03-24Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obkbors-1/+4
2025-03-21Move some calls to before calling codegen_cratebjorn3-21/+9
2025-03-21Address commentsJohn Kåre Alsaker-8/+9
2025-03-21Update commentsJohn Kåre Alsaker-2/+3