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
/
src
/
librustc_ty
Age
Commit message (
Expand
)
Author
Lines
2020-04-05
Query-ify Instance::resolve
Aaron Hill
-3
/
+6
2020-04-03
Minor follow-up after renaming librustc(_middle)
Yuki Okushi
-1
/
+1
2020-04-02
Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r...
Mazdak Farrokhzad
-1
/
+5
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-1
/
+1
2020-04-02
add `STILL_FURTHER_SPECIALIZABLE` flag
David Wood
-1
/
+5
2020-03-30
Format
Jonas Schievink
-2
/
+2
2020-03-30
Assert that the trait ref does not need inference
Jonas Schievink
-0
/
+1
2020-03-30
Use query instead of `impl_is_default` fn
Jonas Schievink
-0
/
+11
2020-03-30
Sync `Instance::resolve` with the projection code
Jonas Schievink
-8
/
+38
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-6
/
+6
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-13
/
+13
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-2
/
+2
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-19
Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis
Mazdak Farrokhzad
-20
/
+50
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+2
2020-03-15
rustc: don't resolve Instances which would produce malformed shims.
Eduard-Mihai Burtescu
-20
/
+50
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-2
/
+1
2020-03-14
Make downstream crates compile.
Camille GILLOT
-3
/
+3
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+1
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-06
Auto merge of #69614 - estebank:ice-age, r=davidtwco
bors
-1
/
+1
2020-03-02
Remove chalk integration
CAD97
-5
/
+2
2020-03-01
`delay_span_bug` when codegen cannot select obligation
Esteban Küber
-1
/
+1
2020-02-19
Construct `AssociatedItems` from an iterator instead of a `Vec`
Dylan MacKenzie
-2
/
+1
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-4
/
+4
2020-02-16
Other crates.
Camille GILLOT
-3
/
+4
2020-02-16
Make librustc_infer compile.
Camille GILLOT
-0
/
+1
2020-02-13
Move resolve_instance to rustc_ty.
Camille GILLOT
-0
/
+138
2020-02-12
Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor
bors
-2
/
+214
2020-02-09
Apply suggestions from code review
matthewjasper
-6
/
+7
2020-02-08
Make `associated_items` query return a slice
Jonas Schievink
-6
/
+4
2020-02-06
Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank
Dylan DPC
-0
/
+9
2020-02-05
Make associated item lookup a query
Jonas Schievink
-0
/
+9
2020-02-04
Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk
bors
-1
/
+1
2020-02-02
Address review comments
Matthew Jasper
-21
/
+14
2020-02-02
Improve needs_drop query
Matthew Jasper
-0
/
+215
2020-02-02
Remove unnecessary features in rustc_ty
Matthew Jasper
-3
/
+5
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-1
/
+1
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+0
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-1
/
+1
2020-01-20
Add `ConstnessAnd` that implements `ToPredicate`
Dylan MacKenzie
-1
/
+2
2020-01-18
slice_patterns: remove internal uses of gate
Mazdak Farrokhzad
-1
/
+1
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-4
/
+4
2020-01-13
Move to new crate rustc_ty.
Camille GILLOT
-0
/
+410