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
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
2023-09-27
Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk
bors
-3
/
+1
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-3
/
+1
2023-09-25
Rename `cold_path` to `outline`
John Kåre Alsaker
-2
/
+2
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-110
/
+93
2023-09-11
Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLii
bors
-7
/
+7
2023-09-08
Make the deadlock panic clearly refer to a deadlock
John Kåre Alsaker
-1
/
+3
2023-09-08
Add optimized lock methods for `Sharded`
John Kåre Alsaker
-7
/
+7
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-6
/
+6
2023-08-30
Don't use `wait_for_query` without the Rayon thread pool
John Kåre Alsaker
-13
/
+13
2023-08-29
Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot
bors
-47
/
+10
2023-08-27
Pass ErrorGuaranteed to cycle error
Michael Goulet
-4
/
+6
2023-08-25
Fix waiting on a query that panicked
John Kåre Alsaker
-1
/
+12
2023-08-24
Optimize `lock_shards`
John Kåre Alsaker
-9
/
+5
2023-08-24
Remove conditional use of `Sharded` from query state
John Kåre Alsaker
-43
/
+10
2023-08-16
Remove conditional use of `Sharded` from query caches
John Kåre Alsaker
-49
/
+7
2023-08-08
Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...
Matthias Krüger
-1
/
+4
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+4
2023-08-04
replace few explicit use of parking_lot with rustc_data_structures::sync onces
klensy
-12
/
+11
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-2
/
+1
2023-07-21
add `naive_layout_of` query
Moulins
-1
/
+2
2023-07-20
Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk
bors
-0
/
+1
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-12
/
+33
2023-07-18
moved note as unspanned note, moved note to the bottom of the msg
nxya
-0
/
+1
[prev]
[next]