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
7f5dffbb19
Make debuginfo take debug_context instead of MirContext
2016-12-20 20:03:34 -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
Make debuginfo take debug_context instead of MirContext
2016-12-20 20:03:34 -07:00
mir
Make debuginfo take debug_context instead of MirContext
2016-12-20 20:03:34 -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
…
attributes.rs
…
base.rs
Remove llretslotptr from FunctionContext
2016-12-20 20:03:33 -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
…
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
…
callee.rs
Fix and cleanup callee shims
2016-12-20 20:03:34 -07:00
Cargo.toml
…
cleanup.rs
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -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
Remove llretslotptr from FunctionContext
2016-12-20 20:03:33 -07:00
consts.rs
Remove push_ctxt
2016-12-20 20:02:50 -07:00
context.rs
Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it.
2016-12-20 20:03:32 -07:00
declare.rs
…
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
…
partitioning.rs
…
README.txt
…
symbol_map.rs
…
symbol_names_test.rs
…
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.