| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | rebase backport of #38855 onto beta | Niko Matsakis | -1/+1 |
| 2017-01-06 | Fix ICE on i686 when calling immediate() on OperandValue::Ref in return | Mark Simulacrum | -1/+5 |
| 2016-12-30 | Fix closure debuginfo. | Austin Hicks | -5/+9 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -3/+1 |
| 2016-12-18 | Auto merge of #38369 - aturon:stab-1.15, r=alexcrichton | bors | -1/+0 |
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+1 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -53/+88 |
| 2016-12-17 | rustbuild: Fix LC_ID_DYLIB directives on OSX | Alex Crichton | -1/+6 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+0 |
| 2016-12-16 | Incorporate review comments. | Austin Hicks | -3/+3 |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -20/+5 |
| 2016-12-14 | Fix computation of enum names based off the discrfield in the case of the nul... | Austin Hicks | -4/+5 |
| 2016-12-14 | Fix closure arguments which are immediate because of field reordering. | Austin Hicks | -2/+8 |
| 2016-12-14 | Make tidy | Austin Hicks | -4/+4 |
| 2016-12-14 | Modify debuginfo to deal with the difference between source and memory order | Austin Hicks | -19/+30 |
| 2016-12-14 | Incorporate a bunch of review comments. | Austin Hicks | -4/+4 |
| 2016-12-14 | Fix tuple and closure literals. | Austin Hicks | -1/+13 |
| 2016-12-14 | Make constant field access account for field reordering. | Austin Hicks | -7/+4 |
| 2016-12-14 | Optimize anything using a layout::Struct by introducing a mapping from source... | Austin Hicks | -19/+27 |
| 2016-12-13 | Auto merge of #38317 - shepmaster:llvm-4.0-debuginfo-alignment, r=eddyb | bors | -2/+11 |
| 2016-12-12 | Do not generate '@' character in symbol names. | Vadzim Dambrouski | -1/+1 |
| 2016-12-12 | [LLVM 4.0] Move debuginfo alignment argument | Jake Goulding | -2/+11 |
| 2016-12-11 | Auto merge of #38272 - michaelwoerister:incr-symbol-visibility, r=nikomatsakis | bors | -13/+36 |
| 2016-12-11 | Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri... | bors | -4/+7 |
| 2016-12-09 | incr.comp.: Take symbol visibility into account for CGU hashes. | Michael Woerister | -13/+36 |
| 2016-12-09 | move the check for instantiation from metadata encoding to the actual decisio... | Oliver Schneider | -4/+1 |
| 2016-12-09 | remove double negation in comment | Oliver Schneider | -3/+3 |
| 2016-12-08 | Improve debug output in trans::back::symbol_export. | Michael Woerister | -4/+7 |
| 2016-12-06 | Auto merge of #37994 - upsuper:msvc-link-opt, r=alexcrichton | bors | -1/+10 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -3/+19 |
| 2016-12-05 | Refactor FnSig to contain a Slice for its inputs and outputs. | Mark-Simulacrum | -29/+24 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -81/+80 |
| 2016-12-05 | Mention cdylibs in LTO error message. | Michael Woerister | -1/+1 |
| 2016-12-05 | Export the plugin registrar from proc-macro crates (and not much else) | Michael Woerister | -1/+9 |
| 2016-12-05 | Linking: Include export lists in debug output. | Michael Woerister | -0/+4 |
| 2016-12-05 | Generate a version script for linkers on Linux. | Michael Woerister | -21/+18 |
| 2016-12-05 | Refactor symbol export list generation. | Michael Woerister | -168/+358 |
| 2016-12-05 | trans: Rename `reachable` to `exported_symbols` where appropriate. | Michael Woerister | -43/+43 |
| 2016-12-05 | Make LLVM symbol visibility FFI types more stable. | Michael Woerister | -1/+1 |
| 2016-12-04 | Auto merge of #38086 - semarie:openbsd-i686, r=alexcrichton | bors | -1/+2 |
| 2016-12-04 | Disable ICF opt of MSVC for non-opt build | Xidorn Quan | -1/+10 |
| 2016-12-04 | OpenBSD under x86 has particular ABI for returning a struct. | Sébastien Marie | -1/+2 |
| 2016-12-04 | Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister | bors | -22/+20 |
| 2016-12-03 | Auto merge of #38148 - frewsxcv:rollup, r=frewsxcv | bors | -0/+5 |
| 2016-12-03 | Rollup merge of #38096 - michaelwoerister:more-incremental-info, r=nikomatsakis | Corey Farwell | -0/+5 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -6/+24 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -22/+20 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -7/+8 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -3/+19 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -0/+35 |