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-06-21
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
Ralf Jung
-1
/
+1
2020-06-20
Move bounds on associated types to the type
Matthew Jasper
-15
/
+42
2020-06-20
Consider fewer predicates for projection candidates
Matthew Jasper
-1
/
+104
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-1
/
+1
2020-06-11
Remove associated opaque types
Matthew Jasper
-2
/
+0
2020-06-09
Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis
bors
-11
/
+11
2020-06-07
Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank
Dylan DPC
-2
/
+8
2020-06-05
Rename traits::ImplSourceImpl to ImplSourceUserDefined.
Ana-Maria Mihalache
-2
/
+2
2020-06-05
Rename traits::Vtable to ImplSource.
Ana-Maria Mihalache
-11
/
+11
2020-05-30
Be more careful around ty::Error in generators
Jonas Schievink
-2
/
+8
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-2
/
+3
2020-05-23
iterate List by value
Bastian Kauschke
-1
/
+1
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-2
/
+1
2020-05-21
Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis
Ralf Jung
-1
/
+1
2020-05-20
make `to_predicate` take a `tcx` argument
Niko Matsakis
-1
/
+1
2020-05-19
auto impl`DiscriminantKind` for every type
Bastian Kauschke
-1
/
+4
2020-05-12
Remove ty::UnnormalizedProjection
Jack Huey
-2
/
+0
2020-05-07
Reintegrate chalk using chalk-solve
Jack Huey
-2
/
+5
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-1
/
+1
2020-04-28
Move a few queries to using an arena.
Camille GILLOT
-1
/
+1
2020-04-28
Use the query system to allocate.
Camille GILLOT
-2
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-5
/
+5
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-10
/
+10
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-9
/
+9
2020-04-22
Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk
Dylan DPC
-15
/
+58
2020-04-18
Detect mistyped associated consts in `Instance::resolve`.
Eduard-Mihai Burtescu
-13
/
+54
2020-04-18
ty/instance: use `ParamEnvAnd` in the `resolve_instance` query.
Eduard-Mihai Burtescu
-2
/
+4
2020-04-17
Adjust mir-opt test and make it drop something
Jonas Schievink
-3
/
+3
2020-04-17
Make `needs_drop` less pessimistic on generators
Jonas Schievink
-0
/
+17
2020-04-14
Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb
bors
-4
/
+4
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-4
/
+4
2020-04-13
Use `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appropriate.
marmeladema
-1
/
+1
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
[next]