summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2020-12-10Fix exhaustiveness in case a byte string literal is used at slice typeoli-0/+9
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-11-04Replace `Scalar::zst` with a `Scalar::ZST` constantoli-1/+1
2020-10-24Don't generate multiple impl blocksDániel Buga-4/+4
2020-10-21Auto merge of #78027 - lcnr:lift-by-value, r=varkorbors-8/+8
2020-10-21Lift: take self by valueBastian Kauschke-8/+8
2020-10-21Auto merge of #78077 - petrochenkov:qvis, r=davidtwcobors-1/+5
2020-10-20Auto merge of #76893 - lcnr:existential-proj, r=estebankbors-1/+1
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-1/+5
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-2/+2
2020-10-14Remove unused code from rustc_middleest31-4/+0
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-4/+1
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-21Reduce boilerplate with the matches! macroLingMan-4/+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-18guard against `skip_binder` errors during FlagComputationBastian Kauschke-1/+1
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