about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/analyze.rs
AgeCommit message (Expand)AuthorLines
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-383/+0
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-15/+17
2018-11-16Generalized base::unsize_thin_ptrDenis Merigoux-0/+1
2018-11-16Reduced line length to pass tidyDenis Merigoux-6/+7
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-1/+2
2018-10-27Refactor and add `PlaceContext::AscribeUserTy`.David Wood-17/+32
2018-10-26Add the actual chain of projections to `UserTypeProjection`.Felix S. Klock II-1/+3
2018-10-08codegen_llvm: whitespace & formatting improvementsljedrz-3/+3
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-4/+4
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-4/+4
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-6/+6
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-3/+3
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+361