| Age | Commit message (Expand) | Author | Lines |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -4/+4 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -2/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -12/+109 |
| 2017-07-28 | Auto merge of #43221 - MaulingMonkey:natvis-improvements, r=michaelwoerister | bors | -4/+51 |
| 2017-07-27 | Support homogeneous aggregates for hard-float ARM | Josh Stone | -5/+55 |
| 2017-07-27 | Add support for the Power8 and Power9 features on PowerPC | Luca Barbato | -1/+4 |
| 2017-07-26 | trans: Optimize initialization using repeat expressions | Florian Zeitz | -4/+39 |
| 2017-07-26 | trans: Reorder basic blocks in slice_for_each | Florian Zeitz | -1/+1 |
| 2017-07-25 | Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrum | bors | -2/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-25 | Auto merge of #43419 - lu-zero:master, r=alexcrichton | bors | -0/+3 |
| 2017-07-24 | Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebank | Mark Simulacrum | -2/+2 |
| 2017-07-24 | Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-Simulacrum | Mark Simulacrum | -0/+16 |
| 2017-07-24 | Rollup merge of #43401 - cuviper:homogeneous, r=Mark-Simulacrum | Mark Simulacrum | -22/+22 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -2/+2 |
| 2017-07-22 | rustc: Add some build scripts for librustc crates | Alex Crichton | -0/+16 |
| 2017-07-23 | Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton | bors | -8/+6 |
| 2017-07-23 | Add support for the VSX and Altivec features on PowerPC | Luca Barbato | -0/+3 |
| 2017-07-21 | Correct the spelling of "homogeneous" | Josh Stone | -22/+22 |
| 2017-07-21 | rustllvm: split DebugLoc in UnpackOptimizationDiagnostic | Tim Neumann | -8/+6 |
| 2017-07-21 | Thread through the original error when opening archives | Alex Crichton | -12/+11 |
| 2017-07-21 | Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=e... | bors | -312/+506 |
| 2017-07-20 | Handle unicode natvis paths, simplify extension check to a single if. | MaulingMonkey | -8/+4 |
| 2017-07-20 | trans: Make the collector search const fn invocations. | Michael Woerister | -5/+16 |
| 2017-07-19 | Expand one-liners, rename is_like_msvc to cpp_like_names and explain. | MaulingMonkey | -11/+30 |
| 2017-07-19 | Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis | bors | -6/+24 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -6/+24 |
| 2017-07-19 | Auto merge of #43170 - kyrias:full-relro, r=alexcrichton | bors | -1/+35 |
| 2017-07-18 | Move relro_level from CodegenOptions to DebuggingOptions | Johannes Löthberg | -1/+1 |
| 2017-07-17 | partitioning: Fix visibility of internalized symbols. | Michael Woerister | -2/+2 |
| 2017-07-14 | Auto merge of #43174 - RalfJung:refactor-ty, r=nikomatsakis | bors | -3/+3 |
| 2017-07-14 | Support both partial and full RELRO | Johannes Löthberg | -3/+23 |
| 2017-07-13 | Modify type names on MSVC to make strings and slices .natvis compatible. | MaulingMonkey | -4/+11 |
| 2017-07-13 | Embed any available .natvis files into the pdb. | MaulingMonkey | -0/+25 |
| 2017-07-13 | Address some nits in trans-collector and partitioner. | Michael Woerister | -44/+33 |
| 2017-07-13 | trans: Internalize symbols at the trans-item level, without relying on LLVM. | Michael Woerister | -265/+383 |
| 2017-07-12 | overload the mir ty methods to make them more ergonomic to use | Ralf Jung | -15/+15 |
| 2017-07-12 | trans: Collect all accesses between trans-items, not just inlining edges. | Michael Woerister | -29/+105 |
| 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 | Add support for full RELRO | Johannes Löthberg | -0/+14 |
| 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 |