| Age | Commit message (Expand) | Author | Lines |
| 2022-10-01 | Auto merge of #102237 - GuillaumeGomez:sidebar-links-color, r=notriddle | bors | -0/+233 |
| 2022-09-30 | Tell LLVM that `partition_point` returns a valid fencepost | Scott McMurray | -0/+20 |
| 2022-09-30 | Allow `hidden` in src/test/codegen/abi-main-signature-32bit-c-int.rs | Dan Gohman | -1/+1 |
| 2022-09-30 | Rollup merge of #102521 - notriddle:notriddle/impl-items-section, r=Guillaume... | Matthias Krüger | -11/+31 |
| 2022-09-30 | Rollup merge of #102490 - compiler-errors:closure-body-impl-lifetime, r=cjgillot | Matthias Krüger | -0/+50 |
| 2022-09-30 | Rollup merge of #102483 - spastorino:create-defs-on-lowering, r=cjgillot | Matthias Krüger | -8/+8 |
| 2022-09-30 | Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholk | Matthias Krüger | -0/+34 |
| 2022-09-30 | rustdoc: remove orphaned link on array bracket | Michael Howell | -0/+32 |
| 2022-09-30 | rustdoc: update test cases for `<section>` tags in traits | Michael Howell | -11/+11 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -8/+8 |
| 2022-09-30 | rustdoc: add gui test for no-docblock margins | Michael Howell | -0/+20 |
| 2022-09-30 | Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqd | Matthias Krüger | -1/+0 |
| 2022-09-30 | Rollup merge of #102421 - lyming2007:issue-101866, r=lcnr | Matthias Krüger | -0/+33 |
| 2022-09-30 | bless | Boxy | -2/+2 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -0/+40 |
| 2022-09-30 | Fix format_args capture for macro expanded format strings | Alex Macleod | -14/+108 |
| 2022-09-30 | bless tests | b-naber | -7/+27 |
| 2022-09-30 | use build-pass for the test | X | -1/+1 |
| 2022-09-30 | Add GUI test for sidebar links color | Guillaume Gomez | -0/+233 |
| 2022-09-30 | Rollup merge of #102491 - notriddle:notriddle/sidebar-opacity, r=GuillaumeGomez | Matthias Krüger | -11/+8 |
| 2022-09-30 | Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-... | Matthias Krüger | -5/+27 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+20 |
| 2022-09-29 | Enable inline stack probes on X86 with LLVM 16 | Josh Stone | -1/+51 |
| 2022-09-30 | Reinstate `hir-stats.rs` test for stage 1. | Nicholas Nethercote | -1/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -46/+46 |
| 2022-09-29 | rustdoc: update test case now that the UI animation is removed | Michael Howell | -11/+8 |
| 2022-09-29 | Generate synthetic impl region even in closure body in associated fn | Michael Goulet | -0/+50 |
| 2022-09-29 | remove the unused :: between trait and type to give user correct diagnostic i... | Yiming Lei | -0/+33 |
| 2022-09-29 | Check generic argument compatibility when projecting assoc ty | Michael Goulet | -0/+28 |
| 2022-09-29 | Rollup merge of #102447 - notriddle:notriddle/method-toggle, r=jsha | Michael Howell | -6/+6 |
| 2022-09-29 | Rollup merge of #102442 - notriddle:notriddle/header-weight, r=GuillaumeGomez | Michael Howell | -7/+7 |
| 2022-09-29 | Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillot | Michael Howell | -0/+64 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -0/+15 |
| 2022-09-29 | Stabilize the `instruction_set` feature | Yuki Okushi | -45/+6 |
| 2022-09-29 | Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisa | bors | -30/+71 |
| 2022-09-28 | rustdoc: add method spacing to trait methods | Michael Howell | -6/+6 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -0/+34 |
| 2022-09-29 | Rollup merge of #102393 - Rageking8:add-regression-test-for-issue-94923, r=Jo... | Yuki Okushi | -0/+49 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -19/+19 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2022-09-28 | rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etc | Michael Howell | -7/+7 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -46/+46 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -8/+18 |
| 2022-09-28 | Fix span of byte-escaped left format args brace | Cassaundra Smith | -0/+64 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -3/+45 |
| 2022-09-29 | improve E0585 help | Rageking8 | -19/+19 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -6/+67 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -25/+39 |
| 2022-09-28 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -0/+44 |
| 2022-09-28 | add test | b-naber | -0/+34 |