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
2019-02-24
reduce a code repetition like (n << amt) >> amt
kenta7777
-3
/
+2
2019-02-18
Fix style nits
Dan Robertson
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-47
/
+47
2019-02-07
Rollup merge of #58242 - notriddle:patch-3, r=zackmdavis
kennytm
-0
/
+1
2019-02-06
Document the one TyKind that isn't documented
Michael Howell
-0
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-11
/
+11
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-2
/
+2
2019-01-27
Add some size assertions for const eval types
Oliver Scherer
-0
/
+6
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-6
/
+41
2019-01-04
Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis
bors
-35
/
+39
2019-01-04
add comment to <List<ExistentialPredicates>>::principal
Ariel Ben-Yehuda
-1
/
+25
2019-01-04
avoid giving a principal to marker-only trait objects
Ariel Ben-Yehuda
-1
/
+1
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-5
/
+16
2019-01-02
improve handling for subtype
Niko Matsakis
-0
/
+7
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-26
/
+13
2019-01-01
Add `unwrap_usize` to `LazyConst`, too
Oliver Scherer
-8
/
+6
2019-01-01
Mingw is special wrt type sizes
Oliver Scherer
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-13
/
+32
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Consider privacy in more locations
varkor
-5
/
+5
2018-12-11
Update ub-uninhabit tests
varkor
-2
/
+2
2018-12-11
Add note on nonzero-sized uninhabited types
varkor
-1
/
+2
2018-12-11
Improve `conservative_is_uninhabited` comment
varkor
-3
/
+7
2018-12-11
Fix Ref inhabitedness comment
varkor
-4
/
+3
2018-12-11
Address comments
varkor
-1
/
+5
2018-12-11
Make uninhabitedness checking more intelligent
varkor
-3
/
+29
2018-12-11
Check for uninhabitedness instead of never
varkor
-0
/
+11
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-16
/
+14
2018-12-06
Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis
Pietro Albini
-2
/
+2
2018-12-06
Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...
Pietro Albini
-0
/
+7
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-2
/
+2
2018-11-30
Add precise_pointer_size_matching feature
varkor
-0
/
+7
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
[next]