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
/
erase.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-18
Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper
Matthias Krüger
-0
/
+4
2024-01-17
Correctly handle normalization in implied bounds
Ali MJ Al-Nasrawy
-0
/
+4
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-0
/
+4
2024-01-16
Get rid of the hir_owner query.
Camille GILLOT
-5
/
+0
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-0
/
+1
2023-11-08
Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillot
Matthias Krüger
-6
/
+16
2023-11-07
Add an explanation for `transmute_unchecked`
Maybe Waffle
-0
/
+9
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-03
Use consisntent style of `size_of` in query type erasure
Maybe Waffle
-4
/
+4
2023-10-03
Use `transmute_unchecked` and make the types explicit in query type erasure
Maybe Waffle
-3
/
+4
2023-09-21
Record asyncness span in HIR
Michael Goulet
-0
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-4
/
+3
2023-09-19
move ConstValue into mir
Ralf Jung
-10
/
+6
2023-08-27
More precisely detect cycle errors from type_of on opaque
Michael Goulet
-0
/
+5
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-0
/
+1
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-6
/
+0
2023-07-21
add crate-local `-Z reference_niches` unstable flag (does nothing for now)
Moulins
-0
/
+1
2023-07-21
add `naive_layout_of` query
Moulins
-0
/
+5
2023-07-03
Remove chalk from the compiler
Michael Goulet
-1
/
+0
2023-07-01
Put `FnAbiError` behind reference to shrink result
Nilstrieb
-2
/
+2
2023-07-01
Put `LayoutError` behind reference to shrink result
Nilstrieb
-4
/
+6
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-1
/
+1
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-0
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-18
Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31
bors
-1
/
+1
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-1
/
+1
2023-05-12
Use the opaque_types_defined_by query to cheaply check for whether a hidden t...
Oli Scherer
-0
/
+4
2023-05-09
add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const
Kyle Matsuda
-3
/
+4
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-04-08
resolve: Preserve reexport chains in `ModChild`ren
Vadim Petrochenkov
-1
/
+0
2023-04-06
Fully erase query values
John Kåre Alsaker
-15
/
+135
2023-04-06
Address comments
John Kåre Alsaker
-1
/
+3
2023-04-06
Avoid the assertion in `erase`
John Kåre Alsaker
-8
/
+7
2023-04-06
Don't rely on `Debug` impl for `Erased`
John Kåre Alsaker
-10
/
+1
2023-04-06
Erase query cache values
John Kåre Alsaker
-0
/
+225
[prev]