| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Inline a function that is only used once | Oli Scherer | -20/+4 |
| 2023-07-25 | Remove some arguments that are always the same | Oli Scherer | -27/+7 |
| 2023-07-25 | Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-se | bors | -1/+9 |
| 2023-07-25 | Auto merge of #114020 - steffahn:hide-specialized-ToString-impls, r=thomcc | bors | -2/+15 |
| 2023-07-25 | Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkov | bors | -5/+23 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -3/+124 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -144/+246 |
| 2023-07-24 | Auto merge of #111362 - mj10021:issue-74838-update, r=cuviper | bors | -22/+3 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -18/+3 |
| 2023-07-24 | Auto merge of #113687 - saethlin:inline-assertion-helpers, r=cuviper | bors | -8/+5 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |
| 2023-07-24 | Auto merge of #113921 - davidtwco:lint-ctypes-issue-113900, r=petrochenkov | bors | -12/+21 |
| 2023-07-25 | resolve: ensure compile failed when has dummy or ambiguous | bohan | -8/+8 |
| 2023-07-25 | fix(resolve): skip panic when resolution is dummy | bohan | -1/+19 |
| 2023-07-24 | Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgr | bors | -76/+315 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-24 | bootstrap: Don't bundle musl on Unikraft | Martin Kröning | -2/+2 |
| 2023-07-24 | compiler: Add `*-unikraft-linux-musl` documentation | Martin Kröning | -0/+69 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+40 |
| 2023-07-24 | validate `doc(masked)` | Lukas Markeffsky | -117/+136 |
| 2023-07-24 | Rollup merge of #114021 - GuillaumeGomez:session-time-docs, r=lcnr | Matthias Krüger | -0/+1 |
| 2023-07-24 | Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=Amanieu | Matthias Krüger | -18/+42 |
| 2023-07-24 | Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwco | Matthias Krüger | -8/+8 |
| 2023-07-24 | Rollup merge of #113993 - nyurik:ref_format_errors, r=WaffleLapkin | Matthias Krüger | -9/+9 |
| 2023-07-24 | Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obk | Matthias Krüger | -14/+12 |
| 2023-07-24 | Rollup merge of #113987 - compiler-errors:comments, r=lcnr | Matthias Krüger | -16/+64 |
| 2023-07-24 | Rollup merge of #113985 - compiler-errors:issue-113951, r=estebank | Matthias Krüger | -7/+52 |
| 2023-07-24 | Rollup merge of #113969 - ericmarkmartin:smir-ty-dynamic, r=spastorino | Matthias Krüger | -4/+127 |
| 2023-07-24 | lcnr's suggestions | Michael Goulet | -4/+5 |
| 2023-07-24 | Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,... | bors | -8/+84 |
| 2023-07-24 | Add missing documentation for `Session::time` | Guillaume Gomez | -0/+1 |
| 2023-07-24 | Hide `ToString` implementations that specialize the default ones | Frank Steffahn | -2/+15 |
| 2023-07-24 | Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwco | bors | -29/+122 |
| 2023-07-24 | Auto merge of #113877 - JhonnyBillM:reuse-codegen-ssa-monomorphization-errors... | bors | -322/+58 |
| 2023-07-24 | Add clarification about build-std and using newer instructions. | Jonathan Pallant (Ferrous Systems) | -11/+42 |
| 2023-07-24 | Remove redundant note. | Jonathan Pallant (Ferrous Systems) | -7/+0 |
| 2023-07-24 | Auto merge of #114003 - lnicola:sync-from-ra, r=lnicola | bors | -405/+717 |
| 2023-07-24 | Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra | Laurențiu Nicola | -405/+717 |
| 2023-07-24 | compiler: Add `*-unknown-hermit` documentation | Martin Kröning | -2/+79 |
| 2023-07-24 | compiler: Add `riscv64gc-unknown-hermit` target | Simon Schöning | -0/+22 |
| 2023-07-24 | compiler: Hermit targets: Use functional update syntax | Martin Kröning | -15/+15 |
| 2023-07-24 | compiler: Hermit targets: Sort base fields by declaration | Martin Kröning | -6/+6 |
| 2023-07-24 | compiler: Hermit targets: Remove pre-link args. | Martin Kröning | -6/+0 |
| 2023-07-24 | Auto merge of #113978 - matthiaskrgr:clippy_072023_style, r=fee1-dead | bors | -32/+27 |
| 2023-07-24 | Auto merge of #113940 - inferiorhumanorgans:installer-no-hardcode-bash-path, ... | bors | -1/+1 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -8/+8 |
| 2023-07-24 | Dynamic for smir | Eric Mark Martin | -1/+120 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -9/+9 |
| 2023-07-24 | generic smir stable impl for Binder | Eric Mark Martin | -3/+7 |