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
/
job.rs
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-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-40
/
+9
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-08-02
chore: use shorthand initializer
Yuri Astrakhan
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-03-09
Some tweaks to the parallel query cycle handler
John Kåre Alsaker
-15
/
+7
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-02-14
Remove `force_print_diagnostic`.
Nicholas Nethercote
-10
/
+10
2024-01-08
Value recovery can take the whole CycleError
Michael Goulet
-1
/
+1
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-2
/
+2
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-11-27
QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...
klensy
-2
/
+2
2023-11-23
Nit of deadlock detected
SparrowLii
-1
/
+1
2023-11-22
print query map for deadlock when using parallel front end
SparrowLii
-5
/
+11
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-3
/
+1
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-62
/
+51
2023-09-08
Make the deadlock panic clearly refer to a deadlock
John Kåre Alsaker
-1
/
+3
2023-08-30
Don't use `wait_for_query` without the Rayon thread pool
John Kåre Alsaker
-1
/
+0
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
2023-05-23
Don't leak the function that is called on drop
Maybe Waffle
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-03-28
Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper
nils
-1
/
+1
2023-03-25
Update indexmap and rayon crates
John Kåre Alsaker
-1
/
+1
2023-03-21
Refactor `try_execute_query`
John Kåre Alsaker
-2
/
+0
2022-12-23
Auto merge of #105550 - gimbles:master, r=Nilstrieb
bors
-43
/
+61
2022-12-23
Use DepKind instead of &str
gimbles
-43
/
+61
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-3
/
+3
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-2
/
+2
2022-11-06
Rename `tcx` to `qcx` when it's a `QueryContext`
Nilstrieb
-2
/
+2
2022-10-07
Rewrite representability
Cameron Steffen
-3
/
+3
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+4
2022-09-15
correct span, add help message and add UI test when query depth overflows
SparrowLii
-4
/
+1
[next]