about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/outlives.rs
AgeCommit message (Expand)AuthorLines
2021-08-26add `tcx` to `fn walk`lcnr-1/+1
2020-10-14Address commentsRoxane-16/+4
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-4/+14
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-5/+5
2020-09-23Move MiniSet to data_structuresAndreas Jonson-1/+1
2020-09-17Only visit types once when walking the type treeValerii Lashmanov-12/+21
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+206