| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |