about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/shim.rs
AgeCommit message (Expand)AuthorLines
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-4/+4
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-5/+3
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-5/+3
2021-03-01Box generator-related Body fieldsDániel Buga-1/+1
2021-01-18Visit only terminators when removing landing padsTomasz Miąsko-1/+1
2021-01-17Replace let Some(..) = with .is_some()wcampbell-1/+1
2020-11-21Support building clone shims for arrays with generic sizeTomasz Miąsko-6/+13
2020-11-16compiler: fold by valueBastian Kauschke-5/+5
2020-10-21rustc_mir: support MIR-inlining #[track_caller] functions.Eduard-Mihai Burtescu-0/+1
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-1/+6
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-16/+21
2020-09-20Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi...bors-29/+31
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-09-04shim: monomorphic `FnPtrShim`s during constructionDavid Wood-29/+31
2020-08-30mv compiler to compiler/mark-0/+912