| Age | Commit message (Expand) | Author | Lines |
| 2019-01-31 | Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton | Mazdak Farrokhzad | -22/+32 |
| 2019-01-31 | Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton | Mazdak Farrokhzad | -0/+42 |
| 2019-01-31 | Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-01-31 | Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler | Mazdak Farrokhzad | -0/+12 |
| 2019-01-31 | Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit... | Mazdak Farrokhzad | -7/+60 |
| 2019-01-30 | Auto merge of #57974 - llogiq:vec-deque-try-fold, r=alexcrichton | bors | -1/+47 |
| 2019-01-30 | Fix #57730 | John Kåre Alsaker | -1/+1 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -104/+157 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+37 |
| 2019-01-30 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -1/+26 |
| 2019-01-30 | Failure resistent trait implementing | Oliver Scherer | -1/+2 |
| 2019-01-30 | Improve bug message in check_ty | Philipp Hansch | -2/+2 |
| 2019-01-30 | fix #57686: update docs for fix_start/end_matches | Rett Berg | -8/+8 |
| 2019-01-30 | Swap the names of `LocalValue` and `LocalState` | Oliver Scherer | -33/+33 |
| 2019-01-30 | Prefer macro over manual implementation | Oliver Scherer | -12/+6 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -26/+111 |
| 2019-01-30 | Auto merge of #57495 - jamesmunns:mdbook-compat, r=steveklabnik | bors | -25/+103 |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -1/+5 |
| 2019-01-30 | CI: Use lld for linking LLVM in the x86_64-gnu-debug image. | Michael Woerister | -0/+1 |
| 2019-01-30 | bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml. | Michael Woerister | -0/+7 |
| 2019-01-30 | ci: Use clang as the C++ compiler for x86_64-gnu-debug. | Michael Woerister | -3/+9 |
| 2019-01-30 | bootstrap: Make LLD available to run-make tests. | Michael Woerister | -14/+27 |
| 2019-01-30 | Add missing packages. | Michael Woerister | -0/+5 |
| 2019-01-30 | Eliminate an unwrap | Oliver Scherer | -10/+11 |
| 2019-01-30 | Monomorphize types when not going through `layout_of_local` | Oliver Scherer | -2/+3 |
| 2019-01-30 | Add exception for new dependency in license checker | James Munns | -0/+1 |
| 2019-01-30 | Update to newer version of mdbook(2) | James Munns | -1/+1 |
| 2019-01-30 | Indent fixup | Oliver Scherer | -2/+2 |
| 2019-01-30 | Remove stable feature | James Munns | -2/+0 |
| 2019-01-30 | No consumers of MdBook2 yet | James Munns | -0/+4 |
| 2019-01-30 | Only the compatibility items from the embedded book PR | James Munns | -25/+100 |
| 2019-01-30 | proc_macro: make `TokenStream::from_streams` pre-allocate its vector. | Felix S. Klock II | -1/+7 |
| 2019-01-30 | The return place's layout is only used once per frame, so caching doesn't help | Oliver Scherer | -1/+1 |
| 2019-01-30 | Can't use `layout_of_local` for the frame currently being created | Oliver Scherer | -2/+3 |
| 2019-01-30 | Make priroda happy again | Oliver Scherer | -1/+1 |
| 2019-01-30 | Allow `layout_of_local` to also use cached layouts | Oliver Scherer | -14/+19 |
| 2019-01-30 | Auto merge of #57988 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-01-30 | Merge `locals` and `local_layouts` fields | Oliver Scherer | -39/+68 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -24/+87 |
| 2019-01-30 | update miri | Ralf Jung | -14/+14 |
| 2019-01-30 | Auto merge of #57932 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -8/+10 |
| 2019-01-30 | override `VecDeque`'s `Iter::try_fold` | Andre Bogus | -1/+47 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -7/+60 |
| 2019-01-30 | Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini | bors | -0/+7 |
| 2019-01-30 | submodules: update clippy from f1753522 to 6ce78d12 | Matthias Krüger | -8/+10 |
| 2019-01-29 | Auto merge of #57953 - mati865:cc-fix, r=alexcrichton | bors | -9/+4 |
| 2019-01-29 | Add link to the edition guide. | Siddhartha Sahu | -0/+4 |
| 2019-01-29 | Add tracking issue to unstable attribute | Jonas Schievink | -4/+4 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -3/+101 |
| 2019-01-29 | Make weak_count return an Option<usize> | Jonas Schievink | -26/+22 |