about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-27Rollup merge of #82494 - estebank:issue-82455, r=petrochenkovDylan DPC-0/+12
2021-02-27Rollup merge of #82482 - tmiasko:small-cycles, r=varkorDylan DPC-7/+4
2021-02-27Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasperDylan DPC-25/+26
2021-02-27Rollup merge of #82419 - petrochenkov:inertord, r=Aaron1011Dylan DPC-9/+14
2021-02-27Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,...Dylan DPC-64/+70
2021-02-27Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiserDylan DPC-60/+30
2021-02-27Rollup merge of #81794 - lcnr:relaxed_adt_unsize-tracking-issue, r=camelidDylan DPC-1/+1
2021-02-26Auto merge of #82559 - tmiasko:inlined, r=petrochenkovbors-8/+52
2021-02-26Auto merge of #82552 - GuillaumeGomez:rollup-8dn1ztn, r=GuillaumeGomezbors-212/+279
2021-02-26Rollup merge of #82535 - wesleywiser:wip_codegen_thread_names, r=nagisaGuillaume Gomez-47/+77
2021-02-26Rollup merge of #82506 - estebank:unused_variable_lint, r=lcnrGuillaume Gomez-5/+10
2021-02-26Rollup merge of #82491 - tmiasko:i, r=lcnrGuillaume Gomez-124/+146
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-28/+34
2021-02-26Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebankGuillaume Gomez-2/+11
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-6/+1
2021-02-26Auto merge of #81458 - estebank:match-stmt-remove-semi, r=oli-obkbors-10/+80
2021-02-26update tracking issue for `relaxed_struct_unsize`lcnr-1/+1
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-3/+3
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-8/+52
2021-02-25Set codegen thread namesWesley Wiser-47/+77
2021-02-25Rollup merge of #82510 - jyn514:fix-typo, r=Dylan-DPCAaron Hill-1/+1
2021-02-25Rollup merge of #82468 - osa1:pick_by_value_method_docs, r=petrochenkovAaron Hill-19/+17
2021-02-25Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorinoAaron Hill-99/+92
2021-02-25Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obkbors-4/+244
2021-02-25Detect match statement intended to be tail expressionEsteban Küber-10/+80
2021-02-25Rollup merge of #82364 - osa1:issue82361, r=estebankDylan DPC-4/+32
2021-02-25Rollup merge of #82321 - bugadani:ast3, r=varkorDylan DPC-7/+6
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-2/+21
2021-02-25Rollup merge of #82214 - est31:no_to_string, r=oli-obkDylan DPC-6/+6
2021-02-25Rollup merge of #82213 - est31:slices_for_vecs, r=jyn514Dylan DPC-3/+3
2021-02-25Rollup merge of #82090 - notriddle:consider-using-a-semicolon-here, r=estebankDylan DPC-2/+12
2021-02-25Rollup merge of #82087 - estebank:abolish-ice, r=oli-obkDylan DPC-20/+14
2021-02-25Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obkDylan DPC-16/+39
2021-02-25add helpful error notes and fix the false 'defined here' messagesHenry Boisdequin-2/+21
2021-02-25Improve checking for attributeAmanieu d'Antras-47/+56
2021-02-25Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obkbors-25/+12
2021-02-25Fix typo in `param_env_reveal_all_normalized` #82510Joshua Nelson-1/+1
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-2/+11
2021-02-24Properly account for non-shorthand pattern field in unused variable lintEsteban Küber-5/+10
2021-02-25fix reviewklensy-72/+66
2021-02-25Add a cache for rustc_legacy_const_genericsAmanieu d'Antras-15/+30
2021-02-25Address review commentsAmanieu d'Antras-90/+75
2021-02-24Account for associated consts in the "unstable assoc item name colission" lintEsteban Küber-16/+39
2021-02-24Auto merge of #82159 - BoxyUwU:uwu, r=varkorbors-57/+84
2021-02-24Substitute erased lifetimes on bad placeholder typeEsteban Küber-0/+12
2021-02-24Turn Pick field comments into documentationÖmer Sinan Ağacan-11/+11
2021-02-24Auto merge of #80475 - simonvandel:fix-77355, r=oli-obkbors-19/+170
2021-02-24Properly reject non-const argumentsAmanieu d'Antras-2/+50
2021-02-24Move pick_by_value_method docs above function headerÖmer Sinan Ağacan-8/+6
2021-02-24Auto merge of #80891 - cjgillot:noq, r=Mark-Simulacrumbors-314/+296