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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
codegen
/
adjustments.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-13
codegen: use "_N" (like for other locals) instead of "argN", for argument names.
Eduard-Mihai Burtescu
-1
/
+1
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-11-19
rustc: encode scalar pairs in layout ABI.
Eduard-Mihai Burtescu
-3
/
+3
2017-11-19
rustc_trans: go through layouts uniformly for fat pointers and variants.
Eduard-Mihai Burtescu
-4
/
+3
2017-11-19
rustc_trans: always insert alignment padding, even before the first field.
Eduard-Mihai Burtescu
-3
/
+4
2017-11-19
rustc_trans: use *[T; 0] for slice data pointers instead of *T.
Eduard-Mihai Burtescu
-3
/
+4
2017-11-07
Update codegen tests.
Michael Woerister
-1
/
+1
2017-10-26
Avoid unnecessary copies of arguments that are simple bindings
Björn Steinbrink
-4
/
+4
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-5
/
+3
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-0
/
+2
2015-09-21
Avoid loading the whole gdb debug scripts section.
Richard Diamond
-0
/
+2
2015-09-18
Skip no-op adjustments in trans
Björn Steinbrink
-0
/
+9
2015-09-17
Don't create adjustments from a type to itself
Björn Steinbrink
-0
/
+28