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
/
ty
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-18
Implement existential types
Oliver Schneider
-2
/
+4
2018-07-14
Remove `ty_to_def_id`
Oliver Schneider
-11
/
+0
2018-07-02
use `ty::TraitRef::identity` where possible
Niko Matsakis
-0
/
+9
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-35
/
+11
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-35
/
+11
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for associated type bindings in HIR
Vadim Petrochenkov
-3
/
+3
2018-06-28
Auto merge of #51444 - estebank:impl-static, r=nikomatsakis
bors
-0
/
+7
2018-06-24
Update broken rustc-guide links
Alex Kitchens
-1
/
+1
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-14
/
+9
2018-06-15
Fix compile error
Fabian Drinck
-5
/
+5
2018-06-14
Fix typo DebrujinIndex -> DebruijnIndex
Fabian Drinck
-1
/
+1
2018-06-14
Add DEBUG_FORMAT for DebruijnIndex
Fabian Drinck
-0
/
+1
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-16
/
+10
2018-06-09
Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp
Havvy
-1
/
+3
2018-06-08
Suggestion for 'static impl Trait return
Esteban Küber
-0
/
+7
2018-05-28
change to 0-based indices
Niko Matsakis
-12
/
+12
2018-05-28
make depth private
Niko Matsakis
-1
/
+1
2018-05-28
remove use of depth from `TyS` and replace with a debruijn index
Niko Matsakis
-2
/
+2
2018-05-28
rewrite the hasher to not access `depth` field
Niko Matsakis
-0
/
+4
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-6
/
+1
2018-05-28
make `shifted_in` and `shifted_out` const fns
Niko Matsakis
-2
/
+2
2018-05-28
port `fold_regions` and friends to use debruijn indices directly
Niko Matsakis
-5
/
+51
2018-05-28
introduce `shifted_in`, `shifted_out` and friends
Niko Matsakis
-1
/
+30
2018-05-26
Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis
kennytm
-0
/
+19
2018-05-24
Use AllFacts from polonius-engine
Santiago Pastorino
-0
/
+19
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-2
/
+2
2018-05-24
`tcx.lift_to_global` > `tcx.global_tcx().lift`
Oliver Schneider
-6
/
+6
2018-05-24
Sanity check the `bits` argument to the `from_bits` function
Oliver Schneider
-3
/
+6
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-39
/
+33
2018-05-24
primval -> scalar rename
Oliver Schneider
-6
/
+6
2018-05-24
Floats are scalars!
Oliver Schneider
-0
/
+2
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-12
/
+36
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-2
/
+2
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-5
/
+5
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-16
/
+16
2018-05-22
Get rid of literal_alloc_cache
John Kåre Alsaker
-0
/
+8
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-4
/
+36
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-10
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-05-16
Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis
bors
-3
/
+5
2018-05-15
Make is_global true for latebound regions
Matthew Jasper
-3
/
+5
2018-05-15
Refactor generic params loops
varkor
-1
/
+1
2018-05-15
Pull common parameters into GenericParamDef
varkor
-2
/
+2
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-1
/
+1
2018-05-15
Reduce parent_params to parent_count
varkor
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-0
/
+153
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-9
/
+6
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-43
/
+105
[next]