about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-08-14Update rustc-demangle to 0.1.16.Eduard-Mihai Burtescu-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+0
Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that!
2019-06-02remove unneeded depsMark Mansi-1/+0
2019-05-31rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.Eduard-Mihai Burtescu-4/+0
2019-05-31rustc_codegen_utils: update mw's symbol mangler implementation.Eduard-Mihai Burtescu-1/+1
2019-05-31rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ↵Eduard-Mihai Burtescu-0/+4
mangling impl.
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-0/+1
2019-05-31rustc_codegen_utils: test demangler output, not just symbol names.Eduard-Mihai Burtescu-0/+1
2019-03-16Remove MetadataOnlyCodegenBackendbjorn3-1/+0
2019-02-08librustc_codegen_utils => 2018Taiki Endo-0/+1
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-2/+0
2018-11-03Remove rustc_metadata_utils, which contains only one functionbjorn3-1/+1
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-0/+2
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-0/+1
2018-07-07Fix metadata_only metadata encodingbjorn3-0/+1
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-2/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+23