| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-05 | debuginfo: Add test case for `extern "C"` functions. | Michael Woerister | -0/+68 |
| 2015-03-05 | debuginfo: Add `debuginfo::with_source_location_override()` function... | Michael Woerister | -0/+67 |
| 2015-03-05 | trans: Add early-out when translating unreachable controlflow expressions. | Michael Woerister | -1/+84 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -21/+21 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -0/+74 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -17/+17 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -7/+10 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -7/+10 |
| 2015-02-18 | Fix remaining bench/debuginfo tests (and a few stragglers) | Niko Matsakis | -22/+22 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -90/+1 |
| 2015-02-17 | Rollup merge of #22360 - wg:master, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-02-16 | tests: debuginfo: use `static mut` to avoid constant folding globals. | Eduard Burtescu | -31/+32 |
| 2015-02-15 | Fix tests that fail on FreeBSD | Will | -0/+2 |
| 2015-02-11 | opt into box_patterns in debuginfo tests. | Felix S. Klock II | -0/+3 |
| 2015-02-10 | Enable test/debuginfo on android | Eunji Jeong | -90/+1 |
| 2015-02-06 | debuginfo: Fix problem with debug locations of constants in match patterns. | Michael Woerister | -0/+92 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -13/+13 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -8/+8 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -4/+4 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -79/+79 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -1/+0 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -12/+12 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -16/+8 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -11/+11 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -0/+34 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -16/+8 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -3/+156 |
| 2015-01-24 | debuginfo: Extend option-like-enum test case to contain nested discriminants. | Michael Woerister | -0/+34 |
| 2015-01-22 | Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichton | Steve Klabnik | -0/+152 |
| 2015-01-21 | Make diagnostic ordering deterministic | Alex Crichton | -0/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+0 |
| 2015-01-21 | debuginfo: Fix issue with associated types and struct fields | Michael Woerister | -0/+152 |
| 2015-01-20 | rustc: Remove deprecated flags | Alex Crichton | -3/+3 |
| 2015-01-15 | rollup merge of #21197: michaelwoerister/linestablesonly-forloop | Alex Crichton | -1/+5 |
| 2015-01-15 | debuginfo: Fix ICE when compiling for-loops with lines-tables-only. | Michael Woerister | -1/+5 |
| 2015-01-14 | Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ... | Niko Matsakis | -28/+0 |
| 2015-01-11 | rustc_trans: Fix type projection debuginfo | Erick Tryzelaar | -0/+28 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -2/+24 |
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -1/+0 |