about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
AgeCommit message (Expand)AuthorLines
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-11Deny bare trait objects in in src/librustc_codegen_utilsljedrz-12/+13
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-1/+0
2018-07-07Move llvm_target_features back to llvm_utilbjorn3-131/+2
2018-07-07Move time_graph.rs to rustc/utilbjorn3-279/+0
2018-07-07Leave fixme commentbjorn3-1/+2
2018-07-07Fix metadata_only metadata encodingbjorn3-1/+15
2018-07-07Fix some errorsbjorn3-0/+10
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-100/+11
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-5/+408
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-2/+2
2018-06-01Update recursion limitsJohn Kåre Alsaker-0/+2
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-17Added extra hashing step.iancormac84-0/+7
2018-05-17Code structure edits.iancormac84-57/+61
2018-05-17Removed use of TypeIdHasher in symbol hash generation and replaced it with St...iancormac84-14/+13
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+1087