| Age | Commit message (Expand) | Author | Lines |
| 2023-03-16 | TB: encoding of the underlying state machine | Neven Villani | -0/+214 |
| 2023-03-16 | Split unicode case LUTs in single and multi variants | Martin Gammelsæter | -13/+45 |
| 2023-03-16 | Fix clippy. | Mara Bos | -4/+17 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+10 |
| 2023-03-15 | Skip serializing ascii chars in case LUTs | Martin Gammelsæter | -14/+11 |
| 2023-03-15 | Auto merge of #2806 - saethlin:better-install, r=RalfJung | bors | -17/+15 |
| 2023-03-15 | use date-based cache key | Ralf Jung | -4/+4 |
| 2023-03-14 | Merge from rustc | Ben Kimock | -4256/+15677 |
| 2023-03-14 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-14 | Don't use CI caches from before this branch | Ben Kimock | -4/+4 |
| 2023-03-14 | Update docs to match | Ben Kimock | -10/+7 |
| 2023-03-14 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -27/+7 |
| 2023-03-14 | add dist.compression-profile option to control compression speed | Pietro Albini | -47/+111 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -23/+3 |
| 2023-03-13 | Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicola | bors | -3055/+12635 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -171/+72 |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3055/+12635 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -21/+24 |
| 2023-03-12 | Auto merge of #2811 - saethlin:readme-nextest, r=RalfJung | bors | -0/+20 |
| 2023-03-12 | tweak readme | Ralf Jung | -3/+3 |
| 2023-03-12 | Add a section on using nextest | Ben Kimock | -0/+20 |
| 2023-03-12 | Add eslint check for rustdoc-gui tester | Guillaume Gomez | -8/+104 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -13/+2 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -158/+70 |
| 2023-03-12 | Rollup merge of #109028 - GuillaumeGomez:rustdoc-js-tester-eslint, r=notriddle | Matthias Krüger | -44/+142 |
| 2023-03-11 | Improve rustdoc-js tester code clarity a bit | Guillaume Gomez | -7/+9 |
| 2023-03-11 | Add eslint checks for rustdoc-js tester | Guillaume Gomez | -38/+134 |
| 2023-03-11 | Implement intrinsics for round_ties_even | Ben Kimock | -0/+35 |
| 2023-03-11 | Use trimmed instead of line for performance | est31 | -4/+4 |
| 2023-03-11 | Extend the tidy lint to ftl files | est31 | -1/+6 |
| 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 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -33/+32 |
| 2023-03-11 | Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2023-03-10 | Merge from rustc | Ben Kimock | -223/+4643 |
| 2023-03-10 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -111/+101 |
| 2023-03-10 | Auto merge of #108974 - flip1995:clippyup, r=Manishearth | bors | -775/+2508 |
| 2023-03-10 | Directly construct Inherited. | Camille GILLOT | -33/+32 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -2/+0 |
| 2023-03-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -0/+1 |
| 2023-03-10 | Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup | Philipp Krones | -775/+2508 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-09 | Install binaries to the miri toolchain's sysroot | Ben Kimock | -4/+5 |
| 2023-03-09 | replace legacy copyright annotations in submodules | Pietro Albini | -81/+8 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+12 |
| 2023-03-09 | include directories in grouped licensing information | Pietro Albini | -30/+72 |
| 2023-03-09 | strip leading dots from copyright statements | Pietro Albini | -0/+9 |
| 2023-03-09 | Rollup merge of #108917 - Ayush1325:tidy-improve, r=workingjubilee | Matthias Krüger | -0/+3 |