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
/
src
/
librustc_middle
/
ty
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-30
Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb
Yuki Okushi
-1
/
+16
2020-05-28
Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis
bors
-3
/
+3
2020-05-25
fix discriminant_ty for non-enums
Ralf Jung
-4
/
+9
2020-05-25
Add helper method for determining the type of a discriminant
Ralf Jung
-0
/
+10
2020-05-23
iterate List by value
Bastian Kauschke
-3
/
+3
2020-05-22
Remove ReScope
Matthew Jasper
-24
/
+8
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-0
/
+1
2020-05-20
make `to_predicate` take a `tcx` argument
Niko Matsakis
-2
/
+2
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-1
/
+1
2020-05-12
Remove ty::UnnormalizedProjection
Jack Huey
-7
/
+0
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+1
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-2
/
+3
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-7
/
+11
2020-04-16
ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.
Eduard-Mihai Burtescu
-2
/
+7
2020-04-16
ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.
Eduard-Mihai Burtescu
-0
/
+4
2020-04-14
ty: erase lifetimes early in `ty::Const::eval`.
Eduard-Mihai Burtescu
-30
/
+28
2020-04-10
Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper
Mazdak Farrokhzad
-18
/
+0
2020-04-08
replace `has_local_value` with `needs_infer`
Bastian Kauschke
-5
/
+4
2020-04-08
Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.
Eduard-Mihai Burtescu
-18
/
+0
2020-04-06
ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.
Eduard-Mihai Burtescu
-16
/
+0
2020-04-06
ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-26
/
+0
2020-04-02
Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r...
Mazdak Farrokhzad
-0
/
+3
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-2
/
+2
2020-04-02
add `STILL_FURTHER_SPECIALIZABLE` flag
David Wood
-0
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-0
/
+2517