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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-3
/
+1
2020-04-16
mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.
Eduard-Mihai Burtescu
-1
/
+2
2020-04-16
ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.
Eduard-Mihai Burtescu
-2
/
+2
2020-04-15
Do not ICE in the face of invalid enum discriminant
Esteban Küber
-1
/
+5
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-22
/
+12
2020-04-11
Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis
bors
-19
/
+4
2020-04-10
Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r...
bors
-3
/
+3
2020-04-10
librustc_middle: return LocalDefId instead of DefId in body_owner_def_id
marmeladema
-3
/
+3
2020-04-10
Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper
Mazdak Farrokhzad
-22
/
+1
2020-04-08
replace `has_local_value` with `needs_infer`
Bastian Kauschke
-10
/
+6
2020-04-08
Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.
Eduard-Mihai Burtescu
-22
/
+1
2020-04-07
Remove unnecessary TypeFlags::NOMINAL_FLAGS
Theo Sandstrom
-23
/
+0
2020-04-06
ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.
Eduard-Mihai Burtescu
-4
/
+0
2020-04-06
ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.
Eduard-Mihai Burtescu
-70
/
+0
2020-04-06
ty: switch `Ty::walk` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-34
/
+0
2020-04-06
ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-7
/
+0
2020-04-06
ty/walk: keep track of `GenericArg`s on the stack, instead of `Ty`s.
Eduard-Mihai Burtescu
-3
/
+3
2020-04-05
Retire rustc::ty::Attributes enum.
Camille GILLOT
-19
/
+4
2020-04-05
Remove unneeded Lrc in query results.
Camille GILLOT
-1
/
+1
2020-04-05
Query-ify Instance::resolve
Aaron Hill
-1
/
+0
2020-04-04
typeck/type_of: simplify checking of opaque types with multipler defining uses.
Eduard-Mihai Burtescu
-27
/
+21
2020-04-02
Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r...
Mazdak Farrokhzad
-52
/
+57
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-1
/
+1
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-3
/
+2
2020-04-02
add `STILL_FURTHER_SPECIALIZABLE` flag
David Wood
-52
/
+57
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-0
/
+3183