| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | Auto merge of #60986 - Centril:rollup-nhpgrfb, r=Centril | bors | -287/+441 |
| 2019-05-20 | Rollup merge of #60983 - petrhosek:libunwind-no-exceptions, r=alexcrichton | Mazdak Farrokhzad | -5/+2 |
| 2019-05-20 | Rollup merge of #60972 - RalfJung:volatile, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -23/+31 |
| 2019-05-20 | Rollup merge of #60952 - dtolnay:heap, r=Amanieu | Mazdak Farrokhzad | -0/+43 |
| 2019-05-20 | Rollup merge of #60942 - bjorn3:metadata_loader_refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+5 |
| 2019-05-20 | Rollup merge of #60915 - michaelwoerister:hashstablestuff, r=estebank | Mazdak Farrokhzad | -20/+24 |
| 2019-05-20 | Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoerister | Mazdak Farrokhzad | -8/+12 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -2/+94 |
| 2019-05-20 | Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy... | Mazdak Farrokhzad | -9/+10 |
| 2019-05-20 | Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfackler | Mazdak Farrokhzad | -1/+6 |
| 2019-05-20 | Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle... | Mazdak Farrokhzad | -207/+214 |
| 2019-05-20 | Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind | Petr Hosek | -5/+2 |
| 2019-05-20 | Auto merge of #60445 - RalfJung:maybe-uninit, r=Centril | bors | -250/+202 |
| 2019-05-20 | update miri | Ralf Jung | -19/+5 |
| 2019-05-20 | Document layout guarantee of MaybeUninit | Peter Todd | -0/+22 |
| 2019-05-20 | elliminate mem::uninitialize from docs in libcore | Ralf Jung | -60/+4 |
| 2019-05-20 | add out-pointer example | Ralf Jung | -1/+25 |
| 2019-05-20 | apply feedback | Ralf Jung | -28/+36 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -170/+138 |
| 2019-05-20 | Document requirements for HashStable implementations better. | Michael Woerister | -0/+24 |
| 2019-05-20 | Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin | bors | -1130/+9 |
| 2019-05-20 | remove confusing remarks about mixed volatile and non-volatile accesses | Ralf Jung | -6/+0 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -90/+96 |
| 2019-05-20 | Auto merge of #60969 - Centril:rollup-3j71mqj, r=Centril | bors | -128/+402 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -12/+24 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -66/+60 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -12/+12 |
| 2019-05-20 | Rollup merge of #60962 - VeryTastyTomato:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-05-20 | Rollup merge of #60960 - matthewjasper:remove-lowering-gensym, r=petrochenkov | Mazdak Farrokhzad | -22/+22 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -25/+123 |
| 2019-05-20 | Rollup merge of #60895 - chandde:master, r=alexcrichton | Mazdak Farrokhzad | -6/+9 |
| 2019-05-20 | Rollup merge of #60745 - wesleywiser:const_prop_into_terminators, r=oli-obk | Mazdak Farrokhzad | -73/+152 |
| 2019-05-20 | Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce... | Mazdak Farrokhzad | -0/+94 |
| 2019-05-19 | Auto merge of #60272 - Jakst:patch-1, r=Manishearth | bors | -5/+24 |
| 2019-05-19 | [const-prop] Don't const-prop into terminators unless mir-opt-level >= 2 | Wesley Wiser | -10/+19 |
| 2019-05-19 | [const-prop] Remove catch all match and add FIXME | Wesley Wiser | -1/+14 |
| 2019-05-19 | [const-prop] Support propagating into SwitchInt's `discr` Operand | Wesley Wiser | -4/+49 |
| 2019-05-19 | [const-prop] Support propagating into Assert's `cond` Operand | Wesley Wiser | -69/+81 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -80/+136 |
| 2019-05-19 | Fix data types indication | VeryTastyTomato | -2/+2 |
| 2019-05-19 | Stop using gensyms in HIR lowering | Matthew Jasper | -22/+22 |
| 2019-05-19 | Auto merge of #60946 - Xanewok:update-rls, r=oli-obk | bors | -6/+1 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -23/+31 |
| 2019-05-19 | Auto merge of #60937 - RalfJung:miri, r=oli-obk | bors | -6/+22 |
| 2019-05-19 | Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy | bors | -4/+35 |
| 2019-05-18 | Document BinaryHeap time complexity | David Tolnay | -0/+43 |
| 2019-05-18 | Make clear that status quo ≠ guarantee | Peter Todd | -2/+3 |
| 2019-05-19 | Auto merge of #60949 - Centril:rollup-f918e1v, r=Centril | bors | -101/+108 |
| 2019-05-19 | Rollup merge of #60947 - blkerby:global_alloc_typo, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |