This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
librustc_trans
History
Austin Hicks
adae9bc25e
Make tidy
2016-12-14 12:28:21 -05:00
..
back
Improve debug output in trans:
🔙
:symbol_export.
2016-12-08 17:06:56 -05:00
debuginfo
Make tidy
2016-12-14 12:28:21 -05:00
mir
Incorporate a bunch of review comments.
2016-12-14 12:28:20 -05:00
abi.rs
Refactor FnSig to contain a Slice for its inputs and outputs.
2016-12-05 22:33:38 -07:00
adt.rs
Incorporate a bunch of review comments.
2016-12-14 12:28:20 -05:00
asm.rs
…
assert_module_sources.rs
…
attributes.rs
…
base.rs
Optimize anything using a layout::Struct by introducing a mapping from source code field order to in-memory field order and sorting by alignment.
2016-12-14 12:28:18 -05:00
basic_block.rs
…
build.rs
…
builder.rs
…
cabi_aarch64.rs
…
cabi_arm.rs
…
cabi_asmjs.rs
…
cabi_mips64.rs
…
cabi_mips.rs
…
cabi_msp430.rs
…
cabi_powerpc64.rs
…
cabi_powerpc.rs
…
cabi_s390x.rs
…
cabi_x86_64.rs
…
cabi_x86_win64.rs
…
cabi_x86.rs
OpenBSD under x86 has particular ABI for returning a struct.
2016-12-04 07:18:56 +01:00
callee.rs
Auto merge of
#37973
- vadimcn:dllimport, r=alexcrichton
2016-12-06 10:54:45 +00:00
Cargo.toml
…
cleanup.rs
…
collector.rs
move the check for instantiation from metadata encoding to the actual decision site
2016-12-09 17:29:01 +01:00
common.rs
Refactor FnSig to contain a Slice for its inputs and outputs.
2016-12-05 22:33:38 -07:00
consts.rs
…
context.rs
Do not generate '@' character in symbol names.
2016-12-12 21:56:52 +03:00
declare.rs
Refactor ty::FnSig to privatize all fields
2016-12-05 22:22:49 -07:00
diagnostics.rs
…
disr.rs
…
glue.rs
…
intrinsic.rs
Refactor FnSig to contain a Slice for its inputs and outputs.
2016-12-05 22:33:38 -07:00
lib.rs
Refactor symbol export list generation.
2016-12-05 11:05:25 -05:00
machine.rs
…
macros.rs
…
meth.rs
…
monomorphize.rs
…
partitioning.rs
incr.comp.: Take symbol visibility into account for CGU hashes.
2016-12-09 17:47:56 -05:00
README.txt
…
symbol_map.rs
…
symbol_names_test.rs
…
trans_item.rs
Refactor FnSig to contain a Slice for its inputs and outputs.
2016-12-05 22:33:38 -07:00
tvec.rs
…
type_.rs
…
type_of.rs
…
value.rs
…
README.txt
See the README.md in ../librustc.