| Age | Commit message (Expand) | Author | Lines |
| 2019-01-27 | Remove rustdoc old style files generation | Guillaume Gomez | -50/+24 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -59/+89 |
| 2019-01-26 | Remove lexical scope examples from std::mem::drop | Alex Macleod | -28/+1 |
| 2019-01-26 | Tiny improvement to docs for `core::convert`. | Simon Heath | -1/+4 |
| 2019-01-26 | Enable RISC-V atomic compare and swap | Jonathan Behrens | -1/+1 |
| 2019-01-26 | Auto merge of #57918 - Centril:rollup, r=Centril | bors | -84/+156 |
| 2019-01-26 | use `SOURCE_DATE_EPOCH` for man page time if set | Andy Russell | -2/+14 |
| 2019-01-26 | Rollup merge of #57913 - h-michael:fix-crate-visibility-modifier-issue-number... | Mazdak Farrokhzad | -2/+2 |
| 2019-01-26 | Rollup merge of #57908 - petrochenkov:errepice, r=estebank | Mazdak Farrokhzad | -46/+98 |
| 2019-01-26 | Rollup merge of #57827 - parched:ignore, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-01-26 | Rollup merge of #57825 - RalfJung:zeroed, r=nikomatsakis | Mazdak Farrokhzad | -1/+0 |
| 2019-01-26 | Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakis | Mazdak Farrokhzad | -4/+5 |
| 2019-01-26 | Rollup merge of #57703 - m-ou-se:mutexguard-debug, r=cramertj | Mazdak Farrokhzad | -3/+1 |
| 2019-01-26 | Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=Centril | Mazdak Farrokhzad | -28/+49 |
| 2019-01-26 | Auto merge of #57852 - davidtwco:issue-57819, r=estebank | bors | -8/+328 |
| 2019-01-26 | Ignore LLVM-dependent run-make tests on Windows | Mark Rousskov | -1/+20 |
| 2019-01-26 | Workaround presence of LLVM library in stage0/lib | Mark Rousskov | -13/+55 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -168/+16 |
| 2019-01-26 | Pretty print `$crate` as `crate` or `crate_name` in more cases | Vadim Petrochenkov | -27/+36 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -216/+579 |
| 2019-01-26 | Auto merge of #57425 - alexcrichton:stabilize-atomics, r=sfackler | bors | -55/+96 |
| 2019-01-26 | Update SGX libunwind | Jethro Beekman | -1/+1 |
| 2019-01-26 | Clean up build-x86_64-fortanix-unknown-sgx-toolchain.sh | Jethro Beekman | -23/+33 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -128/+448 |
| 2019-01-26 | Change crate-visibility-modifier issue number in The Unstable Book | Hirokazu Hata | -2/+2 |
| 2019-01-26 | Auto merge of #57675 - cuviper:llvm-monorepo, r=alexcrichton | bors | -47/+209 |
| 2019-01-25 | Set LLDB_NO_DEBUGSERVER=ON | Josh Stone | -0/+1 |
| 2019-01-25 | [rust-lldb] Adapt to changes in LLDB APIs | Josh Stone | -0/+0 |
| 2019-01-25 | librustc_llvm: default to libc++ for darwin | Josh Stone | -0/+2 |
| 2019-01-25 | Update LLVM for a CodeView fix | Josh Stone | -0/+0 |
| 2019-01-25 | Set the DICompileUnit emissionKind | Josh Stone | -6/+50 |
| 2019-01-25 | Add two more wasm-related LLVM commits | Alex Crichton | -0/+0 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -42/+157 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -82/+870 |
| 2019-01-26 | Address review comments and cleanup code | Vadim Petrochenkov | -62/+59 |
| 2019-01-25 | Correctly set filetime for copied LLVM | Mark Rousskov | -24/+47 |
| 2019-01-25 | std: Stabilize fixed-width integer atomics | Alex Crichton | -55/+96 |
| 2019-01-25 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -1/+56 |
| 2019-01-25 | Resolve breakage | Simonas Kazlauskas | -61/+46 |
| 2019-01-25 | Rollup merge of #57890 - feinorgh:fix-diagnostics-typo, r=zackmdavis | Mazdak Farrokhzad | -1/+1 |
| 2019-01-25 | Rollup merge of #57886 - davidtwco:issue-57385, r=estebank | Mazdak Farrokhzad | -27/+303 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -30/+68 |
| 2019-01-25 | Rollup merge of #57645 - nikomatsakis:issue-56877-abi-aggregates, r=eddyb | Mazdak Farrokhzad | -20/+492 |
| 2019-01-25 | Rollup merge of #56233 - kenta7777:kenta7777#49937, r=oli-obk | Mazdak Farrokhzad | -4/+6 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -20/+492 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -291/+849 |
| 2019-01-25 | Unit test from #57866. | Felix S. Klock II | -0/+26 |
| 2019-01-25 | Auto merge of #57891 - michaelwoerister:no-default-incr-bootstrap, r=pietroal... | bors | -0/+3 |
| 2019-01-25 | Combining move lifetime and type suggestions. | David Wood | -35/+179 |
| 2019-01-25 | bootstrap: Don't rely on any default settings regarding incr. comp. in Cargo. | Michael Woerister | -0/+3 |