| Age | Commit message (Expand) | Author | Lines |
| 2024-06-01 | Increase vtable layout size | Mark Rousskov | -3/+3 |
| 2024-05-20 | Fix `tests/debuginfo/strings-and-strs`. | Nicholas Nethercote | -2/+2 |
| 2024-05-11 | lldb-formatters: Use StdSliceSyntheticProvider for &str | Vladimir Makayev | -3/+66 |
| 2024-05-05 | Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) | Vladimir Makayev | -23/+102 |
| 2024-04-26 | Update lldb only tests | Vadim Petrochenkov | -0/+2 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -92/+18 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -10/+17 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -2/+0 |
| 2024-04-15 | disable two debuginfo tests under gdb 15 | Rémy Rakic | -0/+4 |
| 2024-03-29 | Add rust-lldb pretty printing for Path and PathBuf | Nathan Henrie | -0/+29 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -1656/+1648 |
| 2024-03-15 | Fix unknown `dwim-print` command. | Markus Reiter | -4/+4 |
| 2024-03-15 | Fix remaining LLDB commands. | Markus Reiter | -29/+29 |
| 2024-03-15 | Use explicit LLDB commands instead of `print`/`p` aliases. | Markus Reiter | -838/+830 |
| 2024-03-14 | Remove LLDB persistent results in `compiletest`. | Markus Reiter | -826/+824 |
| 2024-03-14 | Fix `StdNonZeroNumberSummaryProvider`. | Markus Reiter | -12/+14 |
| 2024-03-14 | Try fixing `debuginfo` test. | Markus Reiter | -12/+12 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -2/+2 |
| 2024-03-05 | Update debuginfo tests | Chris Denton | -2/+2 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -54/+54 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -406/+406 |
| 2024-02-22 | Ignore tidy linelength | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-02-16 | update debuginfo test | joboet | -2/+2 |
| 2024-01-27 | Update tests. | Markus Reiter | -27/+27 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -1/+149 |
| 2024-01-12 | update debuginfo tests on Windows | joboet | -2/+2 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -0/+462 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -24/+24 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -8/+8 |
| 2023-09-12 | Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiser | bors | -1/+0 |
| 2023-08-30 | tests: re-enable pretty-std-collections on macOS | David Wood | -1/+0 |
| 2023-08-25 | tests: add test for #67992 | David Wood | -0/+31 |
| 2023-07-29 | Replace ignore-everything with only-arch | Jubilee Young | -10/+3 |
| 2023-07-17 | Update natvis to match full type names for Arc, Rc, Weak, etc | Wesley Wiser | -1/+1 |
| 2023-07-03 | fix type braces | Cyborus04 | -1/+1 |
| 2023-07-03 | Update `debuginfo` test output to describe new structure of `Rc`/`Arc` | Trevor Gross | -13/+13 |
| 2023-05-13 | Add multiple borrow test. | Camille GILLOT | -0/+8 |
| 2023-05-13 | Add debuginfo test. | Camille GILLOT | -0/+165 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -2/+0 |
| 2023-05-01 | remove bootstrap from tests | Gibby Free | -2/+0 |
| 2023-04-27 | Remove repeated definite articles | cui fliter | -1/+1 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -2/+2 |
| 2023-04-23 | Fortify test. | Camille GILLOT | -7/+15 |
| 2023-04-16 | ci: add a runner for vanilla LLVM 16 | Josh Stone | -0/+2 |
| 2023-04-14 | rename rust-lldb to needs-rust-lldb for consistency | Pietro Albini | -9/+9 |
| 2023-04-05 | Fix function order in an msvc debuginfo test | Rémy Rakic | -1/+1 |
| 2023-04-05 | Fix a debuginfo test with a hard-coded hash | Thom Chiovoloni | -2/+2 |
| 2023-03-13 | Bless debuginfo test. | Camille GILLOT | -1/+0 |