about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-11-12fixed a re-format due to removed chain callDevJPM-5/+1
2020-11-12Dropped Support for Bidirectional Custom Target Definition EmulationDevJPM-12/+0
2020-11-12Removed an unused function now that LLVM 9 is the minimal supported versionDevJPM-5/+0
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-70/+8
2020-11-12Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011bors-155/+134
2020-11-11Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-SimulacrumJonas Schievink-7/+0
2020-11-11Rollup merge of #78929 - petrochenkov:linuxbase, r=joshtriplettJonas Schievink-30/+35
2020-11-11Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obkJonas Schievink-76/+76
2020-11-11Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obkJonas Schievink-4/+11
2020-11-11Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obkJonas Schievink-0/+17
2020-11-11rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov-30/+35
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-26/+28
2020-11-10rustc_taret: Remove `TargetOptions::is_like_android`Vadim Petrochenkov-7/+0
2020-11-10Rollup merge of #78890 - o752d:patch-2, r=jyn514Jonas Schievink-1/+1
2020-11-10Rollup merge of #78887 - camelid:dataflow-state-decl, r=jonas-schievinkJonas Schievink-1/+8
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-503/+453
2020-11-10Rollup merge of #78847 - tmiasko:inline-return-place, r=matthewjasperJonas Schievink-0/+6
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-33/+133
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-4/+11
2020-11-09Add comments to explain memory usage optimizationCamelid-1/+8
2020-11-09Rollup merge of #78844 - tmiasko:monomorphize-sizeof, r=oli-obkDylan DPC-0/+1
2020-11-09Rollup merge of #78830 - lcnr:mir-folder, r=oli-obkDylan DPC-17/+14
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-85/+27
2020-11-09Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obkDylan DPC-123/+114
2020-11-09Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakisDylan DPC-347/+343
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-43/+161
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-34/+118
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+16
2020-11-09comment attribution fixo752d-1/+1
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-31/+181
2020-11-09Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obkDylan DPC-42/+51
2020-11-09Rollup merge of #78345 - jyn514:proper-names, r=varkorDylan DPC-21/+47
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-0/+1
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-2/+4
2020-11-09Support inlining diverging function callsTomasz Miąsko-76/+76
2020-11-09inliner: Break inlining cyclesTomasz Miąsko-106/+108
2020-11-09inliner: Make `inline_call` infallibleTomasz Miąsko-17/+6
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-155/+134
2020-11-08Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011bors-16/+35
2020-11-08Address review commentsVadim Petrochenkov-1/+1
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-243/+218
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-261/+236
2020-11-08Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-sebors-81/+63
2020-11-08Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkorMara Bos-21/+30
2020-11-08Rollup merge of #78861 - o752d:patch-1, r=jonas-schievinkMara Bos-10/+9
2020-11-08Rollup merge of #78860 - petrochenkov:resolvefmt, r=Mark-SimulacrumMara Bos-38/+13
2020-11-08Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiserMara Bos-5/+5
2020-11-08Rollup merge of #78841 - LeSeulArtichaut:foldable-derive, r=lcnrMara Bos-2/+1
2020-11-08Rollup merge of #78828 - matthiaskrgr:sing_chr, r=lcnrMara Bos-5/+5
2020-11-08Auto merge of #78410 - lcnr:revert75443, r=nikomatsakisbors-77/+26