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
0fc9f9a200
Make the codegen unit partitioner also emit item declarations.
2016-04-28 16:53:00 -04:00
..
back
Introduce the
init_llvm
function
2016-04-09 00:41:23 +02:00
debuginfo
Auto merge of
#33099
- eddyb:issue-33096, r=michaelwoerister
2016-04-26 00:36:03 -07:00
mir
Factor out function call checking to a helper method
2016-04-28 13:18:51 +12:00
_match.rs
Rollup merge of
#32646
- Ms2ger:Constructor, r=sanxiyn
2016-04-14 14:49:09 -04:00
abi.rs
Compute LLVM-agnostic type layouts in rustc.
2016-04-19 16:08:45 +03:00
adt.rs
…
asm.rs
…
attributes.rs
…
base.rs
Make the codegen unit partitioner also emit item declarations.
2016-04-28 16:53: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: always register an item's symbol, even if duplicated.
2016-04-14 08:39:23 +03:00
Cargo.toml
…
cleanup.rs
…
closure.rs
trans: use DefKey directly in debuginfo for paths.
2016-04-11 20:49:07 +03:00
collector.rs
Make the codegen unit partitioner also emit item declarations.
2016-04-28 16:53:00 -04:00
common.rs
…
consts.rs
thread tighter span for closures around
2016-04-24 18:10:57 +05:30
context.rs
Compute LLVM-agnostic type layouts in rustc.
2016-04-19 16:08:45 +03:00
controlflow.rs
trans: initial implementation of MIR debuginfo.
2016-04-11 20:51:45 +03:00
datum.rs
…
declare.rs
…
diagnostics.rs
Check transmutes between types without statically known sizes.
2016-04-19 17:03:30 +03:00
disr.rs
…
expr.rs
thread tighter span for closures around
2016-04-24 18:10:57 +05:30
glue.rs
Let the translation item collector make a distinction between drop-glue kinds
2016-04-28 14:36:34 -04:00
inline.rs
…
intrinsic.rs
Check transmutes between types without statically known sizes.
2016-04-19 17:03:30 +03:00
lib.rs
Add initial version of codegen unit partitioning for incremental compilation.
2016-04-15 10:05:53 -04:00
machine.rs
…
macros.rs
…
meth.rs
trans: use Instance in trans_closure and FunctionContext::new.
2016-04-11 20:49:07 +03:00
monomorphize.rs
…
partitioning.rs
Make the codegen unit partitioner also emit item declarations.
2016-04-28 16:53:00 -04:00
README.txt
…
symbol_names_test.rs
…
tvec.rs
…
type_.rs
…
type_of.rs
Guard against rustc::layout diverging from rustc_trans.
2016-04-19 16:08:45 +03:00
value.rs
…
README.txt
See the README.md in ../librustc.