| Age | Commit message (Expand) | Author | Lines |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -16/+39 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -9/+231 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -16/+39 |
| 2017-07-02 | Output line column info when panicking | est31 | -15/+17 |
| 2017-07-01 | When writing LLVM IR output demangled fn name in comments | Stepan Koltsov | -2/+39 |
| 2017-06-29 | Add unsized tuple coercions. | Masaki Hara | -3/+9 |
| 2017-06-28 | Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis | bors | -10/+49 |
| 2017-06-28 | add comments | Ariel Ben-Yehuda | -0/+27 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -1/+0 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -29/+37 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-06-24 | Stabilize Command::envs | Steven Fackler | -1/+0 |
| 2017-06-24 | Auto merge of #42784 - tlively:wasm-bot, r=alexcrichton | bors | -0/+3 |
| 2017-06-24 | Auto merge of #42864 - slo1:attempt, r=Mark-Simulacrum | bors | -0/+4 |
| 2017-06-23 | Saves created temp directory if save-temps option is used. | slo | -0/+4 |
| 2017-06-23 | Rollup merge of #42821 - michaelwoerister:incr-debug-output-on-stderr, r=alex... | Mark Simulacrum | -4/+4 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-22 | Add target option for linker environment variables | Thomas Lively | -0/+3 |
| 2017-06-22 | Print -Zincremental-info to stderr instead of stdout. | Michael Woerister | -4/+4 |
| 2017-06-22 | Auto merge of #42803 - michaelwoerister:msdia-workaround, r=vadimcn | bors | -3/+27 |
| 2017-06-22 | debuginfo: Work around crash-bug in MSDIA library | Michael Woerister | -3/+27 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -290/+416 |
| 2017-06-21 | Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisa | bors | -0/+7 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -290/+416 |
| 2017-06-21 | avoid translating roots with predicates that do not hold | Ariel Ben-Yehuda | -10/+22 |
| 2017-06-20 | mark calls in the unwind path as !noinline | Ariel Ben-Yehuda | -0/+7 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -19/+28 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -0/+2 |
| 2017-06-18 | collector: apply param substs to closures cast to fn items | Ariel Ben-Yehuda | -0/+4 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -1/+0 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -2/+2 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -1/+0 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -2/+2 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -7/+60 |
| 2017-06-14 | On-demandify is_allocator and is_panic_runtime | Taylor Cramer | -2/+2 |
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -18/+0 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -10/+14 |
| 2017-06-12 | Add `EndRegion` statement kind to MIR. | Felix S. Klock II | -0/+2 |
| 2017-06-10 | Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushi | bors | -1/+7 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -10/+14 |
| 2017-06-09 | Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakis | bors | -3/+2 |
| 2017-06-08 | Add ctlz_nonzero & cttz_nonzero intrinsics | Scott McMurray | -1/+7 |
| 2017-06-08 | Auto merge of #42481 - brson:wingnu, r=alexcrichton | bors | -9/+11 |
| 2017-06-06 | Fix setting PATH during linkage on windows-gnu | Brian Anderson | -9/+11 |
| 2017-06-06 | rustc_trans: do not store pair fields if they are ZSTs. | Eduard-Mihai Burtescu | -2/+14 |
| 2017-06-06 | incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ... | Michael Woerister | -3/+2 |
| 2017-06-04 | Use the three-element variant of the 'llvm.gcov' metadata | Marco Castelluccio | -6/+2 |
| 2017-06-04 | Add llvm.gcov metadata only if profiler is enabled | Marco Castelluccio | -22/+24 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -7/+62 |