about summary refs log tree commit diff
path: root/src/librustc_codegen_utils/codegen_backend.rs
AgeCommit message (Expand)AuthorLines
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-08-18Remove LinkMeta structbjorn3-3/+2
2018-08-04Use diagnostic API on SessionMark Rousskov-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-6/+6
2018-07-11Deny bare trait objects in in src/librustc_codegen_utilsljedrz-12/+12
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-1/+0
2018-07-07Move llvm_target_features back to llvm_utilbjorn3-3/+2
2018-07-07Leave fixme commentbjorn3-1/+2
2018-07-07Fix metadata_only metadata encodingbjorn3-1/+13
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-94/+11
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-5/+11
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+296