about summary refs log tree commit diff
path: root/tests/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2023-11-22Merge `Queries::{ongoing_codegen,linker}`.Nicholas Nethercote-2/+1
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-2/+2
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-1/+1
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-1/+1
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+1
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-0/+1
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-0/+1
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-0/+1
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-2/+2
2023-09-10Remove EarlyErrorHandler argument from after_analysis callbackbjorn3-2/+1
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+1
2023-07-11Don't require each rustc_interface tool to opt-in to parallel_rustc supportjyn-1/+1
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-1/+2
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-5/+6
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-5/+13
2023-06-06Write to stdout if `-` is given as output fileJing Peng-5/+13
2023-06-04Fixed compiler errorAndrew Xie-3/+3
2023-05-23Move BodyWithBorrowckFacts to consumersDominik Stolz-2/+2
2023-05-23Update obtain-borrowck testDominik Stolz-2/+3
2023-05-18Merge query property modules into oneJohn Kåre Alsaker-2/+2
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-2/+2
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-20Bless run-make-fulldeps test.Camille GILLOT-6/+3
2023-04-02try to fix test-variousjyn-0/+112
2023-03-30move `tools.mk` to run-makeJoshua Nelson-190/+3
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-9221/+0
2023-03-22Rollup merge of #109213 - oli-obk:cstore, r=cjgillotMatthias Krüger-1/+1
2023-03-21Eagerly intern and check CrateNum/StableCrateId collisionsOli Scherer-1/+1
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-2/+2
2023-03-21Add ntdll to run-make-fulldeps extraflagsChris Denton-2/+2
2023-03-08rustdoc: fix test case for custom themesMichael Howell-1/+1
2023-02-22various: translation resources from cg backendDavid Wood-0/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+1
2023-02-16Remove save-analysis.Nicholas Nethercote-1070/+0
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-26Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwcoMatthias Krüger-2/+2
2023-01-16Fix run-make-fulldeps testOli Scherer-6/+3
2023-01-15Preserve split DWARF files when building archives.Kyle Huey-2/+2
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-1/+1
2023-01-12Harden the pre-tyctxt query system against accidental recomputationOli Scherer-1/+1
2023-01-11add checks for the signature of the lang itemasquared31415-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-5/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+10802