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-09-11
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed is_nil to is_unit"
kenta7777
-1
/
+1
2018-09-10
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-08
Auto merge of #53705 - ms2300:tmp, r=oli-obk
bors
-5
/
+5
2018-09-07
remove use of `from_u32_unchecked`
Niko Matsakis
-6
/
+2
2018-09-07
switch to using `NonZeroU32` to represent indices
Niko Matsakis
-2
/
+2
2018-09-07
remove all references to `private` from outside the macro
Niko Matsakis
-3
/
+7
2018-09-07
change from tuple struct to brace struct
Niko Matsakis
-4
/
+4
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-13
/
+0
2018-09-07
change syntax of `newtype_index` to look like a struct decl
Niko Matsakis
-7
/
+11
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-5
/
+5
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-28
/
+28
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-11
/
+11
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-92
/
+92
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-3
/
+3
2018-08-22
Rename ty::Slice to ty::List
varkor
-9
/
+9
2018-08-22
miri/CTFE refactor
Ralf Jung
-9
/
+4
2018-08-19
Auto merge of #53248 - nikomatsakis:nll-trivial-sized-predicate, r=eddyb
bors
-0
/
+35
2018-08-10
skip trivial `T: Sized` predicates
Niko Matsakis
-0
/
+35
2018-08-10
Consider changing assert! to debug_assert! when it calls visit_with
ljedrz
-3
/
+3
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-17
/
+3
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
[next]