| Age | Commit message (Expand) | Author | Lines |
| 2019-05-30 | Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebank | Mazdak Farrokhzad | -0/+16 |
| 2019-05-30 | Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+12 |
| 2019-05-30 | Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkov | Mazdak Farrokhzad | -2/+92 |
| 2019-05-30 | Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkor | Mazdak Farrokhzad | -22/+20 |
| 2019-05-30 | Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+9 |
| 2019-05-30 | Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis | bors | -8/+41 |
| 2019-05-30 | Add a regression test for const parameters with impl Trait | varkor | -0/+16 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -2121/+2167 |
| 2019-05-29 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -0/+9 |
| 2019-05-29 | Rollup merge of #61310 - RalfJung:mem, r=Centril | Oliver Scherer | -2/+2 |
| 2019-05-29 | Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez | Oliver Scherer | -2/+24 |
| 2019-05-29 | Rollup merge of #61217 - estebank:issue-52820, r=Centril | Oliver Scherer | -0/+39 |
| 2019-05-29 | Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomez | Oliver Scherer | -18/+110 |
| 2019-05-29 | Make run-make PGO tests work on MSVC. | Michael Woerister | -4/+34 |
| 2019-05-29 | bless you | Ralf Jung | -2/+2 |
| 2019-05-29 | Fix ICE with struct ctors and const generics. | David Wood | -22/+20 |
| 2019-05-29 | Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm | Mazdak Farrokhzad | -0/+4 |
| 2019-05-29 | Update the rest of the test suites to use dyn | memoryruins | -2/+2 |
| 2019-05-29 | Update run-pass test suite to use dyn | memoryruins | -502/+502 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -1605/+1620 |
| 2019-05-29 | Rollup merge of #61195 - davidtwco:seg-fault-mangler, r=eddyb | Mazdak Farrokhzad | -0/+84 |
| 2019-05-29 | Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakis | Mazdak Farrokhzad | -649/+475 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -4/+4 |
| 2019-05-29 | Rollup merge of #60756 - matthewjasper:extra-impl-trait-tests, r=nikomatsakis | Mazdak Farrokhzad | -0/+102 |
| 2019-05-28 | Add a regression test for unevaluated const in rustdoc | varkor | -0/+21 |
| 2019-05-28 | Add a const-generics folder to rustdoc tests | varkor | -2/+3 |
| 2019-05-28 | Use assert_eq! instead of println! in tests | varkor | -2/+2 |
| 2019-05-28 | Make sure array length diagnostic doesn't regress | varkor | -3/+7 |
| 2019-05-28 | Correct pluralisation of tuple/array/associated type binding mismatch errors | varkor | -4/+4 |
| 2019-05-28 | Reintroduce `TypeError::FixedArraySize` | varkor | -2/+2 |
| 2019-05-28 | Use Display rather than Debug printing for const mismatch | varkor | -3/+3 |
| 2019-05-28 | Update tests after pretty printing | varkor | -8/+8 |
| 2019-05-28 | Fix test after rebase | varkor | -2/+13 |
| 2019-05-28 | Add broken MIR regression tests | varkor | -0/+51 |
| 2019-05-28 | Eagerly evaluate in `super_relate_consts` | varkor | -2/+2 |
| 2019-05-28 | Update test output | varkor | -8/+59 |
| 2019-05-28 | Add tests for uninferred consts during codegen | varkor | -0/+48 |
| 2019-05-28 | Add a test for a function taking a const param array as an argument | varkor | -0/+22 |
| 2019-05-28 | Special-case `.llvm` in mangler to fix segfaults | David Wood | -0/+84 |
| 2019-05-28 | Update test/ui/parser for bare_trait_object warnings | memoryruins | -12/+43 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -4/+4 |
| 2019-05-28 | implicit `Option`-returning doctests | Andre Bogus | -0/+12 |
| 2019-05-28 | Rollup merge of #61250 - rye:print-target-list--rm-ios-case, r=alexcrichton | Mazdak Farrokhzad | -8/+1 |
| 2019-05-28 | Make test/codegen/pgo-instrumentation.rs work reliably on Windows. | Michael Woerister | -4/+7 |
| 2019-05-28 | Rollup merge of #61220 - imbrem:error_explanations, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-05-28 | Auto merge of #61036 - michaelwoerister:pgo-xlto-test, r=alexcrichton | bors | -0/+131 |
| 2019-05-27 | Fix an sh error | Kristofer Rye | -1/+1 |
| 2019-05-27 | Incorporated suggested changes | Jad Ghalayini | -0/+4 |
| 2019-05-27 | Remove now-dead case statement in print-target-list Makefile | Kristofer Rye | -5/+1 |
| 2019-05-27 | Remove *ios* case from print-target-list Makefile | Kristofer Rye | -3/+0 |