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
Michael Woerister
a8e34dfc29
trans: Make partitioning available in LocalCrateContext.
2016-05-09 16:17:00 -04:00
..
back
Restructure trans_crate() so that codegen unit partitioning happens before creating LocalCrateContexts.
2016-05-09 16:17:00 -04:00
debuginfo
debuginfo: Fix regression in namespace handling for struct types.
2016-05-01 23:45:33 -04:00
mir
trans: Make glue::get_drop_glue_type() independent of CrateContext.
2016-05-09 16:17:00 -04:00
_match.rs
…
abi.rs
…
adt.rs
…
asm.rs
…
attributes.rs
…
base.rs
Restructure trans_crate() so that codegen unit partitioning happens before creating LocalCrateContexts.
2016-05-09 16:17:00 -04:00
basic_block.rs
…
build.rs
…
builder.rs
Factor out function call checking to a helper method
2016-04-28 13:18:51 +12:00
cabi_aarch64.rs
…
cabi_arm.rs
…
cabi_asmjs.rs
…
cabi_mips.rs
…
cabi_powerpc64.rs
…
cabi_powerpc.rs
…
cabi_x86_64.rs
…
cabi_x86_win64.rs
…
cabi_x86.rs
…
callee.rs
trans: Make common::fulfill_obligation only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
Cargo.toml
…
cleanup.rs
…
closure.rs
…
collector.rs
Make trans::collector only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
common.rs
trans: Make common::fulfill_obligation only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
consts.rs
Make trans::collector only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
context.rs
trans: Make partitioning available in LocalCrateContext.
2016-05-09 16:17:00 -04:00
controlflow.rs
…
datum.rs
…
declare.rs
Add opt-level options for optimizing for size and minimum size. This attempts
2016-04-28 23:08:30 -07:00
diagnostics.rs
Translate constants from MIR instead of going through trans::expr/consts.
2016-05-07 07:19:10 +03:00
disr.rs
…
expr.rs
trans: Make base::custom_coerce_unsize_info only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
glue.rs
Make trans::collector only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
inline.rs
Remove unused trait imports flagged by lint
2016-05-03 18:48:34 +09:00
intrinsic.rs
Auto merge of
#33130
- eddyb:mir-const, r=nikomatsakis
2016-05-08 00:31:40 -07:00
lib.rs
…
machine.rs
…
macros.rs
…
meth.rs
trans: Make common::fulfill_obligation only depend on SharedCrateContext.
2016-05-09 16:17:00 -04:00
monomorphize.rs
…
partitioning.rs
Restructure trans_crate() so that codegen unit partitioning happens before creating LocalCrateContexts.
2016-05-09 16:17:00 -04:00
README.txt
…
symbol_names_test.rs
…
tvec.rs
…
type_.rs
…
type_of.rs
…
value.rs
…
README.txt
See the README.md in ../librustc.