| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-08-29 | Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomez | Matthias Krüger | -10/+56 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -16/+73 |
| 2022-08-29 | Rollup merge of #101111 - saethlin:better-fnentry-spans, r=RalfJung | Matthias Krüger | -8/+8 |
| 2022-08-29 | Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning... | Matthias Krüger | -23/+22 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -10/+10 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -42/+164 |
| 2022-08-29 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h... | Nixon Enraght-Moony | -10/+56 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -0/+3 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -2/+2 |
| 2022-08-28 | Use the declaration's SourceInfo for FnEntry retags, not the outermost | Ben Kimock | -8/+8 |
| 2022-08-28 | Rollup merge of #101091 - TaKO8Ki:fix-101076, r=notriddle | Matthias Krüger | -0/+14 |
| 2022-08-28 | Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errors | Matthias Krüger | -12/+20 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -10/+36 |
| 2022-08-28 | Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser | Matthias Krüger | -1/+86 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -0/+5 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+11 |
| 2022-08-28 | extend attrs if local_def_id exists | Takayuki Maeda | -0/+14 |
| 2022-08-27 | Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorino | bors | -0/+48 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -12/+20 |
| 2022-08-27 | Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitor | bors | -22/+40 |
| 2022-08-27 | Rollup merge of #101046 - notriddle:notriddle/table-css, r=jsha | Yuki Okushi | -0/+30 |
| 2022-08-27 | Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu... | Yuki Okushi | -4/+2 |
| 2022-08-27 | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | -14/+7 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -4/+1 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -6/+398 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -0/+37 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -0/+37 |
| 2022-08-26 | Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJung | bors | -429/+282 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -429/+282 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -6/+398 |
| 2022-08-26 | rustdoc: remove incorrect CSS selector `.impl-items table td` | Michael Howell | -0/+30 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -24/+30 |
| 2022-08-26 | add a test | Ralf Jung | -0/+17 |
| 2022-08-26 | Auto merge of #101037 - GuillaumeGomez:rollup-opn6kj1, r=GuillaumeGomez | bors | -17/+173 |
| 2022-08-26 | Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddle | Guillaume Gomez | -0/+33 |
| 2022-08-26 | Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r=notriddle | Guillaume Gomez | -17/+140 |
| 2022-08-26 | Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillot | bors | -9/+12 |
| 2022-08-26 | Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obk | bors | -0/+19 |
| 2022-08-25 | rustdoc: omit start/end tags for empty item description blocks | Michael Howell | -4/+2 |
| 2022-08-26 | Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkov | Yuki Okushi | -0/+29 |
| 2022-08-26 | Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank | Yuki Okushi | -14/+14 |
| 2022-08-25 | Do not report too many expr field candidates | Michael Goulet | -16/+73 |
| 2022-08-25 | Add test for missing cfg propagation for reexport | Guillaume Gomez | -0/+33 |
| 2022-08-25 | Provide structured suggestion for `hashmap[idx] = val` | Esteban Küber | -10/+36 |
| 2022-08-25 | no unnormalized types for implied bounds | lcnr | -0/+48 |
| 2022-08-25 | Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errors | bors | -0/+30 |
| 2022-08-25 | Do not include `const_ptr_sub_ptr` in this stabilization | Deadbeef | -0/+1 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -4/+0 |