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
/
tests
/
codegen
/
function-arguments.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-278
/
+0
2025-07-01
Remove support for dyn*
Michael Goulet
-9
/
+0
2025-02-11
tests/codegen: use -Copt-level=3 instead of -O
Jubilee Young
-1
/
+1
2025-01-30
LLVM changed the nocapture attribute to captures(none)
Hans Wennborg
-2
/
+2
2024-11-08
pointee_info_at: fix logic for recursing into enums
Ralf Jung
-4
/
+20
2024-10-23
Set `signext` or `zeroext` for integer arguments on RISC-V
Asuna
-4
/
+4
2024-08-11
Add range attribute to scalar function results and arguments
Andreas Jonson
-3
/
+3
2024-05-31
Run rustfmt on `tests/codegen/`.
Nicholas Nethercote
-80
/
+52
2024-04-25
Auto merge of #121298 - nikic:writable, r=cuviper
bors
-1
/
+1
2024-04-25
Set writable and dead_on_unwind attributes for sret arguments
Nikita Popov
-1
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-03-11
Auto merge of #122050 - erikdesjardins:sret, r=nikic
bors
-1
/
+1
2024-03-05
use [N x i8] for byval/sret types
Erik Desjardins
-1
/
+1
2024-03-05
only set noalias on Box with the global allocator
Ralf Jung
-0
/
+10
2024-02-25
Use generic `NonZero` in tests.
Markus Reiter
-4
/
+4
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-12-15
Separate immediate and in-memory ScalarPair representation
Nikita Popov
-1
/
+1
2023-07-27
CHECK only for opaque ptr
Josh Stone
-32
/
+32
2023-07-10
rustc_target: Add alignment to indirectly-passed by-value types, correcting the
Patrick Walton
-2
/
+2
2023-07-08
Always name the return place.
Camille GILLOT
-1
/
+1
2023-02-18
Make dyn* have the same scalar pair ABI as corresponding fat pointer
Michael Goulet
-1
/
+3
2023-02-18
Add codegen test
Michael Goulet
-0
/
+7
2023-02-06
also do not add noalias on not-Unpin Box
Ralf Jung
-2
/
+8
2023-02-06
make &mut !Unpin not dereferenceable
Ralf Jung
-1
/
+15
2023-01-17
Add more codegen tests
Nilstrieb
-1
/
+27
2023-01-17
Put `noundef` on all scalars that don't allow uninit
Nilstrieb
-15
/
+15
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+235