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-10-25
Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank
Pietro Albini
-1
/
+1
2018-10-23
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-22
add a table to track user-provided signatures
Niko Matsakis
-1
/
+4
2018-10-20
Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type
Fabian Drinck
-3
/
+11
2018-10-20
Rename CanonicalVar to BoundTyIndex
Fabian Drinck
-3
/
+3
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-9
/
+7
2018-10-06
Auto merge of #54859 - pietroalbini:rollup, r=pietroalbini
bors
-1
/
+16
2018-10-05
Rollup merge of #54781 - phansch:master, r=varkor
Pietro Albini
-1
/
+16
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-13
/
+5
2018-10-05
Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis
bors
-0
/
+16
2018-10-04
Further improve docs for `FnDef` and `FnPtr`
Philipp Hansch
-8
/
+6
2018-10-04
remove occurences of `skolemization`
Niko Matsakis
-3
/
+2
2018-10-04
remove all occurences of `skolemize`
Niko Matsakis
-1
/
+1
2018-10-04
extend NLL universe code to have >1 placeholder within one universe
Niko Matsakis
-2
/
+2
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-16
/
+16
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-1
/
+8
2018-10-03
Add examples to `TyKind::FnDef` and `TyKind::FnPtr` docs
Philipp Hansch
-0
/
+17
2018-10-03
rustc/ty: simplify some patterns
ljedrz
-13
/
+5
2018-10-01
Introduce language items for `Arc` and `Rc`.
David Wood
-0
/
+16
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-5
/
+5
2018-09-25
Lower `impl Trait` types in locals.
Alexander Regueiro
-4
/
+4
2018-09-23
Correctly handle named lifetimes.
David Wood
-0
/
+17
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
[next]