about summary refs log tree commit diff
path: root/src/librustc/mir/mono.rs
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-2/+2
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-05move librustc to 2018Mark Mansi-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-2/+2
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-10-03A handful of cleanups for rustc/mirljedrz-1/+1
2018-09-12Really make CGU names unique across crates.Michael Woerister-3/+20
2018-08-15Use CGU name as LLVM module name and add some caching to CGU name generation.Michael Woerister-74/+92
2018-08-15Clean up CodegenUnit name generation.Michael Woerister-2/+77
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-5/+2
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-77/+2
2018-07-11Clean up CodegenUnit name generation.Michael Woerister-2/+77
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-2/+6
2018-05-17Rename trans to codegen everywhere.Irina Popa-5/+4
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-4/+4
2018-03-06Add linkage to TransFnAttrsWesley Wiser-1/+1
2018-02-19Use DefId instead of NodeId in MonoItem::Static.Michael Woerister-2/+5
2018-01-19Estimate size of InstanceDef::DropGlue more accuratelyvarkor-3/+3
2018-01-19Add instance_def_size_estimate queryvarkor-2/+1
2018-01-19Refactor CodegenUnit size estimatesvarkor-1/+39
2018-01-08Shorten names of some compiler generated artifacts.Michael Woerister-0/+12
2017-12-18Move middle::trans.rs to mir::mono.rsMaik Klein-0/+189