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
2023-02-17
Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot
bors
-11
/
+11
2023-02-16
Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot
bors
-198
/
+30
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-2
/
+1
2023-02-16
Remove parallel compiler fix
John Kåre Alsaker
-4
/
+1
2023-02-16
Move provider fields back to rustc_query_impl
John Kåre Alsaker
-8
/
+6
2023-02-16
Factor query arena allocation out from query caches
John Kåre Alsaker
-196
/
+33
2023-02-15
don't clone types that are copy
Matthias Krüger
-3
/
+3
2023-02-14
Pass `DepContext` and `QueryContext` by value when practical
John Kåre Alsaker
-11
/
+11
2023-02-11
Create a single value cache for the () query key
John Kåre Alsaker
-2
/
+48
2023-02-08
Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillot
bors
-37
/
+4
2023-02-07
Remove QueryStorage::store_nocache
John Kåre Alsaker
-37
/
+4
2023-02-06
Make an optimal cold path for query_cache_hit
John Kåre Alsaker
-13
/
+5
2023-02-06
Don't inline query_cache_hit to reduce code size of the query hot path.
John Kåre Alsaker
-1
/
+3
2023-02-04
Support parallel compiler.
Camille GILLOT
-3
/
+3
2023-02-04
Remove `OnHit` callback from query caches.
Camille GILLOT
-84
/
+45
2023-01-31
Fingerprint even when incr comp is disabled in debug mode
Michael Goulet
-1
/
+19
2023-01-28
Use OnDrop.
Camille GILLOT
-39
/
+32
2023-01-28
Attempt to reduce perf impact.
Camille GILLOT
-10
/
+17
2023-01-28
Print a backtrace when query forcing fails.
Camille GILLOT
-11
/
+45
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-9
/
+9
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-31
/
+22
2023-01-02
Auto merge of #106307 - Nilstrieb:dynamic->static, r=cjgillot
bors
-95
/
+73
2023-01-02
Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`
Nilstrieb
-95
/
+73
2022-12-25
Ignore span references from diagnostics.
Camille GILLOT
-2
/
+4
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
-92
/
+116
2022-12-23
Use DepKind instead of &str
gimbles
-92
/
+116
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-4
/
+3
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-6
/
+4
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-5
/
+3
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-14
/
+6
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-6
/
+9
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-1
/
+1
2022-12-01
Fill in `def_span` when creating def ids.
Oli Scherer
-1
/
+2
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
[prev]
[next]