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-08-30
mv compiler to compiler/
mark
-1083
/
+0
2020-08-24
hir: consistent use and naming of lang items
David Wood
-5
/
+5
2020-08-15
replaced log with tracing
Gurpreet Singh
-3
/
+3
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-5
/
+5
2020-08-08
fix clippy::into_iter_on_ref: use .iter() instead of into_iter() on references.
Matthias Krüger
-1
/
+1
2020-07-31
Move from `log` to `tracing`
Oliver Scherer
-1
/
+1
2020-07-31
Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis
bors
-1
/
+6
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-9
/
+9
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-2
/
+2
2020-07-27
split ignore_qualifiers
Bastian Kauschke
-9
/
+8
2020-07-22
Normalize opaque types when converting `ParamEnv` to `Reveal::All`
Aaron Hill
-1
/
+6
2020-07-20
shim: adjust valid shim asserts
David Wood
-18
/
+23
2020-07-15
WithOptConstParam::dummy -> WithOptConstParam::unknown
Bastian Kauschke
-2
/
+2
2020-07-15
ty_def_id -> def_id_for_type_of
Bastian Kauschke
-1
/
+1
2020-07-15
improve naming
Bastian Kauschke
-6
/
+10
2020-07-15
update const arg queries
Bastian Kauschke
-21
/
+14
2020-07-15
InstanceDef::Item
Bastian Kauschke
-2
/
+2
2020-07-15
const_eval_resolve
Bastian Kauschke
-9
/
+43
2020-07-09
Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis
Manish Goregaokar
-5
/
+5
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-5
/
+5
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-1
/
+1
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
[next]