| Age | Commit message (Expand) | Author | Lines |
| 2014-02-07 | add a hack to fix debug-info tests under gdb 7.7 | Daniel Micay | -1/+1 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -43/+61 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -339/+0 |
| 2014-02-03 | xfail a test to unblock the snapshot | Alex Crichton | -0/+1 |
| 2014-02-02 | Update/delete tests using @[]. | Huon Wilson | -8/+2 |
| 2014-01-29 | auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton | bors | -3/+0 |
| 2014-01-29 | enable fp-elim when debug info is disabled | Daniel Micay | -3/+0 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -0/+27 |
| 2014-01-17 | Link lifetimes in `let` patterns just as we do for `match` patterns | Niko Matsakis | -3/+3 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -18/+12 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -7/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -2/+2 |
| 2014-01-08 | auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton | bors | -0/+40 |
| 2014-01-08 | Fix CodeMap issue in expand_include_str() | Michael Woerister | -0/+40 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -2/+2 |
| 2014-01-02 | debuginfo: Add test case for recursive enum types (issue #11083) | Michael Woerister | -0/+33 |
| 2013-12-17 | debuginfo: Updated test cases to also test by-value self arguments. | Michael Woerister | -193/+192 |
| 2013-12-16 | debuginfo: Add test cases for function prologue handling. | Michael Woerister | -0/+493 |
| 2013-12-16 | debuginfo: Set the is_local_to_unit attribute of functions correctly | Michael Woerister | -2/+1 |
| 2013-12-14 | auto merge of #10932 : alexcrichton/rust/feature-update, r=cmr | bors | -1/+22 |
| 2013-12-14 | Handle more cases in the heap lints | Alex Crichton | -1/+22 |
| 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 |