| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -7/+10 |
| 2015-08-17 | Fix existing tests for new `#[repr(simd)]`. | Huon Wilson | -3/+3 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+1 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -79/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -22/+21 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -2/+3 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -1/+1 |
| 2015-07-27 | test: Fix lto-syntax-extension | Alex Crichton | -45/+0 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -2/+5 |
| 2015-07-09 | Fix a span bug for qualified paths | Nick Cameron | -0/+15 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -3/+3 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -2/+2 |
| 2015-07-08 | this fixes the test failures on freebsd | Dave Huseby | -0/+6 |
| 2015-07-07 | msvc: Get codegen-units working | Alex Crichton | -1/+1 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -13/+14 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -3/+3 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -3/+3 |
| 2015-06-10 | fix #26092 by returning an empty OS string when the output file path has no f... | swgillespie | -0/+16 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-09 | Auto merge of #25627 - murarth:execution-engine-fix, r=nrc | bors | -0/+257 |
| 2015-06-08 | Changes to LLVM `ExecutionEngine` wrapper | Murarth | -0/+257 |
| 2015-06-07 | Don’t ICE if fs::canonicalise fails in meta-load | Simonas Kazlauskas | -0/+41 |
| 2015-05-21 | Fix ICE trying to pass DST to C functions | Björn Steinbrink | -0/+55 |
| 2015-05-14 | save-analysis: fix a bracket counting bug | Nick Cameron | -0/+12 |
| 2015-05-14 | save-analysis: update the smoke test | Nick Cameron | -43/+84 |
| 2015-05-07 | Add regression test for #20626 | Johannes Oertel | -0/+31 |
| 2015-05-02 | Add regression test for #18943 | Johannes Oertel | -0/+23 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -1/+1 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -1/+1 |
| 2015-04-25 | Remove remaining tests for hygiene-encoded identifiers. | Geoffry Song | -72/+0 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -1/+2 |
| 2015-04-22 | Fix run-make/simd-ffi to work with parallel make check. | Ryan Prichard | -1/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -3/+0 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -4/+1 |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -3/+0 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -0/+72 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -4/+1 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -2/+5 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+24 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -2/+5 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -0/+53 |
| 2015-04-16 | Remove `&` from redirected output | Thomas Jespersen | -1/+1 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+40 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -1/+1 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -1/+1 |
| 2015-04-15 | Make sure to disambiguate obtained out from expected output | Thomas Jespersen | -2/+2 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -0/+53 |