about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-1238/+3
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-55/+0
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-14Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichtonkennytm-1/+5
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-1/+5
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11Add function call test, Update gdb and test docker image install gdb by ppa.Unknown-0/+52
2018-12-11Check for uninhabitedness instead of nevervarkor-39/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-29Add template parameter debuginfo to generic typesTom Tromey-6/+16
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-8/+9
2018-11-24Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm-9/+9
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-8/+9
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-9/+9
2018-11-14Fix VecDeque pretty-printerTom Tromey-0/+11
2018-11-06Update lldbTom Tromey-1/+1
2018-10-30Add legacy debuginfo testsTom Tromey-0/+996
2018-10-30Update enum debuginfo testsTom Tromey-111/+95
2018-10-10Run both lldb and gdb testsTom Tromey-1/+1
2018-10-10Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichtonbors-672/+1334
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-672/+1334
2018-09-30make the nil-enum test work againJorge Aparicio-2/+7
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-7/+2
2018-09-22make the nil-enum test work againJorge Aparicio-2/+7
2018-08-15pretty printing for btreemapUnknown-1/+11
2018-08-14Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoeristerkennytm-0/+50
2018-08-13fix behaviorUnknown-1/+1
2018-08-07add gdb test for std::collectionsfukatani-0/+50
2018-08-05Fix test/debuginfovarkor-1/+0
2018-07-18Remove workarounds for #24958ljedrz-3/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-04-26Mark SingleVariant as repr(u8) in c-style-enumAnthony Ramine-0/+1
2018-03-07travis: Upgrade OSX buildersAlex Crichton-0/+1
2018-01-06Debuginfo Shadowed Variable test: fix check numberingSam-9/+8
2018-01-05Disable failing tests temporarilySam-2/+25
2018-01-03Restore working debuginfo tests by trimming comments from non-header directiv...Sam-0/+38
2017-12-21fix debuginfo scoping of let-statementsAriel Ben-Yehuda-0/+32
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-1/+0
2017-10-06Implement display_hint in gdb pretty printersTom Tromey-0/+4
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+1
2017-06-09Pretty-printers tests: gdbr -> gdbgentoo90-4/+4
2017-06-02Add GDB pretty-printer for OsStringgentoo90-2/+10
2017-06-01Add test for 'invalid literal for int()' exception in gdb pretty-printersgentoo90-0/+5
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
2017-05-19debuginfo: Generate unique DW_AT_names for compilation units to work around O...Michael Woerister-0/+67
2017-03-09update gdbr testsTim Neumann-17/+22
2017-03-03work around LLVM PR#32123Ariel Ben-Yehuda-1/+2
2017-02-08Exclude top-level macro expansions from source location override.Vadim Chugunov-0/+43
2017-02-04ignore more gdb versions with buggy rust supportTim Neumann-10/+10