Nicholas Nethercote
3a4798c92d
Make Compiler::{sess,codegen_backend}
public.
...
And remove the relevant getters on `Compiler` and `Queries`.
2023-11-22 13:22:41 +11:00
Oli Scherer
4ed4913e67
Merge ExternProviders
into the general Providers
struct
2023-09-22 20:15:34 +00:00
bjorn3
2eca717a24
Remove EarlyErrorHandler argument from after_analysis callback
...
It is only used by miri which can create a new one using the Session.
2023-09-10 09:44:03 +00:00
许杰友 Jieyou Xu (Joe)
cef812bd95
Provide more context for rustc +nightly -Zunstable-options
on stable
2023-06-27 23:23:33 +08:00
Dominik Stolz
c6e3f27864
Move BodyWithBorrowckFacts to consumers
2023-05-23 14:36:36 +02:00
Dominik Stolz
75e172e710
Update obtain-borrowck test
2023-05-23 13:13:40 +02:00
John Kåre Alsaker
f6c6d10443
Merge query property modules into one
2023-05-18 09:45:12 +02:00
John Kåre Alsaker
fff20a703d
Move expansion of query macros in rustc_middle to rustc_middle::query
2023-05-15 08:49:13 +02:00
Camille GILLOT
6e4971d96f
Bless run-make-fulldeps test.
2023-04-20 18:03:33 +00:00
Joshua Nelson
26e1ce7394
move tools.mk
to run-make
...
apparently I missed some tests in the last commit. Rather than having
dozens of tests use the long version, use the short version in
`run-make` and the long version in `run-make-fulldeps` (which is now
only three tests)
2023-03-30 07:58:50 -05:00
Oli Scherer
58782a8842
Harden the pre-tyctxt query system against accidental recomputation
2023-01-12 09:26:28 +00:00
Albert Larsan
40ba0e84d5
Change src/test
to tests
in source files, fix tidy and tests
2023-01-11 09:32:13 +00:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00