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_query_system
/
src
/
query
Age
Commit message (
Expand
)
Author
Lines
2025-01-16
Properly note when query stack is being cut off
Michael Goulet
-3
/
+3
2025-01-07
don't return an Option from try_find_dep_kind
Martin Zacho
-3
/
+3
2025-01-06
improve diagnostics for const eval query overflow
Martin Zacho
-10
/
+8
2024-12-13
Rename ty_def_id so people will stop using it by accident
Michael Goulet
-3
/
+3
2024-12-04
Make sure to record deps from cached task in new solver on first run
Michael Goulet
-3
/
+5
2024-11-19
Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr
bors
-62
/
+32
2024-11-15
Improve VecCache under parallel frontend
Mark Rousskov
-62
/
+32
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-62
/
+15
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-08-19
Prevent double panic in query system, improve diagnostics
Felix Rath
-2
/
+9
2024-08-02
chore: use shorthand initializer
Yuri Astrakhan
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-41
/
+40
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-06
Remove sharding for VecCache
Mark Rousskov
-13
/
+6
2024-03-26
Remove `CacheSelector` trait now that we can use GATs
Oli Scherer
-43
/
+1
2024-03-09
Some tweaks to the parallel query cycle handler
John Kåre Alsaker
-16
/
+8
2024-03-02
Don't panic when waiting on poisoned queries
John Kåre Alsaker
-3
/
+2
2024-02-29
Overhaul how stashed diagnostics work, again.
Nicholas Nethercote
-2
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-4
/
+4
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-3
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-02-14
Use fewer delayed bugs.
Nicholas Nethercote
-4
/
+4
2024-02-14
Remove `force_print_diagnostic`.
Nicholas Nethercote
-10
/
+10
2024-01-20
Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system
John Kåre Alsaker
-5
/
+7
2024-01-15
Cache local DefId-keyed queries without hashing
Mark Rousskov
-2
/
+80
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-10
/
+7
2024-01-08
Don't check for recursion in generator witness fields
Michael Goulet
-3
/
+4
2024-01-08
Value recovery can take the whole CycleError
Michael Goulet
-8
/
+10
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2024-01-03
Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errors
León Orell Valerian Liehr
-11
/
+21
2024-01-03
Add useful panic messages if queries fail to start
Ross Smyth
-11
/
+21
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-4
/
+4
2023-12-18
Use `.into_diagnostic()` less.
Nicholas Nethercote
-4
/
+2
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-27
QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...
klensy
-8
/
+5
2023-11-23
Nit of deadlock detected
SparrowLii
-1
/
+1
2023-11-22
print query map for deadlock when using parallel front end
SparrowLii
-6
/
+12
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-10-26
Stash and cancel cycle errors for auto trait leakage in opaques
Michael Goulet
-1
/
+12
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
[next]