| Age | Commit message (Expand) | Author | Lines |
| 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 #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 | 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-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 |
| 2023-04-02 | Replace any existing `build/host` symlink | Jynn Nelson | -11/+12 |
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -18/+70 |
| 2023-04-02 | Auto merge of #109852 - Nilstrieb:rollup-g3mgxxw, r=Nilstrieb | bors | -66/+44 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -30/+21 |
| 2023-04-02 | Rollup merge of #109844 - matthiaskrgr:clippy2023_04, r=Nilstrieb | Nilstrieb | -33/+20 |
| 2023-04-02 | Rollup merge of #109840 - taiki-e:typo, r=ChrisDenton | Nilstrieb | -1/+1 |
| 2023-04-02 | Rollup merge of #109839 - sartak:iter-grammar, r=scottmcm | Nilstrieb | -2/+2 |
| 2023-04-02 | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | -3/+1 |
| 2023-04-02 | Auto merge of #109836 - clubby789:param-non-exhaustive, r=Nilstrieb | bors | -1/+35 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -46/+51 |
| 2023-04-02 | Auto merge of #109834 - Nilstrieb:mailmap-myself, r=Mark-Simulacrum | bors | -0/+1 |
| 2023-04-01 | Auto merge of #109833 - klensy:bs-tty, r=Mark-Simulacrum | bors | -38/+42 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -5/+4 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -10/+7 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -15/+10 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -33/+20 |
| 2023-04-01 | Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrum | bors | -11/+77 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -1/+35 |
| 2023-04-01 | Auto merge of #109835 - ehuss:update-cargo, r=ehuss | bors | -25/+87 |