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
Age
Commit message (
Expand
)
Author
Lines
2022-11-29
Sanity check computed value for feeable queries.
Camille GILLOT
-3
/
+20
2022-11-29
Expand hash check.
Camille GILLOT
-21
/
+28
2022-11-29
Allow to set a query's result as a side effect.
Camille GILLOT
-0
/
+82
2022-11-29
Sanity check fingerprints in the dep-graph.
Camille GILLOT
-19
/
+39
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-12
/
+12
2022-11-24
Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk
Matthias Krüger
-1
/
+1
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-1
/
+1
2022-11-24
Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
bors
-12
/
+193
2022-11-11
Hash spans when interning.
Camille GILLOT
-37
/
+2
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-109
/
+109
2022-11-06
Rename `tcx` to `qcx` when it's a `QueryContext`
Nilstrieb
-94
/
+94
2022-11-06
Improve tracing logging
Nilstrieb
-43
/
+17
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-23
Migrate all diagnostics
Nilstrieb
-15
/
+15
2022-10-14
Remove the `describe` method from the `QueryDescription` trait
nils
-2
/
+0
2022-10-10
query_system: finish migration
David Wood
-12
/
+5
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-2
/
+5
2022-10-07
Rewrite representability
Cameron Steffen
-11
/
+20
2022-10-01
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
2022-09-30
create def ids for impl traits during ast lowering
Santiago Pastorino
-2
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-25
Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl`
Joshua Nelson
-20
/
+0
2022-09-25
Move some more code from rustc_middle to rustc_query_system
Joshua Nelson
-0
/
+12
2022-09-25
Move functions on `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-5
/
+52
2022-09-25
Move `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-1
/
+62
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+5
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-5
/
+1
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-3
/
+4
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+4
2022-09-17
Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank
Matthias Krüger
-7
/
+42
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-15
correct span, add help message and add UI test when query depth overflows
SparrowLii
-22
/
+12
2022-09-15
add note for `layout_of` when query depth overflows
SparrowLii
-4
/
+49
2022-09-14
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
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
Rollup merge of #101549 - eholk:type-ir-derive-hashstable_generic, r=jackh726
Dylan DPC
-0
/
+2
2022-09-08
Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot
bors
-5
/
+63
2022-09-07
Use HashStable_Generic in rustc_type_ir
Eric Holk
-0
/
+2
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-5
/
+63
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
[prev]
[next]