about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/base.rs
AgeCommit message (Expand)AuthorLines
2020-11-04Auto merge of #78280 - bugadani:span, r=lcnrbors-9/+4
2020-10-27Remove some cruft from foreign_modules refactorRyan Levick-2/+0
2020-10-27Cache foreign_modules queryRyan Levick-1/+1
2020-10-27Query span as late as possibleDániel Buga-9/+4
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-3/+3
2020-10-14Remove unused code from rustc_codegen_*est31-2/+0
2020-10-13Replace absolute paths with relative onesest31-3/+3
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-2/+3
2020-09-18Remove DeclareMethodskhyperia-10/+12
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-09-01Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddybbors-31/+2
2020-08-30mv compiler to compiler/mark-0/+959