| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -3/+13 |
| 2024-08-19 | Auto merge of #129218 - saethlin:gdb-supports-rust-now, r=jieyouxu | bors | -2567/+1210 |
| 2024-08-19 | Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum | bors | -1933/+3437 |
| 2024-08-19 | Auto merge of #129261 - tgross35:rollup-xjbvqx7, r=tgross35 | bors | -363/+381 |
| 2024-08-18 | Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwU | Trevor Gross | -4/+29 |
| 2024-08-18 | Rollup merge of #129116 - Zalathar:compiler-rt, r=Mark-Simulacrum | Trevor Gross | -1/+14 |
| 2024-08-18 | Rollup merge of #129048 - heiher:update-crosstool-loongarch64, r=Mark-Simulacrum | Trevor Gross | -7/+7 |
| 2024-08-18 | Rollup merge of #128902 - evanj:evan.jones/env-var-doc, r=workingjubilee | Trevor Gross | -6/+5 |
| 2024-08-18 | Rollup merge of #128628 - khuey:simply-cfg-erase-source-info, r=nnethercote | Trevor Gross | -0/+11 |
| 2024-08-18 | Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillot | Trevor Gross | -7/+111 |
| 2024-08-18 | Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxu | Trevor Gross | -338/+204 |
| 2024-08-18 | Generate completions after version updates | Trevor Gross | -1471/+2988 |
| 2024-08-18 | Adjust expected errors for a `rustdoc` test | Trevor Gross | -22/+5 |
| 2024-08-19 | Auto merge of #129228 - matthiaskrgr:oopsie, r=jieyouxu | bors | -0/+98 |
| 2024-08-19 | crashes: more tests | Matthias Krüger | -0/+98 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -43/+766 |
| 2024-08-18 | Fixup tests | Ben Kimock | -13/+13 |
| 2024-08-18 | Convert lldbg- to lldb- | Ben Kimock | -716/+716 |
| 2024-08-18 | Delete lldbr annotations | Ben Kimock | -677/+0 |
| 2024-08-18 | Delete min-lldb-version: 310 | Ben Kimock | -158/+2 |
| 2024-08-18 | Clean up compiletest | Ben Kimock | -59/+19 |
| 2024-08-18 | Delete redundant gdb-version requirements and related comments | Ben Kimock | -47/+0 |
| 2024-08-18 | Grep for enabled and clean up those hits | Ben Kimock | -22/+0 |
| 2024-08-18 | Adjust licensing exceptions for WASM components | Trevor Gross | -7/+1 |
| 2024-08-18 | Run `cargo update` with the new v2 resolver | Trevor Gross | -427/+437 |
| 2024-08-18 | Update some dependency versions that allow better licensing | Trevor Gross | -4/+4 |
| 2024-08-18 | Switch to using the v2 resolver in most workspaces | Trevor Gross | -2/+2 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -92/+92 |
| 2024-08-18 | soft-deprecate the addr_of macros | Ralf Jung | -0/+6 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -246/+106 |
| 2024-08-18 | Delete compiletest support for gdbg | Ben Kimock | -11/+1 |
| 2024-08-18 | Fix up a special case | Ben Kimock | -7/+0 |
| 2024-08-18 | Replace gdbr with gdbg | Ben Kimock | -461/+461 |
| 2024-08-18 | Delete gdbg commands | Ben Kimock | -398/+0 |
| 2024-08-18 | Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum | bors | -14/+22 |
| 2024-08-18 | code review improvements | Evan Jones | -9/+5 |
| 2024-08-18 | Auto merge of #129230 - RalfJung:miri-sync, r=RalfJung | bors | -1045/+2536 |
| 2024-08-18 | fix build with bootstrap compiler | Ralf Jung | -0/+7 |
| 2024-08-18 | Auto merge of #3820 - tiif:epoller, r=RalfJung | bors | -6/+83 |
| 2024-08-18 | Add EPOLLER support | tiif | -6/+83 |
| 2024-08-18 | Auto merge of #129227 - jieyouxu:no-dumping, r=Kobzol | bors | -0/+3 |
| 2024-08-18 | Auto merge of #3818 - tiif:loseevents, r=RalfJung | bors | -17/+94 |
| 2024-08-18 | tests: disable `dump-ice-to-disk` for i686-mingw | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-08-18 | epoll: iterate through output buffer then fetch an event from ready list | tiif | -17/+94 |
| 2024-08-18 | Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJung | bors | -3/+9 |
| 2024-08-18 | epoll test_socketpair_read: explicitly check real and Miri behavior | Ralf Jung | -3/+9 |
| 2024-08-18 | Auto merge of #3824 - tiif:maxeventeinval, r=RalfJung | bors | -6/+25 |
| 2024-08-18 | make sure we read all arguments before returning early | Ralf Jung | -3/+5 |
| 2024-08-18 | Auto merge of #129225 - jieyouxu:rollup-xwtkwgr, r=jieyouxu | bors | -220/+217 |
| 2024-08-18 | Rollup merge of #129221 - ehuss:johntitor-rotation, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |