about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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 #78429 - casey:doctest-attribute-splitting, r=jyn514bors-3/+3
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-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-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
2021-02-24TODO -> FIXMEAmanieu d'Antras-1/+1
2021-02-24Consider inexpensive inlining criteria firstTomasz Miąsko-124/+146
2021-02-24replaced some map_or with map_or_elseklensy-70/+82
2021-02-23yeetEllen-57/+84
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-11/+11
2021-02-23Do not consider using a semicolon inside of a different-crate macroMichael Howell-2/+12
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-2/+185
2021-02-23Auto merge of #82443 - Dylan-DPC:rollup-yni7uio, r=Dylan-DPCbors-41/+157
2021-02-23Rollup merge of #82362 - osa1:issue81918, r=oli-obkDylan DPC-5/+18
2021-02-23Rollup merge of #82308 - estebank:issue-82290, r=lcnrDylan DPC-1/+2
2021-02-23Rollup merge of #82297 - tmiasko:write-only, r=oli-obkDylan DPC-11/+17
2021-02-23Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakisDylan DPC-11/+13
2021-02-23Rollup merge of #82258 - tmiasko:foreign-hir-stats, r=davidtwcoDylan DPC-0/+5
2021-02-23Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebankDylan DPC-9/+65