| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Auto merge of #30711 - nrc:json-errs, r=huonw | bors | -11/+11 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -11/+11 |
| 2016-01-14 | Revert "Link with ld.gold by default" | Brian Anderson | -55/+0 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -2/+4 |
| 2015-12-30 | Auto merge of #30542 - nrc:errs-base, r=nagisa | bors | -29/+35 |
| 2015-12-30 | use structured errors | Nick Cameron | -29/+35 |
| 2015-12-28 | Link with ld.gold by default | Brian Anderson | -0/+55 |
| 2015-12-21 | Fix Universal CRT detection on weird setups | Peter Atashian | -2/+9 |
| 2015-12-19 | Auto merge of #30394 - geofft:dt-runpath, r=alexcrichton | bors | -0/+1 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -2/+2 |
| 2015-12-18 | Do not substitute type aliases during error reporting | Vadim Petrochenkov | -1/+1 |
| 2015-12-18 | Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichton | Manish Goregaokar | -0/+12 |
| 2015-12-18 | Fix emitting asm and object file output at the same time | Björn Steinbrink | -0/+12 |
| 2015-12-18 | Substitute type aliases before checking for privacy | Vadim Petrochenkov | -1/+1 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -2/+2 |
| 2015-12-17 | Move a bunch of stuff from Session to syntax::errors | Nick Cameron | -1/+1 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -12/+11 |
| 2015-12-15 | Pass --enable-new-dtags to GNU ld | Geoffrey Thomas | -0/+1 |
| 2015-12-14 | Overhaul MSVC linker and Windows SDK detection code | Peter Atashian | -286/+173 |
| 2015-12-13 | Better support for `--llvm-root`. | Richard Diamond | -33/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+2 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -7/+6 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -4/+3 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -34/+39 |
| 2015-11-25 | Auto merge of #30034 - brson:rust_path, r=alexcrichton | bors | -3/+0 |
| 2015-11-24 | Remove RUST_PATH from compiler | Brian Anderson | -3/+0 |
| 2015-11-20 | Auto merge of #29943 - brson:inline-threshold, r=nrc | bors | -5/+12 |
| 2015-11-19 | Add -C inline-threshold | Brian Anderson | -5/+12 |
| 2015-11-19 | Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. | Brian Anderson | -1/+0 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -2/+9 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -4/+2 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -1/+8 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -4/+2 |
| 2015-10-26 | Print the codegen worker # when using time-passes | Jonas Schievink | -3/+7 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -2/+2 |
| 2015-10-19 | Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ... | Vadim Chugunov | -1/+8 |
| 2015-10-17 | Don't ICE if the linker prints something non-UTF-8 | William Throwe | -3/+15 |
| 2015-10-03 | Auto merge of #28521 - arielb1:metadiet, r=eddyb | bors | -1/+1 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -55/+53 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -12/+17 |
| 2015-10-01 | improve the tyencode abbrev format | Ariel Ben-Yehuda | -1/+1 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -12/+17 |
| 2015-09-30 | rustc: Swap link order of native libs/rust deps | Alex Crichton | -21/+14 |
| 2015-09-30 | rustc: Support output filenames for each emit type | Alex Crichton | -55/+53 |
| 2015-09-27 | Rollup merge of #28673 - wthrowe:bad-archive, r=alexcrichton | Manish Goregaokar | -4/+7 |
| 2015-09-26 | Don't ICE if an archive isn't actually an archive | William Throwe | -4/+7 |
| 2015-09-25 | Auto merge of #28505 - apasel422:issue-28448, r=alexcrichton | bors | -12/+3 |
| 2015-09-22 | Auto merge of #28578 - gandro:nodefaultlibs, r=alexcrichton | bors | -7/+4 |
| 2015-09-22 | Add `no_default_libraries` target linker option | Sebastian Wicki | -7/+4 |