summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2020-09-25Address review commentmarmeladema-1/+1
2020-09-21Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morseecstatic-morse-1/+1
2020-09-20Rollup merge of #76891 - lcnr:less-ref, r=ecstatic-morseRalf Jung-9/+9
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-1/+1
2020-09-19take `TyCtxt` by valueBastian Kauschke-1/+1
2020-09-19don't take `TyCtxt` by referenceBastian Kauschke-9/+9
2020-09-18don't take `TyCtxt` by referenceBastian Kauschke-9/+9
2020-09-14Use intra-doc links for `DelaySpanBugEmitted`Camelid-2/+2
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-25/+1
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-3/+3
2020-09-04Change ty.kind to a methodLeSeulArtichaut-8/+8
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-09-01Avoid rehashing Fingerprint as a map keyJosh Stone-2/+3
2020-08-30mv compiler to compiler/mark-0/+2764