| Age | Commit message (Expand) | Author | Lines |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -10/+165 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -343/+54 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -340/+51 |
| 2018-06-30 | Auto merge of #51849 - nikomatsakis:issue-51820-places-conflict, r=eddyb | bors | -362/+448 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -170/+236 |
| 2018-06-30 | Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton | bors | -3/+96 |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -3/+96 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -169/+549 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -116/+207 |
| 2018-06-30 | Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin | bors | -0/+32 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -9/+10 |
| 2018-06-30 | Restore the old behavior of `$crate` in nested `macro_rules` | Vadim Petrochenkov | -5/+71 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -59/+59 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -36/+116 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -27/+253 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -34/+44 |
| 2018-06-30 | resolve: Cleanup `resolve_crate_root` | Vadim Petrochenkov | -13/+10 |
| 2018-06-29 | Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis | bors | -16/+41 |
| 2018-06-29 | Fix incorrect type mismatch label pointing at return type | Esteban Küber | -16/+41 |
| 2018-06-29 | Auto merge of #51569 - SimonSapin:liballoc, r=sfackler | bors | -105/+121 |
| 2018-06-29 | Auto merge of #51891 - glandium:llvm, r=alexcrichton | bors | -0/+0 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -321/+997 |
| 2018-06-29 | liballoc docs: Remove “not intended for general usage” | Simon Sapin | -4/+4 |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -4/+4 |
| 2018-06-29 | Remove the Vec and String reexports at the root of the alloc crate | Simon Sapin | -5/+0 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -36/+38 |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -46/+69 |
| 2018-06-29 | Remove the unstable alloc::allocator module reexport, deprecated since 1.27 | Simon Sapin | -7/+0 |
| 2018-06-29 | Make raw_vec perma-unstable and hidden | Simon Sapin | -3/+6 |
| 2018-06-29 | Add run-pass test | Gabriel Majeri | -0/+18 |
| 2018-06-29 | Fix stability attributes | Gabriel Majeri | -2/+2 |
| 2018-06-29 | Implement PartialEq between &str and OsString | Gabriel Majeri | -0/+14 |
| 2018-06-29 | Auto merge of #50526 - moxian:just-fix, r=alexcrichton | bors | -101/+398 |
| 2018-06-29 | Auto merge of #51290 - Pslydhh:master, r=alexcrichton | bors | -2/+8 |
| 2018-06-29 | Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1 | Mike Hommey | -0/+0 |
| 2018-06-29 | Auto merge of #50357 - seanmonstar:arc-weak-null, r=KodrAus | bors | -20/+36 |
| 2018-06-29 | Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez | bors | -4/+22 |
| 2018-06-28 | Rollup merge of #51875 - badboy:emscripten-no-wasm, r=nikomatsakis | Mark Rousskov | -1/+3 |
| 2018-06-28 | Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis | Mark Rousskov | -1/+30 |
| 2018-06-28 | Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakis | Mark Rousskov | -38/+59 |
| 2018-06-28 | Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus | Mark Rousskov | -2/+2 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -784/+483 |
| 2018-06-28 | Change traits to bare FnMut where possible. | moxian | -111/+67 |
| 2018-06-28 | Make msvc symbol extraction/printing functions generic. | moxian | -103/+137 |
| 2018-06-28 | Make stackwalking generic instead of matching on enum variants. | moxian | -133/+147 |
| 2018-06-28 | Load backtrace-related functions only once | moxian | -41/+77 |
| 2018-06-28 | Split separate stackwalk variants into their own functions | moxian | -204/+238 |
| 2018-06-28 | Add a fallback for stacktrace printing for older Windows versions. | moxian | -108/+331 |
| 2018-06-28 | Fix rebase | Esteban Küber | -5/+5 |