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
/
compiler
/
rustc_middle
/
src
/
ty
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-6
/
+5
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-4
/
+4
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-06
Rollup merge of #76995 - LingMan:middle_matches, r=varkor
Yuki Okushi
-4
/
+1
2020-10-02
Returns values up to 2*usize by value
Jonas Schievink
-2
/
+3
2020-09-26
Return values up to 128 bits in registers
Jonas Schievink
-4
/
+8
2020-09-25
Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb
bors
-65
/
+47
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-4
/
+1
2020-09-20
do not ICE on `ty::Bound` in Layout::compute
Bastian Kauschke
-2
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-14
/
+16
2020-09-02
Fix some unwanted uses of Debug formatting on user-facing messages
Dan Aloni
-2
/
+2
2020-08-30
ignore zst offsets instead
Erik Desjardins
-78
/
+53
2020-08-30
allow reordering of the last field of a MaybeUnsized struct if it's a ZST
Erik Desjardins
-6
/
+13
2020-08-30
mv compiler to compiler/
mark
-0
/
+2829