| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -1/+0 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -578/+2 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Ignore yet another windows debuginfo test | Brian Anderson | -2/+3 |
| 2014-09-25 | debuginfo: Make sure that all calls to drop glue are associated with debug lo... | Michael Woerister | -2/+2 |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -1/+1 |
| 2014-09-18 | Ignore two gdb tests on windows that are failing on the bots | Brian Anderson | -0/+2 |
| 2014-09-17 | test: Un-ignore some GDB pretty printing tests | Alex Crichton | -2/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -3/+3 |
| 2014-09-02 | test: Ignore failing gdb pretty tests | Alex Crichton | -0/+2 |
| 2014-08-27 | debuginfo: Emit different autotest debugger scripts depending on GDB version. | Michael Woerister | -1/+81 |
| 2014-08-27 | debuginfo: Add GDB pretty printers for structs and enums. | Michael Woerister | -0/+167 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -9/+9 |
| 2014-08-15 | debuginfo: Add a "no_debug" attribute that allows to exclude functions from d... | Michael Woerister | -0/+45 |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -9/+9 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -12/+1 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -0/+1 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -33/+33 |
| 2014-07-16 | librustc: Allow the new UFCS explicit self in trait definitions, and | Patrick Walton | -9/+9 |
| 2014-07-16 | debuginfo: Add LLDB autotests to debuginfo test suite. | Michael Woerister | -261/+3316 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-02 | debuginfo: Make names of types in debuginfo reliable and omit source location... | Michael Woerister | -0/+333 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -85/+88 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -5/+5 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -3/+3 |
| 2014-06-18 | debuginfo: Add test case for issue 14411. | Michael Woerister | -0/+25 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -39/+60 |
| 2014-06-12 | debuginfo: Generate cross-crate unique type identifiers for debuginfo types. | Michael Woerister | -0/+24 |
| 2014-05-29 | debuginfo: Make DWARF representation of enums uniform. | Michael Woerister | -23/+25 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -8/+8 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -1/+1 |
| 2014-05-18 | Update debuginfo tests. | Luqman Aden | -14/+16 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -7/+7 |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -0/+8559 |