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_middle
/
src
/
ty
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-0
/
+50
2021-10-20
Avoid trivial lambdas.
Camille GILLOT
-4
/
+6
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-2
/
+2
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-2
/
+2
2021-10-02
Prevent macro ambiguity errors
bjorn3
-3
/
+3
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-0
/
+1
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-3
/
+0
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-0
/
+310
[prev]