Commit Graph

17 Commits

Author SHA1 Message Date
Camille GILLOT c4881f8713 Add multiple borrow test. 2023-05-13 10:32:32 +00:00
Camille GILLOT 3fbfa996cc Add debuginfo test. 2023-05-13 10:14:14 +00:00
Dylan DPC 774808c135 Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser
Stabilize debugger_visualizer

This stabilizes the `debugger_visualizer` attribute (#95939).

* Marks the `debugger_visualizer` feature as `accepted`.
* Marks the `debugger_visualizer` attribute as `ungated`.
* Deletes feature gate test, removes feature gate from other tests.

Closes #95939
2023-05-02 11:44:51 +05:30
Gibby Free 82fb08ca3e remove bootstrap from tests 2023-05-01 13:37:15 -07:00
cui fliter 0b5f74e1c0 Remove repeated definite articles
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-04-27 00:48:00 +08:00
bors 7bddbbb2de Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum
Add support for allocators in `LinkedList`

Allows `LinkedList` to use a custom allocator
2023-04-25 11:34:58 +00:00
Ryan Lowe 684ee134cf Add support for allocators in LinkedList 2023-04-24 22:30:16 -04:00
Camille GILLOT 43876fc395 Fortify test. 2023-04-23 00:34:46 +02:00
Josh Stone 9dba3867f4 ci: add a runner for vanilla LLVM 16
Like #107044, this will let us track compatibility with LLVM 16 going
forward, especially after we eventually upgrade our own to the next.

This also drops `tidy` here and in `x86_64-gnu-llvm-15`, syncing with
that change in #106085.
2023-04-16 11:50:20 -07:00
Pietro Albini fb329c4b0f rename rust-lldb to needs-rust-lldb for consistency 2023-04-14 11:40:07 +02:00
Rémy Rakic 833e15dda4 Fix function order in an msvc debuginfo test
The function names with const generic parameters are printed in a
different order.
2023-04-05 15:59:29 +00:00
Thom Chiovoloni f74402c8fa Fix a debuginfo test with a hard-coded hash 2023-04-05 15:59:29 +00:00
Camille GILLOT 4f34f30cb0 Bless debuginfo test. 2023-03-13 18:24:48 +00:00
Gibby Free e9d7836205 stabilize debugger visualizer attribute 2023-03-01 18:56:29 -08:00
clubby789 e102d3f9a8 Remove the capture_disjoint_fields feature 2023-02-28 01:21:15 +00:00
Mateusz Mikuła c0242d47ec Upgrade mingw-w64 on CI 2023-01-29 13:01:06 +01:00
Albert Larsan 8f6b5d4e26 Move /src/test to /tests 2023-01-11 09:32:08 +00:00