about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-27Rollup merge of #82607 - bjorn3:frame_loc_getter, r=RalfJungDylan DPC-0/+10
2021-02-27Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obkDylan DPC-3/+3
2021-02-27Rollup merge of #82534 - nikic:musl-crtend, r=nagisaDylan DPC-7/+14
2021-02-27Rollup merge of #82498 - tmiasko:partitioning-debug, r=matthewjasperDylan DPC-6/+15
2021-02-27Rollup merge of #82401 - osa1:remove_redundant_macro, r=matthewjasperDylan DPC-9/+9
2021-02-27Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasperDylan DPC-0/+3
2021-02-27Add a getter for Frame.locbjorn3-0/+10
2021-02-27Auto merge of #80454 - JulianKnodt:ob_forest_op, r=matthewjasperbors-20/+25
2021-02-27Combine HasAttrs and HasTokens into AstLikeAaron Hill-206/+264
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-26Link crtbegin/crtend on musl to terminate .eh_frameNikita Popov-7/+14
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-25Update measureme dependency to the latest versionWesley Wiser-3/+3
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