| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -6/+10 |
| 2023-03-11 | tidy: enforce comment blocks to have even number of backticks | est31 | -9/+47 |
| 2023-03-11 | tidy: allow direct format args capture in macro | est31 | -4/+4 |
| 2023-03-11 | Auto merge of #109015 - matthiaskrgr:rollup-xu2s31g, r=matthiaskrgr | bors | -1544/+1728 |
| 2023-03-11 | Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkov | Matthias Krüger | -10/+7 |
| 2023-03-11 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -184/+154 |
| 2023-03-11 | Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obk | Matthias Krüger | -4/+51 |
| 2023-03-11 | Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubilee | Matthias Krüger | -610/+724 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -644/+616 |
| 2023-03-11 | Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomez | Matthias Krüger | -43/+84 |
| 2023-03-11 | Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkov | Matthias Krüger | -3/+10 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -9/+50 |
| 2023-03-11 | Rollup merge of #106276 - Sp00ph:unify_slice_ranges, r=the8472 | Matthias Krüger | -36/+31 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -368/+267 |
| 2023-03-11 | Auto merge of #108998 - matthiaskrgr:rollup-sxbdulg, r=matthiaskrgr | bors | -181/+534 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -137/+261 |
| 2023-03-10 | Render doc sidebar using Askama | clubby789 | -644/+616 |
| 2023-03-10 | Migrate `document_item_info` to templates | clubby789 | -43/+84 |
| 2023-03-10 | Rollup merge of #108912 - clubby789:doc-tool-lints, r=Nilstrieb | Matthias Krüger | -0/+30 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -25/+23 |
| 2023-03-10 | Rollup merge of #108891 - kazutakahirata:master, r=cuviper | Matthias Krüger | -1/+0 |
| 2023-03-10 | Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0 | Matthias Krüger | -40/+38 |
| 2023-03-10 | Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelix | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #106085 - fee1-dead-contrib:tidy-ci-matchers, r=pietroalbini | Matthias Krüger | -3/+18 |
| 2023-03-10 | Rollup merge of #105962 - zertosh:stabilize_path_as_mut_os_str, r=dtolnay | Matthias Krüger | -4/+2 |
| 2023-03-10 | Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplett | Matthias Krüger | -291/+152 |
| 2023-03-10 | Auto merge of #108974 - flip1995:clippyup, r=Manishearth | bors | -779/+2512 |
| 2023-03-10 | Simplify typeck entry. | Camille GILLOT | -51/+46 |
| 2023-03-10 | Directly construct Inherited. | Camille GILLOT | -176/+151 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -9/+50 |
| 2023-03-10 | Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,... | Matthias Krüger | -2/+17 |
| 2023-03-10 | Rollup merge of #108976 - Veykril:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -34/+74 |
| 2023-03-10 | Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkin | Matthias Krüger | -40/+67 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -51/+142 |
| 2023-03-10 | Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov | Matthias Krüger | -10/+40 |
| 2023-03-10 | Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorino | Matthias Krüger | -3/+44 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -40/+143 |
| 2023-03-10 | Rollup merge of #106921 - madsmtm:cell-memory-layout, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -731/+723 |
| 2023-03-10 | Add note when matching token with nonterminal | Nilstrieb | -3/+10 |
| 2023-03-10 | rustdoc: Don't crash on `crate` references in blocks | Adrian Heine | -10/+7 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -121/+157 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -2/+17 |
| 2023-03-10 | Split __thread_local_inner macro | Ayush Singh | -194/+316 |
| 2023-03-10 | Move __thread_local_inner to sys | Ayush Singh | -194/+194 |
| 2023-03-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -19/+271 |
| 2023-03-10 | Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #108963 - jhheider:fix-CI-non-git-builds, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-03-10 | Rollup merge of #108960 - compiler-errors:no-body-def-id, r=cjgillot | Matthias Krüger | -84/+55 |