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
/
inhabitedness
Age
Commit message (
Expand
)
Author
Lines
2023-12-09
Detect cycles in `InhabitedPredicate::apply`
Nadrieril
-10
/
+31
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-17
/
+17
2023-07-05
Deal with fallout
Boxy
-2
/
+2
2023-06-27
Normalize types when applying uninhabited predicate.
Camille GILLOT
-1
/
+12
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-2
/
+2
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-2
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+6
2023-03-05
Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot
bors
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-2
/
+2
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-0
/
+16
2022-11-20
Change to Ty::is_inhabited_from
Cameron Steffen
-51
/
+49
2022-11-20
Fix typo
Cameron Steffen
-1
/
+1
2022-11-20
Fix doctest errors related to rustc_middle
reez12g
-2
/
+3
2022-10-22
Introduce InhabitedPredicate
Cameron Steffen
-292
/
+315
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-4
/
+0
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-1
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+5
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-4
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-02-09
Use a slice in DefIdForest.
Camille GILLOT
-23
/
+21
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-1
/
+1
2022-01-15
Simplify DefIdForest.
Camille GILLOT
-5
/
+5
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-01-16
Implement Debug for DefIdForest
Aaron Hill
-1
/
+1
2021-01-12
Make `DefIdForest` cheaper to clone
Nadrieril
-58
/
+80
2021-01-12
Turn type inhabitedness into a query
Nadrieril
-27
/
+50
2020-12-20
Fix typo
pierwill
-1
/
+1
2020-10-28
Dogfood {exclusive,half-open} ranges in compiler (nfc)
Jubilee Young
-3
/
+3
2020-10-14
Remove unused code from rustc_middle
est31
-8
/
+0
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+341