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
Eduard Burtescu
36340ba994
rustc: move mir::repr::* to mir.
2016-10-28 10:37:24 +03:00
..
back
ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. fingerprints.
2016-10-17 12:40:25 -04:00
debuginfo
rustc: move mir::repr::* to mir.
2016-10-28 10:37:24 +03:00
mir
rustc: move mir::repr::* to mir.
2016-10-28 10:37:24 +03:00
abi.rs
…
adt.rs
trans: pad const structs to aligned size
2016-10-20 22:27:06 +02:00
asm.rs
…
assert_module_sources.rs
…
attributes.rs
…
base.rs
Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup} calls.
2016-10-25 20:06:17 -06:00
basic_block.rs
…
build.rs
…
builder.rs
Inject bitcast if types mismatch when building a store instruction.
2016-10-12 19:26:06 +02:00
cabi_aarch64.rs
…
cabi_arm.rs
…
cabi_asmjs.rs
…
cabi_mips64.rs
…
cabi_mips.rs
…
cabi_powerpc64.rs
…
cabi_powerpc.rs
…
cabi_s390x.rs
…
cabi_x86_64.rs
…
cabi_x86_win64.rs
…
cabi_x86.rs
…
callee.rs
Auto merge of
#37270
- Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb
2016-10-26 03:47:55 -07:00
Cargo.toml
…
cleanup.rs
…
closure.rs
normalize types every time HR regions are erased
2016-10-13 19:17:53 +03:00
collector.rs
rustc: move mir::repr::* to mir.
2016-10-28 10:37:24 +03:00
common.rs
Auto merge of
#37270
- Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb
2016-10-26 03:47:55 -07:00
consts.rs
trans: Make names of internal symbols independent of CGU translation order.
2016-10-21 14:58:53 -04:00
context.rs
rustc: move mir::repr::* to mir.
2016-10-28 10:37:24 +03:00
declare.rs
normalize types every time HR regions are erased
2016-10-13 19:17:53 +03:00
diagnostics.rs
…
disr.rs
…
glue.rs
Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup} calls.
2016-10-25 20:06:17 -06:00
intrinsic.rs
normalize types every time HR regions are erased
2016-10-13 19:17:53 +03:00
lib.rs
Stabilise
?
2016-10-12 08:40:22 +13:00
machine.rs
…
macros.rs
…
meth.rs
prefer
if let
to match with
None => { }
arm in some places
2016-10-17 19:00:20 -07:00
monomorphize.rs
…
partitioning.rs
Rollup merge of
#36960
- michaelwoerister:linker-regression, r=eddyb
2016-10-06 08:35:42 -07:00
README.txt
…
symbol_map.rs
…
symbol_names_test.rs
…
trans_item.rs
Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup} calls.
2016-10-25 20:06:17 -06:00
tvec.rs
…
type_.rs
…
type_of.rs
normalize types every time HR regions are erased
2016-10-13 19:17:53 +03:00
value.rs
…
README.txt
See the README.md in ../librustc.