| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Rollup merge of #63331 - gorup:conditionalinit, r=cramertj | Mazdak Farrokhzad | -0/+43 |
| 2019-08-08 | Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=Centril | Mazdak Farrokhzad | -0/+53 |
| 2019-08-08 | Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakis | Mazdak Farrokhzad | -0/+15 |
| 2019-08-07 | Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cogniti... | bors | -41/+41 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -0/+36 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -52/+120 |
| 2019-08-06 | pretty-pretty extremal constants! | Zack M. Davis | -41/+41 |
| 2019-08-06 | review comment: reword test comment | Esteban Küber | -4/+4 |
| 2019-08-06 | Test conditional initialization validation in async fns | Ryan Gorup | -0/+43 |
| 2019-08-07 | Rollup merge of #63310 - gorup:partial-moves, r=cramertj | Mazdak Farrokhzad | -0/+95 |
| 2019-08-07 | Rollup merge of #63294 - alsuren:async-tests, r=cramertj | Mazdak Farrokhzad | -0/+501 |
| 2019-08-07 | Rollup merge of #63163 - bravomikekilo:master, r=cramertj | Mazdak Farrokhzad | -14/+833 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+32 |
| 2019-08-06 | review comments | Esteban Küber | -10/+16 |
| 2019-08-06 | move error with diverging output to compile-fail | Esteban Küber | -14/+0 |
| 2019-08-06 | Auto merge of #61515 - shepmaster:boxed-slice-to-array, r=cramertj | bors | -0/+101 |
| 2019-08-06 | test drop order for locals when a future is dropped part-way through execution | David Laban | -0/+176 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+29 |
| 2019-08-06 | Ignore no support targets | Yuki Okushi | -1/+3 |
| 2019-08-06 | fixup! test drop order for parameters when a future is dropped part-way throu... | David Laban | -1/+1 |
| 2019-08-06 | Add rustfix test and fix test name. | bravomikekilo | -127/+220 |
| 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-05 | fix tests | Esteban Küber | -55/+78 |
| 2019-08-06 | doc: fix broken sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2019-08-05 | Tests around moving parts of structs and tuples across await points | Ryan Gorup | -0/+95 |
| 2019-08-05 | Changed tests to check-pass. | Alexander Regueiro | -2/+2 |
| 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 | Added another test. | Alexander Regueiro | -0/+12 |
| 2019-08-05 | Add implementations for converting boxed slices into boxed arrays | Jake Goulding | -0/+101 |
| 2019-08-05 | test drop order for parameters when a future is dropped part-way through exec... | David Laban | -0/+307 |
| 2019-08-05 | Added test for issue. | Alexander Regueiro | -0/+24 |
| 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 | Add test for #43398 | Ilija Tovilo | -0/+15 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -37/+64 |
| 2019-08-04 | revert change to single test | Esteban Küber | -2/+5 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -11/+19 |
| 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 | test .await while holding variables of different sizes | David Laban | -0/+18 |
| 2019-08-04 | Add test for issue-37433 | Yuki Okushi | -0/+16 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -0/+13 |
| 2019-08-04 | Add test for issue-49544 | Yuki Okushi | -0/+16 |