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-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-0
/
+8
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-7
/
+5
2018-11-24
Rename some occurences of `skol` to `placeholder`
scalexm
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+5
2018-11-24
Distinguish between placeholder kinds
scalexm
-1
/
+1
2018-11-13
Move two `static_assert!`s to better spots.
Nicholas Nethercote
-0
/
+4
2018-11-11
Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...
Pietro Albini
-14
/
+12
2018-11-08
Use `SmallVec` outparams in several functions.
Nicholas Nethercote
-14
/
+12
2018-11-07
Added error for duplicate bindings of associated type.
Alexander Regueiro
-9
/
+9
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-1
/
+1
2018-11-03
Rename `as_bound_var` to `assert_bound_var`
scalexm
-1
/
+1
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-7
/
+7
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-14
/
+16
2018-11-03
Rename `BoundTy` field `level` -> `index`
scalexm
-4
/
+4
2018-11-03
Rename `BoundTyIndex` to `BoundVar`
scalexm
-4
/
+4
2018-11-03
Shift both late bound regions and bound types
scalexm
-6
/
+5
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-5
/
+25
2018-11-03
Fixed unsoundness hole.
Alexander Regueiro
-1
/
+1
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
[next]