| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | fix: build on haiku | Steve Lau | -2/+2 |
| 2024-06-10 | Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=... | bors | -7/+135 |
| 2024-06-09 | Auto merge of #126205 - jieyouxu:rollup-s64z5ng, r=jieyouxu | bors | -198/+294 |
| 2024-06-09 | Rollup merge of #126194 - ChrisDenton:winerror, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -30/+69 |
| 2024-06-09 | Rollup merge of #126190 - jieyouxu:run-make-triagebot, r=Nilstrieb,Kobzol | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2024-06-09 | Rollup merge of #126176 - notriddle:notriddle/fix-type-name-normalize, r=fmease | 许杰友 Jieyou Xu (Joe) | -4/+78 |
| 2024-06-09 | Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -163/+134 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+78 |
| 2024-06-09 | Auto merge of #126202 - jieyouxu:rollup-2ixnizz, r=jieyouxu | bors | -70/+767 |
| 2024-06-09 | Rollup merge of #126188 - Kobzol:runmake-command-docs, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -14/+6 |
| 2024-06-09 | Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=... | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-06-09 | Rollup merge of #125470 - cuviper:relnotes-1.79.0, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+128 |
| 2024-06-09 | Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -22/+83 |
| 2024-06-09 | Rollup merge of #125253 - sunsided:feature/FRAC_1_SQRT_PI, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+23 |
| 2024-06-09 | Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -26/+519 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -7/+135 |
| 2024-06-09 | Auto merge of #125999 - XrXr:dist-aarch64-gcc-13, r=Kobzol | bors | -3/+1 |
| 2024-06-09 | tidy: add license exceptions for rustc-perf | Weihang Lo | -1/+41 |
| 2024-06-09 | feat: vendor crates required by opt-dist to collect profiles | Weihang Lo | -21/+39 |
| 2024-06-09 | Add release notes for 1.79.0 | Josh Stone | -0/+128 |
| 2024-06-09 | Autolabel run-make tests, remind to update tracking issue | 许杰友 Jieyou Xu (Joe) | -1/+13 |
| 2024-06-09 | Auto merge of #126193 - RalfJung:miri-sync, r=RalfJung | bors | -1087/+1500 |
| 2024-06-09 | Migrate more things to WinError | Chris Denton | -30/+69 |
| 2024-06-09 | Auto merge of #126166 - matthiaskrgr:crsh, r=jieyouxu | bors | -0/+323 |
| 2024-06-09 | Auto merge of #3661 - tiif:fix/eventfd, r=RalfJung | bors | -23/+30 |
| 2024-06-09 | Follow up fix for eventfd shim | tiif | -23/+30 |
| 2024-06-09 | Auto merge of #3663 - RalfJung:timeouts, r=RalfJung | bors | -67/+102 |
| 2024-06-09 | don't panic if time computaton overflows | Ralf Jung | -67/+102 |
| 2024-06-09 | Auto merge of #3653 - tiif:bug/futex_ice, r=RalfJung | bors | -8/+20 |
| 2024-06-09 | Run cargo fmt | tiif | -1/+4 |
| 2024-06-09 | Saturate to u64::MAX | tiif | -1/+2 |
| 2024-06-09 | Checked add for duration update | byt | -1/+1 |
| 2024-06-09 | Add comment for u128 to u64 conversion. | byt | -0/+2 |
| 2024-06-09 | Move duration division out | tiif | -5/+3 |
| 2024-06-09 | Use modulo operation to convert nanosecond to Duration | tiif | -7/+8 |
| 2024-06-09 | Remove test | tiif | -16/+0 |
| 2024-06-09 | Convert u128 to nanosecond | tiif | -12/+8 |
| 2024-06-09 | First attempt | tiif | -7/+34 |
| 2024-06-09 | Fix documentation for `impl_common_helpers` in `run-make-support` | Jakub Beránek | -14/+6 |
| 2024-06-09 | Auto merge of #3662 - RalfJung:simd-bitmask, r=RalfJung | bors | -51/+130 |
| 2024-06-09 | use strict ops in some places | Ralf Jung | -9/+8 |
| 2024-06-09 | simd_bitmask: work correctly for sizes like 24 | Ralf Jung | -42/+122 |
| 2024-06-09 | Auto merge of #126185 - matthiaskrgr:rollup-72dn1s2, r=matthiaskrgr | bors | -42/+69 |
| 2024-06-09 | Rollup merge of #126175 - Kobzol:tidy-install-pip-quiet, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-06-09 | Rollup merge of #126168 - devnexen:current_exe_haiku_simpl, r=ChrisDenton | Matthias Krüger | -10/+10 |
| 2024-06-09 | Rollup merge of #126155 - Zalathar:run-make-fulldeps, r=onur-ozkan | Matthias Krüger | -31/+15 |
| 2024-06-09 | Rollup merge of #126146 - devnexen:signal_fbsd, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-06-09 | Rollup merge of #126137 - Enselic:normalize-generic-arg, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-06-09 | tests: add more crashes | Matthias Krüger | -0/+323 |
| 2024-06-09 | Auto merge of #3660 - RalfJung:wrong-error, r=RalfJung | bors | -2/+2 |