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
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-7
/
+5
2023-01-02
Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`
Nilstrieb
-95
/
+73
2022-12-24
Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk
Matthias Krüger
-2
/
+2
2022-12-23
Auto merge of #105550 - gimbles:master, r=Nilstrieb
bors
-87
/
+111
2022-12-23
Use DepKind instead of &str
gimbles
-87
/
+111
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-4
/
+3
2022-11-29
Sanity check computed value for feeable queries.
Camille GILLOT
-3
/
+20
2022-11-29
Expand hash check.
Camille GILLOT
-14
/
+18
2022-11-29
Sanity check fingerprints in the dep-graph.
Camille GILLOT
-0
/
+4
2022-11-24
Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
bors
-12
/
+193
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-74
/
+74
2022-11-06
Rename `tcx` to `qcx` when it's a `QueryContext`
Nilstrieb
-75
/
+75
2022-11-06
Improve tracing logging
Nilstrieb
-2
/
+2
2022-11-06
Rename `incremental_verify_ich_cold` to `incremental_verify_ich_failed`
Nilstrieb
-8
/
+12
2022-11-05
Merge `QueryDescription` into `QueryConfig`
Nilstrieb
-27
/
+27
2022-11-01
Use Key impl to select cache.
Camille GILLOT
-1
/
+27
2022-11-01
Use VecCache for LocalDefId.
Camille GILLOT
-1
/
+175
2022-11-01
Remove CacheSelector.
Camille GILLOT
-20
/
+1
2022-10-14
Remove the `describe` method from the `QueryDescription` trait
nils
-2
/
+0
2022-10-07
Rewrite representability
Cameron Steffen
-9
/
+17
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
-19
/
+3
2022-09-15
add note for `layout_of` when query depth overflows
SparrowLii
-3
/
+36
2022-09-09
Remove unnecessary `TRY_LOAD_FROM_DISK` constant
Joshua Nelson
-4
/
+1
2022-09-09
Remove `cache_on_disk` from `QueryVTable`
Joshua Nelson
-11
/
+5
2022-09-08
Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot
bors
-5
/
+38
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-5
/
+38
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-1
/
+1
2022-09-01
Don't create two new closures for each query
Joshua Nelson
-0
/
+3
2022-09-01
Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino
bors
-3
/
+2
2022-08-31
SessionDiagnostic for QueryOverflow error
Li Yuanheng
-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
-46
/
+23
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-3
/
+2
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-13
/
+23
2022-07-29
Remove useless closure.
Camille GILLOT
-5
/
+3
2022-07-28
Remove guess_head_span.
Camille GILLOT
-6
/
+2
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-10
/
+10
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-09
Auto merge of #99028 - tmiasko:inline, r=estebank
bors
-0
/
+3
2022-07-07
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+3
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-2
/
+1
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-2
/
+1
2022-06-18
Remove `likely!` and `unlikely!` macro from compiler
Gary Guo
-7
/
+9
2022-05-04
Enable tracing for all queryies
Oli Scherer
-1
/
+1
[prev]
[next]