| Age | Commit message (Expand) | Author | Lines |
| 2013-12-13 | Ignore failing Android debug-info tests. #10381 | Brian Anderson | -0/+32 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -8/+8 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -5/+5 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -2/+2 |
| 2013-11-14 | test: Add xfail-win32 to two debug-info tests | klutzy | -0/+2 |
| 2013-11-10 | tagging issue number(#10381) | Young-il Choi | -60/+62 |
| 2013-11-06 | Add make check support(arm-linux-androideabi debuginfo) | sh8281.kim | -0/+116 |
| 2013-11-04 | Relax the constraints on a debuginfo test | Alex Crichton | -1/+1 |
| 2013-11-02 | Updated debugging metadata for ty_nil and ty_bot | Michael Letterle | -0/+73 |
| 2013-10-29 | Unbreak the debuginfo tests. | Jed Davis | -8/+8 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+18 |
| 2013-10-15 | use element count in slices, not size in bytes | Daniel Micay | -11/+11 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+17 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -45/+24 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -4/+4 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -4/+4 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -133/+0 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -4/+2 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -9/+9 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -2/+0 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -6/+6 |
| 2013-09-15 | debuginfo: Added test cases for recursive structs. | Michael Woerister | -0/+315 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+34 |
| 2013-09-10 | debuginfo: Support for namespaces (functions only) | Michael Woerister | -78/+78 |
| 2013-09-04 | debuginfo: Much improved handling of captured variables and by-value arguments. | Michael Woerister | -5/+18 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -40/+173 |
| 2013-09-04 | debuginfo: Support for by-value arguments (still excluding some cases of self... | Michael Woerister | -3/+79 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -0/+175 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -1/+2 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -0/+4 |
| 2013-08-26 | Un-disabled debug info tests on Windows. | Vadim Chugunov | -140/+4 |
| 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 |