| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-01-05 | Disable failing tests temporarily | Sam | -0/+1 | |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -0/+1 | |
| Closes #28091. | ||||
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+1 | |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -0/+1 | |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -1/+1 | |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -1/+1 | |
| In preparation for upcoming changes to the `Writer` trait (soon to be called `Write`) this commit renames the current `write` method to `write_all` to match the semantics of the upcoming `write_all` method. The `write` method will be repurposed to return a `usize` indicating how much data was written which differs from the current `write` semantics. In order to head off as much unintended breakage as possible, the method is being deprecated now in favor of a new name. [breaking-change] | ||||
| 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-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-07-16 | debuginfo: Add LLDB autotests to debuginfo test suite. | Michael Woerister | -0/+232 | |
| This commit adds LLDB autotests to the test suite but does not activate them by default yet. | ||||
