| Age | Commit message (Expand) | Author | Lines |
| 2023-04-04 | Use new iteration helpers instead of manually rolling them | Oli Scherer | -4/+1 |
| 2023-04-04 | Another AppendOnlyVec | Oli Scherer | -18/+29 |
| 2023-04-04 | Replace another lock with an append-only vec | Oli Scherer | -4/+20 |
| 2023-04-04 | Remove a lock in favor of an AppendOnlyVec | Oli Scherer | -11/+18 |
| 2023-04-04 | Add a usize-indexed append-only-vec | Oli Scherer | -7/+39 |
| 2023-04-04 | Replace a lock with an atomic | Oli Scherer | -6/+11 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -11/+27 |
| 2023-04-04 | Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkov | bors | -14/+142 |
| 2023-04-04 | Auto merge of #109888 - Mark-Simulacrum:balanced-compression, r=pietroalbini | bors | -46/+13 |
| 2023-04-04 | Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddle | bors | -10/+14 |
| 2023-04-03 | Auto merge of #109911 - JohnTitor:rollup-7gjiqim, r=JohnTitor | bors | -11/+51 |
| 2023-04-04 | Rollup merge of #109903 - ChrisDenton:map-me, r=compiler-errors | Yuki Okushi | -0/+1 |
| 2023-04-04 | Rollup merge of #109902 - Nilstrieb:107414test, r=compiler-errors | Yuki Okushi | -0/+24 |
| 2023-04-04 | Rollup merge of #109896 - Nilstrieb:integers-are-not-fn-ptrs-remember-this-de... | Yuki Okushi | -8/+24 |
| 2023-04-04 | Rollup merge of #109889 - ferrocene:pa-update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2023-04-04 | Rollup merge of #109883 - skaunov:patch-1, r=thomcc | Yuki Okushi | -1/+1 |
| 2023-04-04 | Rollup merge of #109783 - jyn514:dev-guide-links, r=Mark-Simulacrum | Yuki Okushi | -2/+1 |
| 2023-04-03 | Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obk | bors | -5/+5 |
| 2023-04-03 | Add Chris Denton to `.mailmap` | Chris Denton | -0/+1 |
| 2023-04-03 | Add test | Nilstrieb | -0/+24 |
| 2023-04-03 | Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin | bors | -118/+168 |
| 2023-04-03 | Never consider int and float vars for `FnPtr` candidates | Nilstrieb | -8/+24 |
| 2023-04-03 | Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-04-03 | update rust-by-example | Pietro Albini | -0/+0 |
| 2023-04-03 | update rustc dev guide | Pietro Albini | -0/+0 |
| 2023-04-03 | Remove optimal xz settings from CI | Mark Rousskov | -46/+13 |
| 2023-04-03 | Increase libffi version to 3.2 to support s390x | Ulrich Weigand | -5/+5 |
| 2023-04-03 | Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum | bors | -51/+19 |
| 2023-04-03 | update book | Pietro Albini | -0/+0 |
| 2023-04-03 | Auto merge of #109884 - matthiaskrgr:rollup-5wapig9, r=matthiaskrgr | bors | -97/+119 |
| 2023-04-03 | Rollup merge of #109873 - jyn514:subdirectories, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-03 | Rollup merge of #109871 - Mark-Simulacrum:metrics-timestamp, r=ozkanonur | Matthias Krüger | -1/+12 |
| 2023-04-03 | Rollup merge of #109868 - jyn514:ci-names, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2023-04-03 | Rollup merge of #109856 - bvanjoi:fix-issue-109304, r=compiler-errors | Matthias Krüger | -81/+26 |
| 2023-04-03 | Rollup merge of #109722 - hermitcore:read, r=Mark-Simulacrum | Matthias Krüger | -7/+24 |
| 2023-04-03 | Rollup merge of #109642 - lenko-d:rust_codegen-backends_interacts_confusingly... | Matthias Krüger | -1/+43 |
| 2023-04-03 | Rollup merge of #109526 - bzEq:aix-libpath, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2023-04-03 | Add links to <cell.rs> | Sergey Kaunov | -1/+1 |
| 2023-04-03 | Auto merge of #108288 - ozkanonur:hotfix-90244, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -10/+14 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -81/+26 |
| 2023-04-03 | Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrum | bors | -95/+226 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -118/+168 |
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -1/+1 |
| 2023-04-02 | Include invocation start times | Mark Rousskov | -1/+12 |
| 2023-04-02 | Improve job names in Github Actions preview | jyn | -6/+6 |
| 2023-04-02 | try to fix test-various | jyn | -1/+4 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -46/+51 |
| 2023-04-02 | fix `build --stage 2 compiler/rustc` panic | ozkanonur | -0/+7 |
| 2023-04-02 | Auto merge of #109811 - jyn514:symlink-fixes, r=Mark-Simulacrum | bors | -11/+12 |