Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
back rustc: Move bytecode compression into codegen Oct 21, 2017
debuginfo trans_ -> fully_ prefix Oct 21, 2017
mir Avoid unnecessary allocas for indirect function arguments Oct 18, 2017
Cargo.toml Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support Oct 12, 2017
README.md rework the README.md for rustc and add other readmes Sep 19, 2017
abi.rs Avoid unnecessary allocas for indirect function arguments Oct 18, 2017
adt.rs trans_ -> fully_ prefix Oct 21, 2017
allocator.rs rustc: Implement the #[global_allocator] attribute Jul 5, 2017
asm.rs Expose LLVM appendModuleInlineAsm Apr 13, 2017
assert_module_sources.rs incr.comp.: Use red/green tracking for CGU re-use. Oct 2, 2017
attributes.rs std: Mark allocation functions as nounwind Aug 28, 2017
base.rs Auto merge of #45381 - bjorn3:move_collector_out_of_trans, r=nikomats… Oct 21, 2017
build.rs rustc: Add some build scripts for librustc crates Jul 23, 2017
builder.rs rustc: Move codegen to a query Sep 17, 2017
cabi_aarch64.rs Correct the spelling of "homogeneous" Jul 22, 2017
cabi_arm.rs Support homogeneous aggregates for hard-float ARM Jul 28, 2017
cabi_asmjs.rs Correct the spelling of "homogeneous" Jul 22, 2017
cabi_hexagon.rs Add Hexagon support Apr 25, 2017
cabi_mips.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_mips64.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_msp430.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_nvptx.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_nvptx64.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_powerpc.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_powerpc64.rs powerpc64: improve extern struct ABI Sep 2, 2017
cabi_s390x.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_sparc.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
cabi_sparc64.rs Correct the spelling of "homogeneous" Jul 22, 2017
cabi_x86.rs x86: return single-float aggregates in a float register Sep 2, 2017
cabi_x86_64.rs rustc_trans: do not treat byval as using up registers. Apr 18, 2017
cabi_x86_win64.rs rustc_trans: use ty::layout for ABI computation instead of LLVM types. Apr 9, 2017
callee.rs rustc: Add LLVM `nounwind` with `-C panic=abort` Oct 11, 2017
common.rs Move collector to rustc_trans_utils Oct 19, 2017
consts.rs incr.comp.: Use red/green tracking for CGU re-use. Oct 2, 2017
context.rs trans_ -> fully_ prefix Oct 21, 2017
declare.rs rustc: Add LLVM `nounwind` with `-C panic=abort` Oct 11, 2017
diagnostics.rs rustc: Move some attr methods to queries Sep 17, 2017
glue.rs rustc: Move codegen to a query Sep 17, 2017
intrinsic.rs rustc: replace usize with u64 and ConstUsize. Sep 11, 2017
lib.rs rustc: Move bytecode compression into codegen Oct 21, 2017
llvm_util.rs introduce a whitelist for aarch64 Oct 16, 2017
machine.rs rustc: replace usize with u64 and ConstUsize. Sep 11, 2017
metadata.rs Thread through the original error when opening archives Jul 21, 2017
meth.rs Wrap vtable_methods return type in RC Oct 13, 2017
partitioning.rs Move collector to rustc_trans_utils Oct 19, 2017
symbol_names_test.rs cache symbol names in ty::maps Apr 26, 2017
time_graph.rs rustc: Implement ThinLTO Oct 7, 2017
trans_item.rs Move collector to rustc_trans_utils Oct 19, 2017
tvec.rs rustc: replace usize with u64 and ConstUsize. Sep 11, 2017
type_.rs rustc: Specify c_int width for each target Sep 30, 2017
type_of.rs rustc: use ty::Const for the length of TyArray. Sep 11, 2017
value.rs Inline last remaining use of Callee::call and delete unused code Dec 21, 2016