This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aacf840ea6
rust
/
compiler
/
rustc_codegen_ssa
/
src
/
back
History
Download ZIP
Download TAR.GZ
Nicholas Nethercote
731469fee5
Convert
Option<&Lrc<T>>
return types to
Option<&T>
.
...
It's simpler and more concise.
2024-10-07 13:56:29 +11:00
..
rpath
Reformat using the new identifier sorting from rustfmt
2024-09-22 19:11:29 -04:00
archive.rs
Reformat using the new identifier sorting from rustfmt
2024-09-22 19:11:29 -04:00
command.rs
Minimize visibilities.
2024-09-17 16:24:33 +10:00
link.rs
Rollup merge of
#131016
- madsmtm:no-sdk-version-in-object, r=jieyouxu
2024-10-02 17:10:43 +02:00
linker.rs
Only add an automatic SONAME for Rust dylibs
2024-09-27 15:53:26 -07:00
lto.rs
Reformat using the new identifier sorting from rustfmt
2024-09-22 19:11:29 -04:00
metadata.rs
Do not specify an SDK version in object files
2024-09-29 14:45:09 +02:00
mod.rs
Minimize visibilities.
2024-09-17 16:24:33 +10:00
rpath.rs
Minimize visibilities.
2024-09-17 16:24:33 +10:00
symbol_export.rs
Reformat using the new identifier sorting from rustfmt
2024-09-22 19:11:29 -04:00
write.rs
Convert
Option<&Lrc<T>>
return types to
Option<&T>
.
2024-10-07 13:56:29 +11:00