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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
debug-info
Age
Commit message (
Expand
)
Author
Lines
2013-08-17
auto merge of #8554 : michaelwoerister/rust/generics, r=brson
bors
-11
/
+1880
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-29
/
+93
2013-08-16
debuginfo: Added test cases for static struct and enum methods.
Michael Woerister
-0
/
+134
2013-08-16
debuginfo: Test cases for [generic][default][static] methods and functions:
Michael Woerister
-1
/
+635
2013-08-16
debuginfo: Add test case for issue #8513.
Michael Woerister
-0
/
+20
2013-08-16
debuginfo: Implemented support for Self type parameter in trait methods with ...
Michael Woerister
-0
/
+141
2013-08-16
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-...
Michael Woerister
-0
/
+663
2013-08-16
debuginfo: Added test cases for generic structs and enums.
Michael Woerister
-1
/
+198
2013-08-16
debuginfo: Properly handle monomorphization of generic functions.
Michael Woerister
-1
/
+16
2013-08-16
debuginfo: Generate template type parameters for generic functions.
Michael Woerister
-0
/
+48
2013-08-16
debuginfo: Fixed option-like-enum test case so it does not rely on undefined ...
Michael Woerister
-11
/
+28
2013-08-13
debuginfo: Add some tests for visibiliy scopes within closures.
Michael Woerister
-0
/
+237
2013-08-13
debuginfo: Add support for argument shadowing.
Michael Woerister
-0
/
+59
2013-08-13
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
Michael Woerister
-10
/
+1277
2013-08-07
xfail debug-info/option-like-enum
Brian Anderson
-0
/
+1
2013-07-25
debuginfo: Fixed a few things for PR.
Michael Woerister
-13
/
+19
2013-07-25
debuginfo: Support for destructured function arguments.
Michael Woerister
-0
/
+424
2013-07-25
debuginfo: Support for function arguments. (WIP)
Michael Woerister
-3
/
+1
2013-07-25
debuginfo: Implemented support for destructured locals.
Michael Woerister
-5
/
+182
2013-07-20
debuginfo: Removed some test relying on data structure sizes hard to predict ...
Michael Woerister
-19
/
+23
2013-07-19
debuginfo: Adapted DI generation to new memory layout of unique vecs.
Michael Woerister
-2
/
+39
2013-07-19
debuginfo: Cleaned up style issues for pull request.
Michael Woerister
-96
/
+124
2013-07-19
debuginfo: Added support for Option<T>-like enums.
Michael Woerister
-0
/
+69
2013-07-19
debuginfo: Fixed unique pointers to data containing managed pointers.
Michael Woerister
-0
/
+45
2013-07-19
debuginfo: DI generation for enums uses adt::represent_type() now.
Michael Woerister
-6
/
+6
2013-07-19
debuginfo: Extended test suite with various tests for enums.
Michael Woerister
-0
/
+343
2013-07-19
debuginfo: Fixes related to changed memory layout of unique allocations
Michael Woerister
-4
/
+4
2013-07-19
debuginfo: Added support for struct-style enums.
Michael Woerister
-8
/
+107
2013-07-19
debuginfo: Better support for univariant tuple-style enums.
Michael Woerister
-3
/
+13
2013-07-19
debuginfo: Support for tuple-style enums (WIP)
Michael Woerister
-2
/
+81
2013-07-19
debuginfo: Added support for c-style enums.
Michael Woerister
-4
/
+220
2013-07-19
debuginfo: Added test cases for packed structs (/w drop)
Michael Woerister
-0
/
+356
2013-07-19
debuginfo: Refactoring of composite type info generation done.
Michael Woerister
-0
/
+34
2013-07-19
debuginfo: Refactored vec slice code to use the new infrastructure. Added tes...
Michael Woerister
-14
/
+74
2013-07-19
debuginfo: Removed some misleading comments from test cases.
Michael Woerister
-17
/
+1
2013-07-19
debuginfo: Renamed *reference-to-* test cases to *borrowed-*
Michael Woerister
-0
/
+0
2013-07-19
debuginfo: Began refactoring of composite type handling.
Michael Woerister
-9
/
+65
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
[next]