| Age | Commit message (Expand) | Author | Lines |
| 2019-01-28 | Auto merge of #57899 - davidtwco:issue-56685, r=estebank | bors | -59/+179 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -59/+179 |
| 2019-01-28 | Auto merge of #57691 - Zoxc:pass-skip, r=petrochenkov | bors | -19/+43 |
| 2019-01-28 | Conditionally skip two passes if their related attributes were not found | John Kåre Alsaker | -19/+43 |
| 2019-01-28 | Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkov | bors | -4/+2 |
| 2019-01-28 | Auto merge of #57442 - oli-obk:lazy_const, r=RalfJung | bors | -80/+71 |
| 2019-01-27 | Auto merge of #56932 - clarcharr:iter_refactor, r=Centril | bors | -3862/+4032 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -82/+59 |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+14 |
| 2019-01-27 | Fix indentation | Oliver Scherer | -1/+1 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -238/+177 |
| 2019-01-27 | Update comment in test which has changed its purpose | Mark Rousskov | -4/+2 |
| 2019-01-27 | Update cargo to fix deprecation warnings | Mark Rousskov | -0/+0 |
| 2019-01-27 | Auto merge of #57826 - danielhenrymantilla:master, r=Centril | bors | -1/+1 |
| 2019-01-27 | Auto merge of #57927 - Alexendoo:mem-drop-nll-docs, r=Centril | bors | -28/+1 |
| 2019-01-27 | Auto merge of #57907 - euclio:applicability-rename, r=estebank | bors | -420/+333 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -418/+315 |
| 2019-01-26 | document `Applicability` | Andy Russell | -2/+18 |
| 2019-01-27 | Auto merge of #57925 - fintelia:riscv-cas, r=nagisa | bors | -1/+1 |
| 2019-01-27 | Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obk | bors | -24/+47 |
| 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 | 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 | 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 | 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 | 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 |