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
f103ea4f89
Remove unecessary logic.
2016-12-20 20:03:36 -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
Add helper function to set debug locations
2016-12-20 20:03:35 -07:00
mir
Add helper function to set debug locations
2016-12-20 20:03:35 -07:00
abi.rs
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -07:00
adt.rs
Rebase fixes
2016-12-20 20:03:33 -07:00
asm.rs
Rename 'blk and 'bcx to 'a
2016-12-20 20:03:31 -07:00
assert_module_sources.rs
Use
Symbol
instead of
InternedString
in the AST, HIR, and various other places.
2016-11-21 09:00:55 +00:00
attributes.rs
Add new #[target_feature = "..."] attribute.
2016-11-29 20:32:14 -05:00
base.rs
Remove unecessary logic.
2016-12-20 20:03:36 -07:00
builder.rs
Rename 'blk and 'bcx to 'a
2016-12-20 20:03:31 -07:00
cabi_aarch64.rs
…
cabi_arm.rs
Remove needless allows
2016-12-20 20:02:52 -07:00
cabi_asmjs.rs
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in LLVM 4.0.
2016-11-17 21:12:26 +01:00
cabi_mips64.rs
…
cabi_mips.rs
…
cabi_msp430.rs
add cabi_msp430
2016-11-13 11:03:44 -05:00
cabi_powerpc64.rs
…
cabi_powerpc.rs
…
cabi_s390x.rs
…
cabi_x86_64.rs
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in LLVM 4.0.
2016-11-17 21:12:26 +01:00
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
Fix and cleanup callee shims
2016-12-20 20:03:34 -07:00
Cargo.toml
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in LLVM 4.0.
2016-11-17 21:12:26 +01:00
cleanup.rs
Clean up uses of set_personality_fn.
2016-12-20 20:03:35 -07:00
collector.rs
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -07:00
common.rs
Clean up uses of set_personality_fn.
2016-12-20 20:03:35 -07:00
consts.rs
Remove push_ctxt
2016-12-20 20:02:50 -07:00
context.rs
Change param_env to empty_param_env
2016-12-20 20:03:35 -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
Remove unreachable call to unreachable
2016-12-20 20:03:34 -07:00
intrinsic.rs
Don't special case abort/unreachable intrinsics
2016-12-20 20:03:33 -07:00
lib.rs
Inline last remaining use of Callee::call and delete unused code
2016-12-20 20:03:31 -07:00
machine.rs
…
macros.rs
…
meth.rs
Fix and cleanup callee shims
2016-12-20 20:03:34 -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
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -07:00
tvec.rs
Make add_incoming_to_phi call slightly less confusing.
2016-12-20 20:03:33 -07:00
type_.rs
…
type_of.rs
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -07:00
value.rs
Inline last remaining use of Callee::call and delete unused code
2016-12-20 20:03:31 -07:00
README.txt
See the README.md in ../librustc.