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
Niko Matsakis
ae8cb22fb9
factor out collection of impl-items into a distinct fn
2016-11-16 13:57:46 -05:00
..
back
use write::run_assembler
2016-11-12 17:45:15 -05:00
debuginfo
rustc: move closure upvar types to the closure substs
2016-11-12 19:00:50 +02:00
mir
Auto merge of
#37672
- japaric:msp430, r=alexcrichton
2016-11-15 01:27:47 -08:00
abi.rs
add cabi_msp430
2016-11-13 11:03:44 -05:00
adt.rs
rustc: move closure upvar types to the closure substs
2016-11-12 19:00:50 +02:00
asm.rs
…
assert_module_sources.rs
…
attributes.rs
…
base.rs
Make names of types used in LLVM IR stable.
2016-11-13 19:49:46 -05:00
basic_block.rs
…
build.rs
…
builder.rs
…
cabi_aarch64.rs
…
cabi_arm.rs
…
cabi_asmjs.rs
…
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
…
cabi_x86_win64.rs
…
cabi_x86.rs
…
callee.rs
factor out collection of impl-items into a distinct fn
2016-11-16 13:57:46 -05:00
Cargo.toml
…
cleanup.rs
…
collector.rs
fallout from separating impl-items from impls
2016-11-16 13:57:43 -05:00
common.rs
rustc_trans: translate closures using the collector
2016-11-12 20:08:03 +02:00
consts.rs
rustc: clean up lookup_item_type and remove TypeScheme.
2016-11-10 16:49:53 +02:00
context.rs
Remove unused method CrateContext::rotate().
2016-11-13 19:49:57 -05:00
declare.rs
Auto merge of
#37714
- alexcrichton:builtins-hidden, r=nikomatsakis
2016-11-15 04:42:28 -08:00
diagnostics.rs
…
disr.rs
…
glue.rs
rustc: move closure upvar types to the closure substs
2016-11-12 19:00:50 +02:00
intrinsic.rs
…
lib.rs
Auto merge of
#37672
- japaric:msp430, r=alexcrichton
2016-11-15 01:27:47 -08:00
machine.rs
…
macros.rs
…
meth.rs
…
monomorphize.rs
…
partitioning.rs
rustc: clean up lookup_item_type and remove TypeScheme.
2016-11-10 16:49:53 +02:00
README.txt
…
symbol_map.rs
…
symbol_names_test.rs
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
2016-11-16 13:51:36 -05:00
trans_item.rs
Make names of types used in LLVM IR stable.
2016-11-13 19:49:46 -05:00
tvec.rs
…
type_.rs
Get rid of superfluous HashMap in LocalCrateContext. We only need the str slice type.
2016-11-10 16:15:06 -05:00
type_of.rs
Make names of types used in LLVM IR stable.
2016-11-13 19:49:46 -05:00
value.rs
…
README.txt
See the README.md in ../librustc.