index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
debug-info
Age
Commit message (
Expand
)
Author
Lines
2013-06-27
debuginfo: Some corrections after review.
Michael Woerister
-4
/
+16
2013-06-27
debuginfo: Formatting cleanup.
Michael Woerister
-22
/
+12
2013-06-27
debuginfo: Added test case for function arguments.
Michael Woerister
-0
/
+51
2013-06-27
debuginfo: Added test case for local variables declared with destructuring.
Michael Woerister
-0
/
+33
2013-06-27
debuginfo: Added more tests for region pointers (tuples, structs).
Michael Woerister
-0
/
+125
2013-06-27
debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars.
Michael Woerister
-6
/
+6
2013-06-27
debuginfo: Added test cases for region pointers into heap boxes for basic types.
Michael Woerister
-0
/
+230
2013-06-27
debuginfo: Added test case for region pointers pointing to stack values with ...
Michael Woerister
-0
/
+116
2013-06-27
debuginfo: Added test case for structs with destructor.
Michael Woerister
-0
/
+77
2013-06-27
debuginfo: Added test case for local variable scopes.
Michael Woerister
-0
/
+49
2013-06-27
debuginfo: Made test cases use correct naming convention for variables.
Michael Woerister
-64
/
+64
2013-06-27
debuginfo: Added test cases for tuples contained in structs.
Michael Woerister
-0
/
+151
2013-06-27
debuginfo: Added test cases for tuples.
Michael Woerister
-26
/
+101
2013-06-27
Extended test cases for struct debug information.
Michael Woerister
-35
/
+237
2013-06-21
_Actually_ xfail debuginfo tests
James Miller
-2
/
+2
2013-06-20
xfail box-related debug-info tests r=snapshot
James Miller
-4
/
+4
2013-06-17
Fixed remaining issues to pass debug-test/* tests.
Vadim Chugunov
-15
/
+30
2013-04-19
auto merge of #5824 : bleibig/rust/debuginfo, r=brson
bors
-0
/
+64
2013-04-18
xfail box and vec debug info tests
Brian Leibig
-0
/
+4
2013-04-11
xail all debuginfo tests
Brian Anderson
-0
/
+6
2013-04-10
Add debug info test for vectors
Brian Leibig
-0
/
+30
2013-04-10
Add debug info test for boxes
Brian Leibig
-0
/
+30
2013-03-11
Re-enable struct value printing in debug info tests with gdb pretty printing off
Brian Leibig
-10
/
+9
2013-03-11
Disable struct value printing in debug info tests
Brian Leibig
-8
/
+4
2013-03-11
Debuginfo revamp
Brian Leibig
-12
/
+82
2013-02-09
Add debug info tests
Brian Leibig
-0
/
+54