about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/instance.rs
AgeCommit message (Expand)AuthorLines
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-8/+23
2021-06-04Support forwarding caller location through trait object method callAaron Hill-4/+48
2021-04-01Inline some functions that suddenly show up more in tracesOli Scherer-0/+1
2021-03-27lazily calls some fnsklensy-3/+4
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-1/+1
2021-03-04TypoOli Scherer-1/+1
2021-02-14param_env debugs are instrumental to rustc's successEllen-1/+1
2021-02-13debug!("paramenv={}paramenv={}paramenv={}paramenv={}")Ellen-0/+1
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
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