summary refs log tree commit diff
path: root/src/librustc_codegen_utils/symbol_names.rs
AgeCommit message (Expand)AuthorLines
2018-10-02Attempt to resolve linking issues.David Wood-1/+1
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+1
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-26rustc: Continue to tweak "std internal symbols"Alex Crichton-10/+5
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-04Move share_generics getter onto options directlyMark Rousskov-1/+1
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
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/+435