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
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
2022-09-15
add note for `layout_of` when query depth overflows
SparrowLii
-1
/
+23
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-1
/
+1
2022-08-31
delete leftover comment
Li Yuanheng
-1
/
+0
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-13
/
+30
2022-08-31
migrate rustc_query_system to use SessionDiagnostic
Yuanheng Li
-37
/
+18
2022-07-29
Remove useless closure.
Camille GILLOT
-5
/
+3
2022-07-28
Remove guess_head_span.
Camille GILLOT
-6
/
+2
2022-07-07
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+2
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-2
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+4
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+2
2022-02-17
Remove SimpleDefKind
Mark Rousskov
-8
/
+7
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-101
/
+54
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-11
Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
bors
-0
/
+2
2021-09-01
Remove redundant `Span` in `QueryJobInfo`
Noah Lev
-9
/
+6
2021-08-27
Note that trait aliases cannot be recursive
Noah Lev
-9
/
+16
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-1
/
+13
2021-08-22
Decouple JobOwner from cache.
Camille GILLOT
-0
/
+2
2021-08-21
Improve errors for recursive type aliases
Noah Lev
-4
/
+8
2021-05-02
Streamline try_start code
Mark Rousskov
-18
/
+3
2021-03-26
Use iter::zip in compiler/
Josh Stone
-2
/
+2
2021-02-21
Simplify hashing.
Camille GILLOT
-22
/
+14
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-4
/
+42
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-0
/
+36
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-48
/
+43
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-2
/
+3
2020-11-21
Fix typos
Dániel Buga
-3
/
+3
2020-10-19
Remove <CTX: QueryContext> in a bunch of places.
Julian Wollersberger
-72
/
+98
2020-08-30
mv compiler to compiler/
mark
-0
/
+570