| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in ↵ | Michael Woerister | -2/+2 | |
| debuggers. | ||||
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -2/+2 | |
| 2015-01-21 | Make diagnostic ordering deterministic | Alex Crichton | -0/+1 | |
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -1/+0 | |
| 2015-01-07 | Tests | Nick Cameron | -1/+1 | |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -1/+1 | |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty ↵ | Michael Woerister | -0/+1 | |
| printers enabled. | ||||
| 2014-10-31 | debuginfo: Enable some GDB tests on Windows. | Michael Woerister | -1/+0 | |
| 2014-10-31 | debuginfo: Make GDB tests use line breakpoints like done in LLDB tests. | Michael Woerister | -3/+0 | |
| On some Windows versions of GDB this is more stable than setting breakpoints via function names. | ||||
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 | |
| 2014-10-22 | debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being ↵ | Michael Woerister | -0/+1 | |
| available | ||||
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 | |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 | |
| This reverts commit 40b9f5ded50ac4ce8c9323921ec556ad611af6b7. | ||||
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -1/+0 | |
| This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82. | ||||
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 | |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -1/+1 | |
| 2014-07-16 | debuginfo: Add LLDB autotests to debuginfo test suite. | Michael Woerister | -1/+27 | |
| This commit adds LLDB autotests to the test suite but does not activate them by default yet. | ||||
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -0/+87 | |
