| Age | Commit message (Expand) | Author | Lines |
| 2017-10-07 | Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoerister | bors | -183/+1289 |
| 2017-10-07 | Add read_to_end implementation to &[u8]'s Read impl | Florian Hartwig | -0/+8 |
| 2017-10-07 | Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddyb | bors | -5/+25 |
| 2017-10-07 | enable strict alignment (+strict-align) on ARMv6 | Jorge Aparicio | -5/+5 |
| 2017-10-07 | Document that `-C ar=PATH` doesn't do anything | Vadim Petrochenkov | -1/+2 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -15/+27 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -183/+1289 |
| 2017-10-07 | Auto merge of #44913 - leavehouse:patch-1, r=BurntSushi | bors | -3/+3 |
| 2017-10-07 | Add names to BareFnTy | Guillaume Gomez | -2/+10 |
| 2017-10-07 | fmt: remove misleading comment fragment | Tamir Duberstein | -1/+1 |
| 2017-10-07 | fmt: DRY | Tamir Duberstein | -5/+5 |
| 2017-10-07 | fmt: remove unnecessary lint suppression | Tamir Duberstein | -1/+0 |
| 2017-10-07 | Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton | bors | -1/+68 |
| 2017-10-07 | Auto merge of #44515 - tamird:clean-shims, r=alexcrichton | bors | -10/+22 |
| 2017-10-06 | Trim and document compiler-builtins shim | Tamir Duberstein | -10/+22 |
| 2017-10-07 | Auto merge of #44614 - tschottdorf:pat_adjustments, r=nikomatsakis | bors | -75/+1406 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -75/+1406 |
| 2017-10-06 | Auto merge of #43604 - abonander:proc_macro_span_api, r=jseyfried | bors | -3/+235 |
| 2017-10-06 | Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis | bors | -1/+1 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-10-06 | rustc: Reduce default CGUs to 16 | Alex Crichton | -2/+16 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+146 |
| 2017-10-06 | Auto merge of #44965 - oconnor663:res_init_glibc, r=dtolnay | bors | -4/+92 |
| 2017-10-06 | Add a semicolon to span for ast::Local | Seiichi Uchida | -1/+6 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+146 |
| 2017-10-06 | Auto merge of #44818 - petrochenkov:astymac2, r=jseyfried | bors | -37/+182 |
| 2017-10-06 | Auto merge of #44951 - vitiral:incr_struct_defs, r=michaelwoerister | bors | -4/+177 |
| 2017-10-05 | Fix typo, per #45057. | Kevin Hunter Kesling | -1/+1 |
| 2017-10-05 | `proc_macro::Span` API improvements | Austin Bonander | -3/+235 |
| 2017-10-05 | Auto merge of #45054 - andjo403:master, r=alexcrichton | bors | -0/+0 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -4/+92 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -37/+182 |
| 2017-10-05 | Add missing links for AtomicBool | Guillaume Gomez | -5/+12 |
| 2017-10-05 | Modify Rc/Arc language around mutability | steveklabnik | -3/+5 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -53/+84 |
| 2017-10-05 | Faster compile times for release builds with llvm fix | Andreas Jonson | -0/+0 |
| 2017-10-05 | Auto merge of #44878 - Nashenas88:master, r=nikomatsakis | bors | -59/+62 |
| 2017-10-05 | Add libsocket and libresolv to Solaris builder | bgermann | -0/+4 |
| 2017-10-05 | Auto merge of #45046 - kennytm:rollup, r=kennytm | bors | -18/+28 |
| 2017-10-05 | Rollup merge of #45024 - QuietMisdreavus:doc-masked-issue-num, r=pnkfelix | kennytm | -1/+1 |
| 2017-10-05 | Rollup merge of #45017 - GuillaumeGomez:mutex-links, r=estebank | kennytm | -7/+17 |
| 2017-10-05 | Rollup merge of #45006 - MaikKlein:patch-2, r=nikomatsakis | kennytm | -1/+1 |
| 2017-10-05 | Rollup merge of #44987 - pnkfelix:mir-borrowck-fix-borrowindexes-ice, r=arielb1 | kennytm | -5/+5 |
| 2017-10-05 | Rollup merge of #44980 - steveklabnik:update-books, r=estebank | kennytm | -3/+3 |
| 2017-10-05 | Rollup merge of #44972 - durka:patch-44, r=arielb1 | kennytm | -1/+1 |
| 2017-10-05 | Fix CC for solaris environments | bgermann | -2/+2 |
| 2017-10-05 | Auto merge of #45019 - aidanhs:aphs-no-trans-worker-panic, r=alexcrichton | bors | -13/+6 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -37/+37 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -12/+59 |
| 2017-10-04 | Update trait summaries for std::fmt | Barret Rennie | -8/+8 |