| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Rollup merge of #114008 - Zalathar:covfun-section-name, r=cjgillot | Matthias Krüger | -8/+31 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -1315/+1180 |
| 2023-07-25 | add some sanity checks in write_immediate_no_validate | Ralf Jung | -4/+37 |
| 2023-07-25 | bless more | Ralf Jung | -11/+24 |
| 2023-07-25 | interpret: read_discriminant: only return VariantIdx | Ralf Jung | -35/+49 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -1218/+871 |
| 2023-07-25 | Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov | bors | -97/+85 |
| 2023-07-25 | extract common code | Deadbeef | -11/+10 |
| 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 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -258/+410 |
| 2023-07-24 | Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwco | bors | -29/+122 |
| 2023-07-24 | coverage: Obtain the `__llvm_covfun` section name outside a per-function loop | Zalathar | -8/+31 |
| 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 |