1. 156088f Delete redundant gdb-version requirements and related comments by Ben Kimock · 9 months ago
  2. fa0e858 Replace gdbr with gdbg by Ben Kimock · 9 months ago
  3. 4314661 Delete gdbg commands by Ben Kimock · 9 months ago
  4. a561484 Enable debuginfo tests that have been temporarily disabled for years by Ben Kimock · 9 months ago
  5. 96431e4 Use explicit LLDB commands instead of `print`/`p` aliases. by Markus Reiter · 1 year, 2 months ago
  6. 75fba9d Remove LLDB persistent results in `compiletest`. by Markus Reiter · 1 year, 2 months ago
  7. 6e48b96 [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives by 许杰友 Jieyou Xu (Joe) · 1 year, 3 months ago
  8. cf2dff2 Move /src/test to /tests by Albert Larsan · 2 years, 4 months ago[Renamed from src/test/debuginfo/struct-in-enum.rs]
  9. 3ea62cb5 Remove redundant `ignore-tidy-linelength` annotations by Simon Jakobi · 4 years, 2 months ago
  10. 2a66355 Remove licenses by Mark Rousskov · 6 years ago
  11. 0a24acd Disable failing tests temporarily by Sam · 7 years ago
  12. 112a5a0 ignore more gdb versions with buggy rust support by Tim Neumann · 8 years ago
  13. f437598 debuginfo: Ignore optimized enum tests for GDB versions that can't handle them. by Michael Woerister · 8 years ago
  14. 9966bbd Fix computation of enum names based off the discrfield in the case of the null pointer optimization. This functionality is needed by pretty printers for gdb and lldb. by Austin Hicks · 8 years ago
  15. 9253e12 adapt debuginfo tests for gdb with native rust support by Tim Neumann · 9 years ago
  16. 6fa0ff2 Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` by Andrew Paseltiner · 10 years ago
  17. 03f9269 Add a name for tuple fields in debuginfo so that they can be accessed in debuggers. by Michael Woerister · 10 years ago
  18. 1accaa9 Fix some typos by Vadim Petrochenkov · 10 years ago
  19. b1af864 Enable test/debuginfo on android by Eunji Jeong · 10 years ago
  20. 91a0e18 debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. by Michael Woerister · 10 years ago
  21. 3dcd215 Switch to purely namespaced enums by Steven Fackler · 11 years ago
  22. 54a5a2b debuginfo: Make GDB tests use line breakpoints like done in LLDB tests. by Michael Woerister · 11 years ago
  23. e0ad0fc Update code with new lint names by Aaron Turon · 11 years ago
  24. 47e8cf7 debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available by Michael Woerister · 11 years ago
  25. 98a0f91 debuginfo: Don't mark struct fields as artificial. by Michael Woerister · 11 years ago
  26. c7f45a9 debuginfo: Add LLDB autotests to debuginfo test suite. by Michael Woerister · 11 years ago
  27. eea329b debuginfo: Make DWARF representation of enums uniform. by Michael Woerister · 11 years ago
  28. 55a8bd5 debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb by Michael Woerister · 11 years ago[Renamed (80%) from src/test/debug-info/struct-in-enum.rs]
  29. 713e875 Use new attribute syntax in python files in src/etc too (#13478) by Manish Goregaokar · 11 years ago
  30. f62460c Change `xfail` directives in compiletests to `ignore`, closes #11363 by Florian Hahn · 11 years ago
  31. 071ee96 Consolidate codegen-related compiler flags by Alex Crichton · 11 years ago
  32. 730bdb6 Added tests to make tidy by Derek Guenther · 11 years ago
  33. ca55317 tagging issue number(#10381) by Young-il Choi · 12 years ago
  34. 4e54828 Add make check support(arm-linux-androideabi debuginfo) by sh8281.kim · 12 years ago
  35. 93d6328 debuginfo: Support for namespaces (functions only) by Michael Woerister · 12 years ago
  36. 7f79b52 Un-disabled debug info tests on Windows. by Vadim Chugunov · 12 years ago
  37. ad5c676 Fix warnings it tests by Erick Tryzelaar · 12 years ago
  38. b2aeb4b debuginfo: Cleaned up style issues for pull request. by Michael Woerister · 12 years ago
  39. e0108a4 debuginfo: DI generation for enums uses adt::represent_type() now. by Michael Woerister · 12 years ago
  40. 70e5c08 debuginfo: Extended test suite with various tests for enums. by Michael Woerister · 12 years ago