| Age | Commit message (Expand) | Author | Lines |
| 2017-12-17 | Distribute intrinsic.natvis with the compiler for windows-msvc. | Antal Szabó | -1/+2 |
| 2017-12-17 | Auto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk | bors | -781/+518 |
| 2017-12-17 | Mark miri as broken. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-12-17 | miri: pass pointer alignments directly instead of contextually. | Eduard-Mihai Burtescu | -195/+137 |
| 2017-12-17 | miri: use separate Pointer and Align instead of PtrAndAlign. | Eduard-Mihai Burtescu | -177/+113 |
| 2017-12-17 | miri: track the Align instead of packedness in PtrAndAlign. | Eduard-Mihai Burtescu | -182/+152 |
| 2017-12-17 | rustc_trans: always require alignment for load/store/memcpy. | Eduard-Mihai Burtescu | -61/+56 |
| 2017-12-17 | rustc_trans: always keep track of the Align in LvalueRef. | Eduard-Mihai Burtescu | -124/+86 |
| 2017-12-17 | rustc: don't track whether layouts are "packed". | Eduard-Mihai Burtescu | -184/+116 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -19/+2391 |
| 2017-12-17 | Auto merge of #46778 - petrochenkov:nounwrap, r=arielb1 | bors | -17/+17 |
| 2017-12-17 | Auto merge of #46761 - zackmdavis:concerning_incorrect_suggestions_for_refere... | bors | -2/+56 |
| 2017-12-16 | Auto merge of #46750 - varkor:imp-llmod, r=estebank | bors | -1/+4 |
| 2017-12-17 | syntax: Rename `P::unwrap` into `P::into_inner` | Vadim Petrochenkov | -17/+17 |
| 2017-12-16 | Auto merge of #46763 - zackmdavis:and_the_case_of_the_erroneous_field_pattern... | bors | -1/+48 |
| 2017-12-16 | Auto merge of #46743 - oli-obk:miri, r=eddyb | bors | -75/+84 |
| 2017-12-16 | Auto merge of #46722 - arielb1:single-self, r=eddyb | bors | -28/+71 |
| 2017-12-16 | in which `..` is suggested for erroneous `...` in struct field patterns | Zack M. Davis | -1/+48 |
| 2017-12-15 | in which suggestions to borrow casts or binary expressions are rectified | Zack M. Davis | -2/+56 |
| 2017-12-16 | Auto merge of #46719 - estebank:issue-39268, r=pnkfelix | bors | -538/+585 |
| 2017-12-16 | Auto merge of #46560 - Yoric:incr, r=michaelwoerister | bors | -62/+136 |
| 2017-12-16 | Auto merge of #46757 - michaelwoerister:revert-46562, r=eddyb | bors | -43/+24 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -43/+24 |
| 2017-12-15 | save-analysis: dump extern crate imports | Andy Russell | -1/+4 |
| 2017-12-15 | save-analysis: document `process_use_tree` | Andy Russell | -0/+10 |
| 2017-12-15 | save-analysis: add parents to imports | Andy Russell | -5/+21 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -68/+71 |
| 2017-12-15 | Improve error messages on LLVM bitcode parsing failure | varkor | -1/+4 |
| 2017-12-15 | Auto merge of #46623 - eddyb:issue-46449, r=nagisa | bors | -13/+58 |
| 2017-12-15 | Resolves #46555 - Moving loading and decoding of dependency graph to backgrou... | David Teller | -62/+132 |
| 2017-12-15 | Auto merge of #46745 - steveklabnik:rollup, r=steveklabnik | bors | -25/+32 |
| 2017-12-15 | Allow easily creating cheap eval context instances | Oliver Schneider | -75/+84 |
| 2017-12-15 | Rollup merge of #46737 - tshepang:better, r=steveklabnik | Steve Klabnik | -10/+7 |
| 2017-12-15 | Rollup merge of #46728 - varkor:contrib-4, r=michaelwoerister | Steve Klabnik | -3/+7 |
| 2017-12-15 | Rollup merge of #46710 - xfix:patch-5, r=alexcrichton | Steve Klabnik | -3/+0 |
| 2017-12-15 | Rollup merge of #46705 - pornel:cargo-output, r=alexcrichton | Steve Klabnik | -3/+2 |
| 2017-12-15 | Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried | Steve Klabnik | -2/+4 |
| 2017-12-15 | Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichton | Steve Klabnik | -0/+8 |
| 2017-12-15 | Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2017-12-15 | Auto merge of #46740 - oli-obk:rls, r=nrc | bors | -31/+44 |
| 2017-12-15 | Update the rls and rustfmt submodules | Oliver Schneider | -31/+44 |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -53/+155 |
| 2017-12-15 | rustc_trans: approximate ABI alignment for padding/union fillers. | Eduard-Mihai Burtescu | -13/+58 |
| 2017-12-15 | Auto merge of #46653 - estebank:str-as-ch, r=petrochenkov | bors | -4/+63 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -4/+63 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -470/+514 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -255/+1182 |
| 2017-12-15 | Auto merge of #46701 - eddyb:vector-newtypes, r=nagisa | bors | -87/+98 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -1976/+6707 |
| 2017-12-15 | doc: a better example | Tshepang Lekhonkhobe | -10/+7 |