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
2019-05-05
rustc: replace uses of with_freevars with the freevars query.
Eduard-Mihai Burtescu
-15
/
+3
2019-05-05
Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov
bors
-21
/
+14
2019-05-04
Improve subst error when parameter kinds mismatch
varkor
-13
/
+40
2019-05-04
removing param_env from pointee_info_at
Saleem Jaffer
-5
/
+2
2019-05-04
resolving conflicts
Saleem Jaffer
-4
/
+3
2019-05-04
adding HasParamEnv trait
Saleem Jaffer
-10
/
+12
2019-05-04
adding is_freeze to TyLayoutMethods
Saleem Jaffer
-0
/
+8
2019-05-04
removing map_same from MaybeResult
Saleem Jaffer
-25
/
+19
2019-05-04
add to_result to ty::MaybeResult
Saleem Jaffer
-8
/
+15
2019-05-04
resolving conflicts
Saleem Jaffer
-22
/
+23
2019-05-04
Make line fit within 100 character limit.
Daan de Graaf
-1
/
+2
2019-05-04
Add param_env parameter to pointee_info_at.
Daan de Graaf
-2
/
+5
2019-05-04
Return instead of collecting to mut result.
Daan de Graaf
-8
/
+12
2019-05-04
Fix typo in src/librustc/ty/layout.rs
Oliver Scherer
-1
/
+1
2019-05-04
Move pointee_info_at to TyLayoutMethods.
Daan de Graaf
-0
/
+127
2019-05-04
Auto merge of #59897 - tmandry:variantful-generators, r=eddyb
bors
-40
/
+199
2019-05-03
Address review comments
Tyler Mandry
-13
/
+17
2019-05-04
rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns.
Eduard-Mihai Burtescu
-5
/
+9
2019-05-04
rustc: collapse relevant DefPathData variants into ValueNs.
Eduard-Mihai Burtescu
-2
/
+0
2019-05-04
rustc: collapse relevant DefPathData variants into TypeNs.
Eduard-Mihai Burtescu
-13
/
+4
2019-05-03
Split out debuginfo from type info in MIR GeneratorLayout
Tyler Mandry
-4
/
+7
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-28
/
+28
2019-05-03
rustc: use DefKind instead of Def, where possible.
Eduard-Mihai Burtescu
-22
/
+25
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-17
/
+19
2019-05-01
Split `ct_err` out into `CommonConsts`
varkor
-2
/
+23
2019-05-01
Create ShallowResolver
varkor
-1
/
+1
2019-05-01
Remove spurious assertion
varkor
-3
/
+0
2019-05-01
Fix missing parenthesis
varkor
-1
/
+1
2019-05-01
Take ConstValue::Placeholder into account in new locations
varkor
-1
/
+3
2019-05-01
Fix rebase from LazyConst removal
varkor
-92
/
+86
2019-05-01
Add `PlaceholderConst`
varkor
-0
/
+2
2019-05-01
Add `ConstValue::Placeholder`
varkor
-2
/
+14
2019-05-01
Inline ConstError into TypeError
varkor
-49
/
+8
2019-05-01
Implement fold_const for BoundVarReplacer
varkor
-14
/
+58
2019-05-01
impl fold_const for Shifter
Gabriel Smith
-6
/
+24
2019-05-01
impl visit_const for HasEscapingVarsVisitor
Gabriel Smith
-0
/
+12
2019-05-01
impl mk_const_infer
Gabriel Smith
-0
/
+12
2019-05-01
Rename mk_infer to mk_ty_infer
Gabriel Smith
-5
/
+5
2019-05-01
Rename *shallow_resolve to *shallow_resolve_type
varkor
-1
/
+1
2019-05-01
Handle generic consts in relate and infer
varkor
-5
/
+21
2019-05-01
Add stubs for `fold_const`
varkor
-0
/
+8
2019-05-01
Implement TypeRelation::consts
varkor
-2
/
+32
2019-05-01
Add `ct_err`
varkor
-1
/
+3
2019-05-01
Add generic consts to `BottomUpFolder`
varkor
-7
/
+15
2019-05-01
Add `ConstError`
varkor
-1
/
+43
2019-05-01
Define `super_relate_consts`
varkor
-0
/
+64
2019-05-01
Add `consts` to `TypeRelation`
varkor
-5
/
+13
2019-05-01
Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril
bors
-8
/
+4
2019-05-01
Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb
bors
-14
/
+28
2019-05-01
Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb
Mazdak Farrokhzad
-8
/
+4
[prev]
[next]