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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
Age
Commit message (
Expand
)
Author
Lines
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-06
Auto merge of #99324 - reez12g:issue-99144, r=jyn514
bors
-1
/
+0
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-29
Remove from compiler/ crates
reez12g
-1
/
+0
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
/
+3
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
/
+3
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
-6
/
+6
2022-08-31
SessionDiagnostic for QueryOverflow error
Li Yuanheng
-1
/
+5
2022-08-31
delete leftover comment
Li Yuanheng
-1
/
+0
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-53
/
+79
2022-08-31
link related issue to FIXME
Li Yuanheng
-1
/
+1
2022-08-31
migrate rustc_query_system to use SessionDiagnostic
Yuanheng Li
-46
/
+86
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-6
/
+6
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-13
/
+23
2022-08-16
Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov
bors
-3
/
+3
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-3
/
+3
2022-08-07
Remove unused hashing infra.
Camille GILLOT
-22
/
+7
2022-08-07
Derive HashStable for HIR Expr and Ty.
Camille GILLOT
-14
/
+0
2022-08-07
Stop forcing the hashing of bodies in types and expressions.
Camille GILLOT
-14
/
+8
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
[next]