about summary refs log tree commit diff
path: root/tests/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2024-06-09Remove empty test suite `tests/run-make-fulldeps`Zalathar-4/+0
2024-06-07Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldepsZalathar-124/+4
2024-06-07Port `tests/run-make-fulldeps/obtain-borrowck` to ui-fulldepsZalathar-225/+0
2024-06-05Port `tests/run-make-fulldeps/issue-19371` to ui-fulldepsZalathar-85/+0
2024-06-05Remove `tests/run-make-fulldeps/pretty-expanded`Zalathar-29/+0
2024-06-04rustfmt `tests/run-make-fulldeps/`.Nicholas Nethercote-8/+30
2024-03-22Soft-destabilize `RustcEncodable`/`RustcDecodable`Jacob Pratt-10/+6
2024-03-21rename items -> free_itemsRalf Jung-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-2/+2
2024-01-05Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrumbors-1/+0
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-19fix(tests): remove check for `echo`Veera-1/+0
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