index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_interface
/
src
/
queries.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-3
/
+8
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-1
/
+3
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-1
/
+1
2023-05-01
Change rlink serialization from `MemEncoder` to `FileEncoder`.
Nicholas Nethercote
-2
/
+1
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-4
/
+0
2023-04-04
Add a usize-indexed append-only-vec
Oli Scherer
-2
/
+2
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-10
/
+31
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-3
/
+3
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-2
/
+7
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-4
/
+2
2023-02-20
Move the resolver into a query
Oli Scherer
-27
/
+4
2023-02-20
Make `configure_and_expand` "infalllible" by just aborting the compilation if...
Oli Scherer
-3
/
+2
2023-02-20
Use tcx queries instead of passing the values to `configure_and_expand`.
Oli Scherer
-8
/
+2
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-2
/
+1
2023-02-20
Run the resolver after TyCtxt construction
Oli Scherer
-38
/
+53
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-0
/
+3
2023-02-14
Simplify expansion logic
Oli Scherer
-3
/
+3
2023-02-14
Inline the expansion query
Oli Scherer
-28
/
+23
2023-02-14
Remove BoxedResolver
Oli Scherer
-13
/
+16
2023-02-13
rustc_resolve: Remove `Resolver::clone_output`
Vadim Petrochenkov
-6
/
+4
2023-02-09
Remove `QueryContext`.
Nicholas Nethercote
-13
/
+14
2023-01-23
Store the gctxt instead of fetching it twice.
Oli Scherer
-1
/
+1
2023-01-23
Make `output_filenames` a real query
Oli Scherer
-8
/
+0
2023-01-23
Remove another unneeded use of the resolver
Oli Scherer
-2
/
+7
2023-01-16
Avoid one more call site to `Compiler::expansion`
Oli Scherer
-1
/
+1
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-12
/
+4
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-2
/
+2
2023-01-16
remove some arguments that can also be fed at the caller side
Oli Scherer
-7
/
+23
2023-01-16
Remove `prepare_outputs`
Oli Scherer
-19
/
+9
2023-01-12
Harden the pre-tyctxt query system against accidental recomputation
Oli Scherer
-48
/
+60
2022-12-18
don't clone Copy types
Matthias Krüger
-1
/
+1
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-10
/
+11
2022-12-03
Remove all but one call site of `prepare_outputs` and fetch the value from th...
Oli Scherer
-6
/
+8
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-5
/
+1
2022-09-30
Fix typo
nils
-1
/
+1
2022-09-30
Update compiler/rustc_interface/src/queries.rs
Camille Gillot
-1
/
+1
2022-09-30
Add comment explaining why we flush delayed bugs before codegen
nils
-0
/
+2
2022-09-27
Flush delayed bugs before codegen
Nilstrieb
-0
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+1
2022-08-22
Remove use of DiagnosticArgFromDisplay
Giacomo Stevanato
-6
/
+2
2022-08-22
Move rustc_interface diagnostics to struct SessionDiagnostic derives
Giacomo Stevanato
-9
/
+9
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-06
Make AST lowering a query.
Camille GILLOT
-5
/
+5
2022-05-10
only_local: always check for misuse
lcnr
-4
/
+1
2022-04-02
Address review comments and add a test
Jakub Beránek
-1
/
+1
2022-04-02
Include a header in .rlink files to provide nicer error messages when a wrong...
Jakub Beránek
-3
/
+3
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-5
/
+2
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2022-02-09
Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister
bors
-4
/
+0
[next]