summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/analyze.rs
AgeCommit message (Expand)AuthorLines
2018-11-19Refactor and add `PlaceContext::AscribeUserTy`.David Wood-17/+32
2018-10-29Add 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