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
ec518a0069
Remove EarlyExitLabel, it only has one variant and is as such useless
2016-12-20 20:02:48 -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
Refactor Block into BlockAndBuilder
2016-12-20 20:01:40 -07:00
mir
Rename LandingPad to Funclet
2016-12-20 20:02:48 -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
Rename LandingPad to Funclet
2016-12-20 20:02:48 -07:00
basic_block.rs
…
builder.rs
Remove *_builder
2016-12-20 20:01:40 -07:00
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
Remove common::Block.
2016-12-20 20:02:46 -07:00
Cargo.toml
…
cleanup.rs
Remove EarlyExitLabel, it only has one variant and is as such useless
2016-12-20 20:02:48 -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
Rename LandingPad to Funclet
2016-12-20 20:02:48 -07:00
consts.rs
Emit 'dllimport' attribute for dylib foreign items on Windows.
2016-12-01 16:22:04 -08:00
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
Rename LandingPad to Funclet
2016-12-20 20:02:48 -07:00
intrinsic.rs
Remove common::Block.
2016-12-20 20:02:46 -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 common::Block.
2016-12-20 20:02:46 -07:00
monomorphize.rs
rustc: simplify AdtDef by removing the field types and ty::ivar.
2016-11-29 21:24:26 +02:00
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
revamp
Visitor
with a single method for controlling nested visits
2016-11-29 13:04:27 +01:00
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 common::Block.
2016-12-20 20:02:46 -07:00
type_.rs
…
type_of.rs
Refactor TyTrait to contain a interned ExistentialPredicate slice.
2016-11-28 18:09:13 -07:00
value.rs
Refactor Block into BlockAndBuilder
2016-12-20 20:01:40 -07:00
README.txt
See the README.md in ../librustc.