about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2015-12-18Fix the falloutVadim Petrochenkov-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-2/+21
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-4/+4
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-3/+97
2015-08-05Revert "debuginfo: Bring back some GDB pretty printing autotests that are not...Alex Crichton-188/+0
2015-08-03debuginfo: Bring back some GDB pretty printing autotests that are not actuall...Michael Woerister-0/+188
2015-07-28Fix de-deduplication for closure debuginfoBjörn Steinbrink-0/+18
2015-07-20Create proper debuginfo for closure variablesBjörn Steinbrink-1/+1
2015-07-18Generate proper debug info for function pointersBjörn Steinbrink-0/+3
2015-07-18Properly create debug info for functionsBjörn Steinbrink-1/+1
2015-07-17Auto merge of #27076 - alexcrichton:update-llvm, r=brsonbors-0/+92
2015-07-17test: Ignore a failing test on LLDBAlex Crichton-0/+1
2015-07-16debuginfo: Fix type description generic enum discriminants.Michael Woerister-0/+91
2015-07-15Remove reference to gdb-pretty-struct-and-enums.rsTamir Duberstein-4/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-12ignore-test cleanupSteve Klabnik-342/+0
2015-06-07test: Ignore gdb-pretty-struct-and-enums.rsBrian Anderson-0/+1
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-2/+28
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-3/+3
2015-05-03Update tests to not use old ~ syntaxCarol Nichols-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
2015-04-29Re-enable tests on AndroidTamir Duberstein-4/+0
2015-04-29Reference the correct issueTamir Duberstein-1/+1
2015-04-28#10381: WarningsTamir Duberstein-52/+58
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+0
2015-04-14Test fixes and rebase conflicts, round 2Alex Crichton-2/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-25/+25
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-121/+123
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-1/+0
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-0/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-11/+11
2015-04-02Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelixManish Goregaokar-1/+84
2015-04-01Fallout in testsNiko Matsakis-11/+11
2015-03-28Fix some typosVadim Petrochenkov-6/+6
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-129/+129
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-129/+129
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-127/+128
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-127/+128
2015-03-25Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichtonbors-1/+3
2015-03-25Ignore some tests on aarch64Sae-bom Kim-1/+3
2015-03-25Add trivial cast lints.Nick Cameron-6/+6
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+9
2015-03-17Re-bork whitespace for text file (fixup #23385)Manish Goregaokar-3/+3
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-18/+3
2015-03-13Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichtonManish Goregaokar-0/+60
2015-03-12debuginfo: Add GDB pretty printers for slices, Vec<>, and String.Michael Woerister-0/+60
2015-03-12debuginfo: Make LLDB pretty printer correctly handle zero-sized fields.Michael Woerister-0/+57
2015-03-06Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichtonManish Goregaokar-0/+135