| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -8566/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -63/+68 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -0/+10 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -3/+15 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-16 | debuginfo: Add a test case for issue #12886. | Michael Woerister | -0/+35 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -73/+73 |
| 2014-04-10 | debuginfo: Don't create debuginfo for statics inlined from other crates. | Michael Woerister | -0/+26 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-04-04 | auto merge of #13291 : thestinger/rust/no_null, r=alexcrichton | bors | -6/+6 |
| 2014-04-03 | stop asking LLVM to null-terminate strings | Daniel Micay | -6/+6 |
| 2014-04-03 | test/debug-info: Add/remove ignore-win32 flags | klutzy | -7/+14 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -3/+3 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -70/+601 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -39/+5 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -3/+3 |
| 2014-03-14 | debuginfo: Make limited-debuginfo test case more robust against GDB output va... | Michael Woerister | -4/+4 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-12 | auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -3/+3 |
| 2014-03-11 | test: Relax a debuginfo test | Alex Crichton | -5/+5 |
| 2014-03-11 | debuginfo: Improve commandline option handling for debuginfo (fixes #12811) | Michael Woerister | -3/+3 |
| 2014-03-06 | debuginfo: Add test case for limited debuginfo | Michael Woerister | -0/+52 |
| 2014-03-06 | debuginfo: Expose limited debuginfo in command line options | Michael Woerister | -2/+2 |
| 2014-02-19 | debuginfo: Re-enable test case that should have worked all along. | Michael Woerister | -1/+0 |
| 2014-02-19 | debuginfo: Move test case from run-pass to debug-info directory so it does no... | Michael Woerister | -0/+25 |
| 2014-02-19 | debuginfo: Add support for simd types | Michael Woerister | -0/+70 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -181/+181 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -84/+84 |
| 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 |