| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | Auto merge of #110367 - saethlin:no-truncations, r=oli-obk | bors | -33/+9 |
| 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 |
| 2023-04-17 | Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obk | bors | -22/+16 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -28/+28 |
| 2023-04-17 | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | -62/+191 |
| 2023-04-16 | Remove some unnecessary hash truncations | Ben Kimock | -33/+9 |
| 2023-04-16 | Check freeze with right param-env | Michael Goulet | -2/+34 |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-16 | Auto merge of #109133 - weihanglo:make-cargo-a-workspace, r=ehuss | bors | -2129/+124 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -45/+89 |
| 2023-04-16 | bootstrap: switch from `stream_cargo` to `try_run_quiet` | Weihang Lo | -3/+3 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -191/+4 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -167/+1 |
| 2023-04-16 | bootstrap: treat src/tools/cargo as a workspace member | Weihang Lo | -15/+44 |
| 2023-04-16 | tidy: `check_crate_duplicate` is no longer useful | Weihang Lo | -47/+8 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -1716/+74 |
| 2023-04-16 | Spelling src/doc | Josh Soref | -9/+9 |