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
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-14
some more refactor of FnType. Things build now
Saleem Jaffer
-76
/
+110
2019-05-10
refactor some `FnType` stuff to `rustc::ty::layout`
Saleem Jaffer
-0
/
+349
2019-05-05
code review fixes
Saleem Jaffer
-19
/
+18
2019-05-04
removing param_env from pointee_info_at
Saleem Jaffer
-5
/
+2
2019-05-04
resolving conflicts
Saleem Jaffer
-4
/
+3
2019-05-04
adding HasParamEnv trait
Saleem Jaffer
-10
/
+12
2019-05-04
adding is_freeze to TyLayoutMethods
Saleem Jaffer
-0
/
+8
2019-05-04
removing map_same from MaybeResult
Saleem Jaffer
-25
/
+19
2019-05-04
add to_result to ty::MaybeResult
Saleem Jaffer
-8
/
+15
2019-05-04
resolving conflicts
Saleem Jaffer
-22
/
+23
2019-05-04
Make line fit within 100 character limit.
Daan de Graaf
-1
/
+2
2019-05-04
Add param_env parameter to pointee_info_at.
Daan de Graaf
-2
/
+5
2019-05-04
Return instead of collecting to mut result.
Daan de Graaf
-8
/
+12
2019-05-04
Fix typo in src/librustc/ty/layout.rs
Oliver Scherer
-1
/
+1
2019-05-04
Move pointee_info_at to TyLayoutMethods.
Daan de Graaf
-0
/
+127
2019-05-04
Auto merge of #59897 - tmandry:variantful-generators, r=eddyb
bors
-10
/
+77
2019-05-03
Address review comments
Tyler Mandry
-3
/
+9
2019-05-01
Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb
bors
-2
/
+2
2019-04-26
Update handling of Tuple
varkor
-3
/
+4
2019-04-25
Update existing usages
varkor
-2
/
+2
2019-04-25
Support variantful generators
Tyler Mandry
-10
/
+71
2019-04-11
Add discr_index to multi-variant layouts
Tyler Mandry
-0
/
+4
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-23
/
+34
2019-02-28
Ensure `record_layout_for_printing()` is inlined.
Nicholas Nethercote
-10
/
+12
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-11
/
+11
2019-01-12
Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-...
Mazdak Farrokhzad
-1
/
+5
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Sidestep ICE in `FieldPlacement::count` by not calling it when count will not...
Felix S. Klock II
-1
/
+5
2018-12-11
Consider privacy in more locations
varkor
-2
/
+2
2018-12-11
Use unions for uninhabitedness checking rather than mem::transmute
varkor
-1
/
+1
2018-12-11
conservative_is_uninhabited implies abi.is_uninhabited
varkor
-4
/
+10
2018-12-11
Nonempty arrays of uninhabited arrays are Abi::Uninhabited
varkor
-1
/
+7
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-1
/
+3
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-46
/
+41
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-14
/
+18
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-7
/
+7
2018-11-18
Rollup merge of #55834 - ogoffart:union-abi, r=eddyb
Pietro Albini
-1
/
+34
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-13
Forward the ABI of the non-zero sized fields of an union if they have the sam...
Olivier Goffart
-1
/
+34
2018-11-12
Use IndexVec instead of `usize` in librustc
Oliver Scherer
-26
/
+45
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-15
/
+14
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-2
/
+7
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-19
/
+20
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-3
/
+3
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-19
/
+20
2018-09-30
use is_uninhabited in more places
Jorge Aparicio
-5
/
+5
[next]