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
Mark-Simulacrum
bc0b172f3b
Remove BlockAndBuilder.funclet
2016-12-20 20:02:53 -07:00
..
back
target spec: add an asm-args field to pass arguments to the external ..
2016-12-18 22:25:46 -05:00
debuginfo
Unbox FunctionDebugContextData.
2016-12-20 20:02:51 -07:00
mir
Remove FIXME
2016-12-20 20:02:52 -07:00
abi.rs
Replace build.rs with calling functions on builder directly
2016-12-20 20:01:40 -07:00
adt.rs
Remove *_builder
2016-12-20 20:01:40 -07:00
asm.rs
Replace build.rs with calling functions on builder directly
2016-12-20 20:01:40 -07:00
assert_module_sources.rs
…
attributes.rs
Add new #[target_feature = "..."] attribute.
2016-11-29 20:32:14 -05:00
base.rs
Remove global Builder
2016-12-20 20:02:52 -07:00
basic_block.rs
…
builder.rs
Remove *_builder
2016-12-20 20:01:40 -07:00
cabi_aarch64.rs
…
cabi_arm.rs
Remove needless allows
2016-12-20 20:02:52 -07:00
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
Eagerly evaluate landing pads for cleanup scopes
2016-12-20 20:02:51 -07:00
Cargo.toml
…
cleanup.rs
Remove BlockAndBuilder.funclet
2016-12-20 20:02:53 -07:00
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
Remove BlockAndBuilder.funclet
2016-12-20 20:02:53 -07:00
consts.rs
Remove push_ctxt
2016-12-20 20:02:50 -07:00
context.rs
Remove global Builder
2016-12-20 20:02:52 -07:00
declare.rs
Refactor ty::FnSig to privatize all fields
2016-12-05 22:22:49 -07:00
diagnostics.rs
…
disr.rs
…
glue.rs
Eagerly evaluate landing pads for cleanup scopes
2016-12-20 20:02:51 -07:00
intrinsic.rs
Remove FIXME
2016-12-20 20:02:52 -07:00
lib.rs
Replace build.rs with calling functions on builder directly
2016-12-20 20:01:40 -07:00
machine.rs
…
macros.rs
…
meth.rs
Remove push_ctxt
2016-12-20 20:02:50 -07:00
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
Remove needless allows
2016-12-20 20:02:52 -07:00
type_.rs
…
type_of.rs
Remove needless allows
2016-12-20 20:02:52 -07:00
value.rs
Refactor Block into BlockAndBuilder
2016-12-20 20:01:40 -07:00
README.txt
See the README.md in ../librustc.