| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -293/+398 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -204/+236 |
| 2023-04-18 | Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum | bors | -7/+81 |
| 2023-04-18 | Auto merge of #110481 - matthiaskrgr:rollup-phkkgm9, r=matthiaskrgr | bors | -70/+244 |
| 2023-04-18 | Rollup merge of #110465 - WaffleLapkin:assure_everyone_that_has_type_flags_is... | Matthias Krüger | -0/+8 |
| 2023-04-18 | Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb | Matthias Krüger | -24/+11 |
| 2023-04-18 | Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n... | Matthias Krüger | -27/+106 |
| 2023-04-18 | Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonur | Matthias Krüger | -6/+22 |
| 2023-04-18 | Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing... | Matthias Krüger | -10/+52 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -3/+8 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+37 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -204/+236 |
| 2023-04-18 | Auto merge of #110410 - saethlin:hash-u128-as-u64s, r=oli-obk | bors | -1/+2 |
| 2023-04-18 | Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzol | bors | -1/+1 |
| 2023-04-17 | Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb | bors | -233/+657 |
| 2023-04-17 | Auto merge of #110343 - saethlin:encode-initmask, r=lqd | bors | -1/+31 |
| 2023-04-17 | Assure everyone that `has_type_flags` is fast | Maybe Waffle | -0/+8 |
| 2023-04-17 | Add regression tests for #110422 | Guillaume Gomez | -17/+68 |
| 2023-04-17 | doc fix | Maybe Waffle | -2/+0 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -22/+11 |
| 2023-04-17 | Make commit-date pattern more specific in test for issue 107094 | Erik Hofmayer | -2/+2 |
| 2023-04-17 | Auto merge of #110458 - matthiaskrgr:rollup-1xcxmgc, r=matthiaskrgr | bors | -569/+973 |
| 2023-04-17 | Rollup merge of #110455 - durin42:tls-D148269-fix, r=nikic | Matthias Krüger | -4/+4 |
| 2023-04-17 | Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk | Matthias Krüger | -2/+34 |
| 2023-04-17 | Rollup merge of #110425 - compiler-errors:def-span-for-ct-param, r=petrochenkov | Matthias Krüger | -2/+32 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -52/+55 |
| 2023-04-17 | Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr | Matthias Krüger | -206/+54 |
| 2023-04-17 | Rollup merge of #110337 - iterion:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-17 | Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkin | Matthias Krüger | -8/+71 |
| 2023-04-17 | Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an... | Matthias Krüger | -41/+109 |
| 2023-04-17 | Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwco | Matthias Krüger | -252/+612 |
| 2023-04-17 | tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6 | Augie Fackler | -4/+4 |
| 2023-04-17 | Bypass the varint path when encoding InitMask | Ben Kimock | -1/+31 |
| 2023-04-17 | add test for invalid places of repr align | Deadbeef | -0/+17 |
| 2023-04-17 | Fix invalid handling of nested items with `--document-private-items` | Guillaume Gomez | -5/+35 |
| 2023-04-17 | Auto merge of #110367 - saethlin:no-truncations, r=oli-obk | bors | -33/+9 |
| 2023-04-17 | Remove unused RustdocVisitor::visit_item_inner return type | Guillaume Gomez | -5/+3 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-17 | Add list of supported disambiguators and suffixes for intra-doc links in the ... | Guillaume Gomez | -3/+6 |
| 2023-04-17 | avoid including dry run steps in the build metrics | Pietro Albini | -6/+22 |
| 2023-04-17 | Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr | bors | -160/+179 |
| 2023-04-17 | Rollup merge of #110433 - ChrisDenton:notfound, r=thomcc | Matthias Krüger | -3/+6 |
| 2023-04-17 | Rollup merge of #110423 - jsoref:spelling-srcdoc, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -28/+28 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -70/+42 |
| 2023-04-17 | Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472 | Matthias Krüger | -1/+3 |
| 2023-04-17 | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | -4/+2 |
| 2023-04-17 | Rollup merge of #110038 - compiler-errors:infer-regions-in-transmutability, r... | Matthias Krüger | -45/+89 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -38/+34 |
| 2023-04-17 | Encode def span for ConstParam | Michael Goulet | -2/+32 |