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
/
query
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-11
make `relate`'s const ty assertion use semantic equality
Boxy
-0
/
+7
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-0
/
+12
2023-02-08
Change `arena_cache` to not alter the declared query result
John Kåre Alsaker
-54
/
+55
2023-02-06
Remove `arena_cache` modifier from `upstream_monomorphizations_for`
Maybe Waffle
-1
/
+0
2023-01-30
Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC
bors
-0
/
+9
2023-01-30
Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot
Dylan DPC
-0
/
+9
2023-01-30
Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung
bors
-9
/
+0
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-9
/
+0
2023-01-29
Rollup merge of #107006 - b-naber:thir-tree, r=jackh726
Matthias Krüger
-0
/
+7
2023-01-29
Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors
bors
-0
/
+3
2023-01-28
Make unsizing_params_for_adt into a query
Michael Goulet
-0
/
+9
2023-01-28
Rename `is_object_safe` to `check_is_object_safe` to hint side effects
Gary Guo
-2
/
+2
2023-01-28
Make `is_object_safe` a query and move lint_object_unsafe_trait call there
Gary Guo
-0
/
+3
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-1
/
+1
2023-01-27
Compute generator saved locals on MIR.
Camille GILLOT
-0
/
+4
2023-01-27
Separate witness type computation from the generator transform.
Camille GILLOT
-0
/
+7
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
previous thir unpretty output through thir-flat
b-naber
-0
/
+7
2023-01-26
Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov
bors
-1
/
+2
2023-01-26
Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot
bors
-4
/
+4
2023-01-23
Thread a ParamEnv down to might_permit_raw_init
Ben Kimock
-4
/
+4
2023-01-23
Make `output_filenames` a real query
Oli Scherer
-1
/
+2
2023-01-21
rustc_metadata: Encode `doc(hidden)` flag to metadata
Vadim Petrochenkov
-0
/
+1
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
[prev]
[next]