| Age | Commit message (Expand) | Author | Lines |
| 2019-08-06 | Auto merge of #61515 - shepmaster:boxed-slice-to-array, r=cramertj | bors | -0/+101 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+29 |
| 2019-08-06 | Rollup merge of #63312 - tshepang:doc-fix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -0/+20 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -130/+195 |
| 2019-08-06 | Rollup merge of #63017 - matklad:no-fatal, r=petrochenkov | Mazdak Farrokhzad | -15/+178 |
| 2019-08-06 | doc: fix broken sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2019-08-06 | Add test for DerefMut methods | Guillaume Gomez | -0/+29 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -130/+195 |
| 2019-08-05 | Update to new passing-ui-test scheme | Oliver Scherer | -2/+2 |
| 2019-08-05 | Address comment and formatting nits | Oliver Scherer | -1/+1 |
| 2019-08-05 | Add regression tests | Oliver Scherer | -0/+37 |
| 2019-08-05 | Add implementations for converting boxed slices into boxed arrays | Jake Goulding | -0/+101 |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -14/+154 |
| 2019-08-05 | remove special code path for unknown tokens | Aleksey Kladov | -1/+24 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -37/+64 |
| 2019-08-04 | Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank" | Ariel Ben-Yehuda | -0/+20 |
| 2019-08-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -4/+7 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -0/+13 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -37/+64 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -158/+160 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -64/+88 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -40/+40 |
| 2019-08-03 | Rollup merge of #63227 - jakubadamw:issue-63151, r=estebank | Mazdak Farrokhzad | -0/+26 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -2/+0 |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -22/+22 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -29/+32 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -517/+533 |
| 2019-08-03 | bless | Ralf Jung | -40/+40 |
| 2019-08-03 | Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwco | Mazdak Farrokhzad | -0/+90 |
| 2019-08-03 | Rollup merge of #63208 - tmandry:issue-62658, r=cramertj | Mazdak Farrokhzad | -0/+29 |
| 2019-08-03 | Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton | Mazdak Farrokhzad | -1/+105 |
| 2019-08-02 | dead_code: Properly inspect fields in struct patterns with type relative paths | Jakub Adam Wieczorek | -0/+26 |
| 2019-08-02 | fix rebase fallout | Ralf Jung | -6/+7 |
| 2019-08-02 | const_prop no longer does ptr-to-int casts | Ralf Jung | -1/+1 |
| 2019-08-02 | bless all the things | Ralf Jung | -9/+7 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -1/+0 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -20/+25 |
| 2019-08-02 | Fix broken test and nit | varkor | -5/+8 |
| 2019-08-02 | Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centril | bors | -0/+55 |
| 2019-08-02 | Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebank | Mazdak Farrokhzad | -0/+47 |
| 2019-08-02 | Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -3/+3 |
| 2019-08-02 | Test for printing attrs on formal params. | Mazdak Farrokhzad | -0/+90 |
| 2019-08-02 | Address review comments | varkor | -91/+2 |
| 2019-08-02 | Resolve FIXME with async-await test | varkor | -3/+1 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -1/+1 |
| 2019-08-02 | Fix fallout after rebase | varkor | -547/+46 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -64/+656 |
| 2019-08-02 | Update syntax in existing tests | varkor | -328/+343 |