| Age | Commit message (Expand) | Author | Lines |
| 2021-02-26 | Rollup merge of #82535 - wesleywiser:wip_codegen_thread_names, r=nagisa | Guillaume Gomez | -47/+77 |
| 2021-02-26 | Rollup merge of #82506 - estebank:unused_variable_lint, r=lcnr | Guillaume Gomez | -5/+10 |
| 2021-02-26 | Rollup merge of #82491 - tmiasko:i, r=lcnr | Guillaume Gomez | -124/+146 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -28/+34 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -2/+11 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -6/+1 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -3/+3 |
| 2021-02-25 | Set codegen thread names | Wesley Wiser | -47/+77 |
| 2021-02-25 | Rollup merge of #82510 - jyn514:fix-typo, r=Dylan-DPC | Aaron Hill | -1/+1 |
| 2021-02-25 | Rollup merge of #82468 - osa1:pick_by_value_method_docs, r=petrochenkov | Aaron Hill | -19/+17 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -99/+92 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -4/+244 |
| 2021-02-25 | Rollup merge of #82364 - osa1:issue82361, r=estebank | Dylan DPC | -4/+32 |
| 2021-02-25 | Rollup merge of #82321 - bugadani:ast3, r=varkor | Dylan DPC | -7/+6 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -2/+21 |
| 2021-02-25 | Rollup merge of #82214 - est31:no_to_string, r=oli-obk | Dylan DPC | -6/+6 |
| 2021-02-25 | Rollup merge of #82213 - est31:slices_for_vecs, r=jyn514 | Dylan DPC | -3/+3 |
| 2021-02-25 | Rollup merge of #82090 - notriddle:consider-using-a-semicolon-here, r=estebank | Dylan DPC | -2/+12 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -20/+14 |
| 2021-02-25 | Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk | Dylan DPC | -16/+39 |
| 2021-02-25 | add helpful error notes and fix the false 'defined here' messages | Henry Boisdequin | -2/+21 |
| 2021-02-25 | Improve checking for attribute | Amanieu d'Antras | -47/+56 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -25/+12 |
| 2021-02-25 | Fix typo in `param_env_reveal_all_normalized` #82510 | Joshua Nelson | -1/+1 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -2/+11 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -5/+10 |
| 2021-02-25 | fix review | klensy | -72/+66 |
| 2021-02-25 | Add a cache for rustc_legacy_const_generics | Amanieu d'Antras | -15/+30 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -90/+75 |
| 2021-02-24 | Account for associated consts in the "unstable assoc item name colission" lint | Esteban Küber | -16/+39 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -57/+84 |
| 2021-02-24 | Turn Pick field comments into documentation | Ömer Sinan Ağacan | -11/+11 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -19/+170 |
| 2021-02-24 | Properly reject non-const arguments | Amanieu d'Antras | -2/+50 |
| 2021-02-24 | Move pick_by_value_method docs above function header | Ömer Sinan Ağacan | -8/+6 |
| 2021-02-24 | Auto merge of #80891 - cjgillot:noq, r=Mark-Simulacrum | bors | -314/+296 |
| 2021-02-24 | TODO -> FIXME | Amanieu d'Antras | -1/+1 |
| 2021-02-24 | Consider inexpensive inlining criteria first | Tomasz Miąsko | -124/+146 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -70/+82 |
| 2021-02-23 | yeet | Ellen | -57/+84 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -11/+11 |
| 2021-02-23 | Do not consider using a semicolon inside of a different-crate macro | Michael Howell | -2/+12 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -2/+185 |
| 2021-02-23 | Auto merge of #82443 - Dylan-DPC:rollup-yni7uio, r=Dylan-DPC | bors | -41/+157 |
| 2021-02-23 | Rollup merge of #82362 - osa1:issue81918, r=oli-obk | Dylan DPC | -5/+18 |
| 2021-02-23 | Rollup merge of #82308 - estebank:issue-82290, r=lcnr | Dylan DPC | -1/+2 |
| 2021-02-23 | Rollup merge of #82297 - tmiasko:write-only, r=oli-obk | Dylan DPC | -11/+17 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -11/+13 |
| 2021-02-23 | Rollup merge of #82258 - tmiasko:foreign-hir-stats, r=davidtwco | Dylan DPC | -0/+5 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -9/+65 |