| Age | Commit message (Expand) | Author | Lines |
| 2023-10-06 | Miri: Add `CreateWaitableTimerEx` stub | Chris Denton | -0/+12 |
| 2023-10-06 | Rollup merge of #116475 - notriddle:notriddle/impl-trait-null, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-10-06 | add a direct dlsym test | Ralf Jung | -19/+38 |
| 2023-10-06 | allow dyn_sym in the files where they are defined; remove unreachable android... | Ralf Jung | -19/+25 |
| 2023-10-06 | make some things on foreign_items private | Ralf Jung | -256/+256 |
| 2023-10-06 | refactor dlsym: dispatch symbols via the normal shim mechanism | Ralf Jung | -461/+168 |
| 2023-10-06 | Make `tidy-alphabetical-{start,end}` work more widely. | Nicholas Nethercote | -2/+2 |
| 2023-10-06 | Auto merge of #3098 - BlackHoleFox:apple-entropy, r=RalfJung | bors | -4/+26 |
| 2023-10-06 | Move getentropy handling to a shared location for foreign item implementation | BlackHoleFox | -4/+26 |
| 2023-10-05 | rustdoc-search: fix bug with multi-item impl trait | Michael Howell | -1/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -271/+191 |
| 2023-10-05 | Auto merge of #3107 - eduardosm:update-deps, r=RalfJung | bors | -503/+573 |
| 2023-10-06 | remove the use of `fn update_submodule` on rust-analyzer | onur-ozkan | -2/+0 |
| 2023-10-05 | Update test dependencies | Eduardo Sánchez Muñoz | -92/+162 |
| 2023-10-05 | Update miri-script dependencies | Eduardo Sánchez Muñoz | -41/+179 |
| 2023-10-05 | Update cargo-miri dependencies | Eduardo Sánchez Muñoz | -201/+99 |
| 2023-10-05 | Update miri dependencies | Eduardo Sánchez Muñoz | -169/+133 |
| 2023-10-05 | Remove `try-merge` from CI workflow | Jakub Beránek | -1/+0 |
| 2023-10-05 | Enable new bors try branch to run on CI | Jakub Beránek | -2/+3 |
| 2023-10-05 | Pass host flags to `rustc` shim using prefixed env. vars | Jakub Beránek | -18/+42 |
| 2023-10-05 | Remove unused `RUSTDOC_FUSE_LD_LLD` flag | Jakub Beránek | -4/+0 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -17/+14 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-05 | Auto merge of #3106 - RalfJung:tree-borrows-initial, r=RalfJung | bors | -61/+106 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -1/+1 |
| 2023-10-05 | Tree Borrows: do not create new tags as 'Active' | Ralf Jung | -61/+106 |
| 2023-10-05 | Auto merge of #3000 - RalfJung:no_std, r=oli-obk | bors | -19/+22 |
| 2023-10-04 | Fix spans for comments in rustfmt | Michael Goulet | -1/+2 |
| 2023-10-04 | Fix spans for comments in rustfmt | Michael Goulet | -1/+2 |
| 2023-10-04 | Point to closure return instead of output if defaulted | Michael Goulet | -2/+2 |
| 2023-10-04 | Fix clippy | Michael Goulet | -18/+14 |
| 2023-10-04 | Auto merge of #3105 - RalfJung:sysroot-target, r=RalfJung | bors | -1/+4 |
| 2023-10-04 | miri-script: print which sysroot target we are building | Ralf Jung | -1/+4 |
| 2023-10-04 | auto-detect no_std where possible | Ralf Jung | -19/+22 |
| 2023-10-04 | vendor distribution on the tarball sources | onur-ozkan | -5/+10 |
| 2023-10-04 | Update documentation for LLVM CFI support | Ramon de C Valle | -76/+85 |
| 2023-10-05 | Fix typo in attrs.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-10-04 | Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzol | bors | -66/+0 |
| 2023-10-04 | Bump host compiler on x64 dist Linux to LLVM 17.0.2 | Jakub Beránek | -1/+1 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -19/+22 |
| 2023-10-04 | Auto merge of #116353 - Kobzol:new-bors-event, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-10-04 | Auto merge of #116406 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -104/+69 |
| 2023-10-04 | Rollup merge of #116365 - P1n3appl3:master, r=onur-ozkan | Matthias Krüger | -5/+7 |
| 2023-10-04 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-03 | bootstrap: make copying linker binaries conditional | Joseph Ryan | -5/+7 |
| 2023-10-03 | wording tweaks | Ralf Jung | -2/+2 |
| 2023-10-03 | Fix typos `*ucom` → `ucom*` | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -1/+16 |