summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/instance.rs
AgeCommit message (Expand)AuthorLines
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-6/+6
2020-11-06inliner: Use substs_for_mir_bodyTomasz Miąsko-2/+25
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-1/+11
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-4/+4
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-1/+2
2020-09-21Reduce boilerplate with the matches! macroLingMan-4/+4
2020-09-04shim: monomorphic `FnPtrShim`s during constructionDavid Wood-28/+25
2020-09-02Fix some unwanted uses of Debug formatting on user-facing messagesDan Aloni-3/+4
2020-08-30mv compiler to compiler/mark-0/+605