about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query
AgeCommit message (Expand)AuthorLines
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-7/+5
2023-01-02Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`Nilstrieb-95/+73
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-2/+2
2022-12-23Auto merge of #105550 - gimbles:master, r=Nilstriebbors-87/+111
2022-12-23Use DepKind instead of &strgimbles-87/+111
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-4/+3
2022-11-29Sanity check computed value for feeable queries.Camille GILLOT-3/+20
2022-11-29Expand hash check.Camille GILLOT-14/+18
2022-11-29Sanity check fingerprints in the dep-graph.Camille GILLOT-0/+4
2022-11-24Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Kibors-12/+193
2022-11-06Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`Nilstrieb-74/+74
2022-11-06Rename `tcx` to `qcx` when it's a `QueryContext`Nilstrieb-75/+75
2022-11-06Improve tracing loggingNilstrieb-2/+2
2022-11-06Rename `incremental_verify_ich_cold` to `incremental_verify_ich_failed`Nilstrieb-8/+12
2022-11-05Merge `QueryDescription` into `QueryConfig`Nilstrieb-27/+27
2022-11-01Use Key impl to select cache.Camille GILLOT-1/+27
2022-11-01Use VecCache for LocalDefId.Camille GILLOT-1/+175
2022-11-01Remove CacheSelector.Camille GILLOT-20/+1
2022-10-14Remove the `describe` method from the `QueryDescription` traitnils-2/+0
2022-10-07Rewrite representabilityCameron Steffen-9/+17
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+4
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-19/+3
2022-09-15add note for `layout_of` when query depth overflowsSparrowLii-3/+36
2022-09-09Remove unnecessary `TRY_LOAD_FROM_DISK` constantJoshua Nelson-4/+1
2022-09-09Remove `cache_on_disk` from `QueryVTable`Joshua Nelson-11/+5
2022-09-08Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillotbors-5/+38
2022-09-06Make `HandleCycleError` an enum instead of a macro-generated closureJoshua Nelson-5/+38
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-1/+1
2022-09-01Don't create two new closures for each queryJoshua Nelson-0/+3
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-3/+2
2022-08-31SessionDiagnostic for QueryOverflow errorLi Yuanheng-1/+1
2022-08-31delete leftover commentLi Yuanheng-1/+0
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-13/+30
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-46/+23
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-3/+2
2022-08-24add `depth_limit` in `QueryVTable`SparrowLii-13/+23
2022-07-29Remove useless closure.Camille GILLOT-5/+3
2022-07-28Remove guess_head_span.Camille GILLOT-6/+2
2022-07-20consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)Ralf Jung-10/+10
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-2/+2
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+3
2022-07-07Miscellaneous inlining improvementsTomasz Miąsko-0/+3
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-2/+1
2022-06-29get rid of `tcx` in deadlock handler when parallel compilationSparrowLii-2/+1
2022-06-18Remove `likely!` and `unlikely!` macro from compilerGary Guo-7/+9
2022-05-04Enable tracing for all queryiesOli Scherer-1/+1