about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
AgeCommit message (Expand)AuthorLines
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-2/+2
2018-08-27Remove path prefixes from NodeKindvarkor-2/+2
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-1/+1
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-10/+5
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-18Remove LinkMeta structbjorn3-13/+2
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-0/+1
2018-08-09[nll] librustc_codegen_utils: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+1
2018-08-04Use diagnostic API on SessionMark Rousskov-1/+1
2018-08-04Move share_generics getter onto options directlyMark Rousskov-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-20/+20
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-2/+5
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