| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+2 |
| 2017-07-14 | Auto merge of #43174 - RalfJung:refactor-ty, r=nikomatsakis | bors | -3/+3 |
| 2017-07-12 | overload the mir ty methods to make them more ergonomic to use | Ralf Jung | -15/+15 |
| 2017-07-12 | Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakis | bors | -28/+14 |
| 2017-07-11 | Refactor: {Lvalue,Rvalue,Operand}::ty only need the locals' types, not the fu... | Ralf Jung | -15/+15 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -1/+1 |
| 2017-07-11 | Auto merge of #43147 - oyvindln:deflate_fix, r=alexcrichton | bors | -7/+7 |
| 2017-07-10 | Use similar compression settings as before updating to use flate2 | oyvindln | -7/+7 |
| 2017-07-10 | incr.comp.: Cache DepNodes with corresponding query results. | Michael Woerister | -1/+1 |
| 2017-07-10 | incr.comp.: Improve debug output for work products. | Michael Woerister | -0/+8 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -1/+2 |
| 2017-07-07 | incr.comp.: Don't include span information in the ICH of type definitions. | Michael Woerister | -28/+14 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -1/+25 |
| 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 |