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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-19
Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis
bors
-1
/
+7
2018-06-19
Add par_body_owners
John Kåre Alsaker
-1
/
+7
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-1
/
+1
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+6
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-5
/
+5
2018-06-13
The param_env of an existential type is its function's param_env
Oliver Schneider
-0
/
+6
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-3
/
+5
2018-06-02
Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=...
bors
-1
/
+1
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-1
/
+1
2018-06-01
Add Sync impl for Slice
John Kåre Alsaker
-0
/
+2
2018-05-28
remove use of depth from `TyS` and replace with a debruijn index
Niko Matsakis
-3
/
+20
2018-05-27
Add fields to Slice
John Kåre Alsaker
-27
/
+19
2018-05-27
Make &Slice a thin pointer
John Kåre Alsaker
-10
/
+83
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-7
/
+5
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-1
/
+1
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-1
/
+1
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-2
/
+44
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-1
/
+1
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-12
/
+9
2018-05-21
rustc: avoid using intern_*(it.collect()) when mk_*(it) works better.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-4
/
+4
2018-05-16
Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis
bors
-3
/
+8
2018-05-15
Make is_global true for latebound regions
Matthew Jasper
-3
/
+8
2018-05-15
Clean up generic param handling
varkor
-2
/
+6
2018-05-15
Refactoring generic counting loops
varkor
-2
/
+2
2018-05-15
Rename param_counts to own_counts
varkor
-5
/
+5
2018-05-15
Remove GenericParamDef::to_type
varkor
-7
/
+0
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-27
/
+12
2018-05-15
Refactor generic params loops
varkor
-54
/
+6
2018-05-15
Rename RegionParamDef to LifetimeParamDef
varkor
-3
/
+3
2018-05-15
Pull common parameters into GenericParamDef
varkor
-46
/
+58
2018-05-15
Inline get_type
varkor
-8
/
+6
2018-05-15
Refactor to address comments
varkor
-14
/
+9
2018-05-15
Replace type_param_to_index with param_def_id_to_index
varkor
-1
/
+1
2018-05-15
Use GenericParamCount instead of FxHashMap
varkor
-22
/
+17
2018-05-15
Place Self at the start of ty::Generics' param lists
varkor
-12
/
+7
2018-05-15
Eliminate ty::Generics::types()
varkor
-10
/
+0
2018-05-15
Eliminate ty::Generics::lifetimes()
varkor
-10
/
+0
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-6
/
+23
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-0
/
+29
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-11
/
+11
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-11
/
+11
2018-05-15
Rename `has_type_parameters` to `requires_monomorphization`
varkor
-3
/
+5
2018-05-15
Inline Generics::own_count
varkor
-5
/
+1
2018-05-15
Prefer iterator to vec
varkor
-6
/
+6
2018-05-15
Rename ty::GenericParameterDef to GenericParam
varkor
-10
/
+10
2018-05-15
Rename ty::Generics::parameters to params
varkor
-7
/
+7
2018-05-15
Reduce parent_params to parent_count
varkor
-14
/
+14
2018-05-15
Consolidate ty::Generics
varkor
-11
/
+62
[next]