about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
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
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-6/+6
2017-01-13debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.Michael Woerister-0/+10
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-02Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoeristerbors-0/+45
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-3/+2
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
2016-12-22Fix debuginfo for unsized struct membersPhilip Craig-0/+45
2016-12-19prefer hyphens in test files named after issue numbersZack M. Davis-0/+0
2016-12-14Fix computation of enum names based off the discrfield in the case of the nul...Austin Hicks-2/+2
2016-12-14Modify debuginfo to deal with the difference between source and memory orderAustin Hicks-17/+17
2016-11-30debuginfo: Ignore macro-stepping test on aarch64Michael Woerister-0/+1
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-5/+5
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-494/+983
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-494/+983
2016-10-20Fix line stepping in debugger.Vadim Chugunov-0/+91