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_middle
/
src
/
ty
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-2
/
+2
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-1
/
+13
2022-12-05
Allow arbitrary keys in feeding API
Oli Scherer
-5
/
+5
2022-12-01
Don't allow feeding a query cache entry twice
Oli Scherer
-4
/
+2
2022-11-29
Make TyCtxtFeed::def_id private.
Camille GILLOT
-1
/
+1
2022-11-29
Feedable queries must allow hashing.
Camille GILLOT
-13
/
+1
2022-11-29
Only allow feeding a value to newly created definitions.
Camille GILLOT
-17
/
+3
2022-11-29
Allow to set a query's result as a side effect.
Camille GILLOT
-0
/
+68
2022-11-24
Unsupported query error now specifies if its unsupported for local or externa...
Sarthak Singh
-2
/
+5
2022-11-01
Use Key impl to select cache.
Camille GILLOT
-11
/
+10
2022-11-01
Use VecCache for LocalDefId.
Camille GILLOT
-0
/
+8
2022-11-01
Remove CacheSelector.
Camille GILLOT
-9
/
+3
2022-10-29
Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr
bors
-0
/
+1
2022-10-27
Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)
Michael Woerister
-0
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-10-19
Get rid of native_library projection queries
nils
-1
/
+0
2022-10-10
Check representability in adt_sized_constraint
Cameron Steffen
-1
/
+1
2022-10-01
Compute by owner instead of HirId.
Camille GILLOT
-1
/
+1
2022-10-01
Move lint level computation to rustc_middle::lint.
Camille GILLOT
-2
/
+2
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-2
/
+3
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+9
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-3
/
+1
2022-09-20
Rollup merge of #101958 - hanar3:101666/enhance-error-message, r=oli-obk
Michael Howell
-2
/
+3
2022-09-17
improve error message for when a query isn't supported
hanar3
-3
/
+3
2022-09-14
Move some code and add comments.
Camille GILLOT
-2
/
+2
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-1
/
+3
2022-09-14
Improve error message for unsupported crate
hanar3
-2
/
+3
2022-09-09
Make the `storage` query modifier less general
Joshua Nelson
-2
/
+2
2022-08-24
Simplify the syntax for macros generated by `rustc_queries`
Joshua Nelson
-1
/
+1
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-16
/
+16
2022-07-14
Use constant eval to do strict validity checks
5225225
-0
/
+1
2022-06-06
Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors
Dylan DPC
-3
/
+1
2022-06-04
Iterate over `maybe_unused_trait_imports` when checking dead trait imports
Elliot Roberts
-1
/
+1
2022-06-04
Completely remove LifetimeScopeForPath.
Camille GILLOT
-3
/
+1
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-1
/
+0
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-2
/
+4
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-1
/
+1
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-1
/
+1
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-5
/
+5
2022-03-24
Swap DtorckConstraint to DropckConstraint
InfRandomness
-1
/
+1
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-1
/
+1
2022-02-20
Delete QueryLookup
Mark Rousskov
-9
/
+8
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-1
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-1
/
+14
2022-01-25
Return an indexmap in `all_local_trait_impls` query
pierwill
-1
/
+0
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-1
/
+1
2022-01-06
rustc_middle: Add a method for getting a `SimplifiedType` definition/ID
Vadim Petrochenkov
-0
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-7
/
+7
2021-12-12
Query modifier
Deadbeef
-0
/
+14
[next]