| Age | Commit message (Expand) | Author | Lines |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -2/+2 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -2/+2 |
| 2016-07-25 | Remove no_stack_check tests (#34915) | abhi | -369/+0 |
| 2016-07-17 | test: disable more stdcall tests for ARM arches. temp workaround for #24958 | Ximin Luo | -0/+2 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+0 |
| 2016-07-04 | Auto merge of #34639 - dzamlo:master, r=michaelwoerister | bors | -0/+77 |
| 2016-07-04 | Use lazy iterator in vec/slice gdb pretty printers | Loïc Damien | -0/+77 |
| 2016-07-04 | Added a pretty printer for &mut slices | Nikhil Shagrithaya | -0/+7 |
| 2016-06-13 | Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc | bors | -3/+5 |
| 2016-06-13 | Replace `println!("");` invocations with calls to a dummy function in debugin... | Jeffrey Seyfried | -3/+5 |
| 2016-06-07 | mir: distinguish between variable visibility scopes and SEME scopes. | Eduard Burtescu | -12/+1 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+84 |
| 2016-05-01 | debuginfo: Fix regression in namespace handling for struct types. | Michael Woerister | -0/+70 |
| 2016-04-16 | mir: place match pattern bindings in their respective arms. | Eduard Burtescu | -2/+1 |
| 2016-04-16 | debuginfo: argument and upvar names for MIR. | Eduard Burtescu | -35/+20 |
| 2016-04-16 | test: don't depend on locals being in scope on the return path. | Eduard Burtescu | -4/+6 |
| 2016-04-11 | tests: update for MIR debuginfo. | Eduard Burtescu | -13/+42 |
| 2016-03-25 | fallout in existing tests | Niko Matsakis | -0/+3 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+1 |
| 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 |