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
/
query
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-19
Encode whether foreign opaques are TAITs or not
Michael Goulet
-0
/
+6
2023-01-17
change item_bounds query to return EarlyBinder; remove bound_item_bounds query
Kyle Matsuda
-1
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change const_param_default query to return EarlyBinder; remove bound_const_pa...
Kyle Matsuda
-1
/
+1
2023-01-12
Feed the `features_query` instead of grabbing it from the session lazily
Oli Scherer
-1
/
+1
2023-01-12
Remove `output_filenames` field from TyCtxt and feed the query instead
Oli Scherer
-1
/
+1
2023-01-12
Remove `untracked_crate` field and instead pass it along with the resolver.
Oli Scherer
-1
/
+1
2023-01-12
Feed `crate_name` query
Oli Scherer
-1
/
+1
2023-01-12
Feed `resolutions` query instead of it being a thin wrapper around an untrack...
Oli Scherer
-1
/
+1
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-1
/
+1
2022-12-28
better names and a comment
Michael Goulet
-1
/
+1
2022-12-24
Rename some compare_method functions
Michael Goulet
-1
/
+1
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-0
/
+2
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-1
/
+1
2022-12-01
Fill in `def_span` when creating def ids.
Oli Scherer
-0
/
+1
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-1
/
+1
2022-11-26
Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin...
Guillaume Gomez
-2
/
+2
2022-11-25
Rename normalize_opaque_types to reveal_opaque_types_in_bounds
Michael Goulet
-2
/
+2
2022-11-25
Add empty ConstKind::Abstract
kadmin
-11
/
+2
2022-11-24
Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
bors
-0
/
+3
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-11
/
+0
2022-11-20
Fix doctest errors related to rustc_middle
reez12g
-0
/
+2
2022-11-11
Resolve lifetimes independently for each item-like.
Camille GILLOT
-10
/
+1
2022-11-05
Add internal descriptions to a few queries
Nilstrieb
-1
/
+17
2022-11-01
Move keys module.
Camille GILLOT
-0
/
+3
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+11
2022-10-29
Encode LangItem directly
Cameron Steffen
-1
/
+1
2022-10-29
Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr
bors
-1
/
+1
2022-10-27
Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)
Michael Woerister
-1
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-3
/
+3
2022-10-25
rustc_middle: Rearrange resolver outputs structures slightly
Vadim Petrochenkov
-1
/
+1
2022-10-23
Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk
bors
-8
/
+7
2022-10-22
Introduce InhabitedPredicate
Cameron Steffen
-8
/
+7
2022-10-22
Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot
bors
-10
/
+0
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-0
/
+5
2022-10-19
Don't call `own_existential_vtable_entries` on unresolved trait ref
Michael Goulet
-2
/
+2
2022-10-19
Get rid of native_library projection queries
nils
-10
/
+0
2022-10-18
Clean up query descriptions
nils
-89
/
+92
2022-10-17
rm `try_normalize_mir_const_after_erasing_regions`
lcnr
-8
/
+0
2022-10-14
Get rid of `rustc_query_description!`
Nilstrieb
-1
/
+4
2022-10-10
Check representability in adt_sized_constraint
Cameron Steffen
-9
/
+1
2022-10-07
Rewrite representability
Cameron Steffen
-0
/
+26
2022-10-06
Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr
Matthias Krüger
-0
/
+6
2022-10-01
Compute by owner instead of HirId.
Camille GILLOT
-2
/
+3
2022-10-01
Move lint level computation to rustc_middle::lint.
Camille GILLOT
-1
/
+1
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-3
/
+7
2022-09-30
make query take `(LocalDefId, DefId)`
Boxy
-2
/
+2
2022-09-30
make `compare_const_impl` a query and use it in `instance.rs`
Boxy
-0
/
+6
2022-09-27
rustdoc: Queryify `is_notable_trait`
Noah Lev
-0
/
+5
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-8
/
+8
[next]