| Age | Commit message (Expand) | Author | Lines |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -2/+21 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -4/+4 |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -3/+97 |
| 2015-08-05 | Revert "debuginfo: Bring back some GDB pretty printing autotests that are not... | Alex Crichton | -188/+0 |
| 2015-08-03 | debuginfo: Bring back some GDB pretty printing autotests that are not actuall... | Michael Woerister | -0/+188 |
| 2015-07-28 | Fix de-deduplication for closure debuginfo | Björn Steinbrink | -0/+18 |
| 2015-07-20 | Create proper debuginfo for closure variables | Björn Steinbrink | -1/+1 |
| 2015-07-18 | Generate proper debug info for function pointers | Björn Steinbrink | -0/+3 |
| 2015-07-18 | Properly create debug info for functions | Björn Steinbrink | -1/+1 |
| 2015-07-17 | Auto merge of #27076 - alexcrichton:update-llvm, r=brson | bors | -0/+92 |
| 2015-07-17 | test: Ignore a failing test on LLDB | Alex Crichton | -0/+1 |
| 2015-07-16 | debuginfo: Fix type description generic enum discriminants. | Michael Woerister | -0/+91 |
| 2015-07-15 | Remove reference to gdb-pretty-struct-and-enums.rs | Tamir Duberstein | -4/+0 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -2/+2 |
| 2015-06-12 | ignore-test cleanup | Steve Klabnik | -342/+0 |
| 2015-06-07 | test: Ignore gdb-pretty-struct-and-enums.rs | Brian Anderson | -0/+1 |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -2/+28 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -3/+3 |
| 2015-05-03 | Update tests to not use old ~ syntax | Carol Nichols | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-29 | Re-enable tests on Android | Tamir Duberstein | -4/+0 |
| 2015-04-29 | Reference the correct issue | Tamir Duberstein | -1/+1 |
| 2015-04-28 | #10381: Warnings | Tamir Duberstein | -52/+58 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -2/+0 |
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+1 |
| 2015-04-14 | bench: Fix fallout in benchmarks | Alex Crichton | -25/+25 |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in debu... | Michael Woerister | -121/+123 |
| 2015-04-09 | Remove `ignore-tidy-linelength` from tests that no longer need it | Luke Gallagher | -1/+0 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -0/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -11/+11 |
| 2015-04-02 | Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelix | Manish Goregaokar | -1/+84 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -11/+11 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -6/+6 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -129/+129 |
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -129/+129 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -127/+128 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -127/+128 |
| 2015-03-25 | Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichton | bors | -1/+3 |
| 2015-03-25 | Ignore some tests on aarch64 | Sae-bom Kim | -1/+3 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -6/+6 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -0/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+9 |
| 2015-03-17 | Re-bork whitespace for text file (fixup #23385) | Manish Goregaokar | -3/+3 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -18/+3 |
| 2015-03-13 | Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton | Manish Goregaokar | -0/+60 |
| 2015-03-12 | debuginfo: Add GDB pretty printers for slices, Vec<>, and String. | Michael Woerister | -0/+60 |
| 2015-03-12 | debuginfo: Make LLDB pretty printer correctly handle zero-sized fields. | Michael Woerister | -0/+57 |
| 2015-03-06 | Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichton | Manish Goregaokar | -0/+135 |