about summary refs log tree commit diff
path: root/compiler/rustc_traits/src/dropck_outlives.rs
AgeCommit message (Expand)AuthorLines
2021-07-25clippy:: append_instead_of_extendMatthias Krüger-2/+2
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-1/+1
2021-07-04Query-ify global limit attribute handlingAaron Hill-1/+1
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-1/+1
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-10-14Address commentsRoxane-0/+9
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-5/+19
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+326