| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Auto merge of #68568 - pietroalbini:stable-next, r=pietroalbini 1.41.0 | bors | -36/+207 |
| 2020-01-27 | 1.41.0 stable release | Pietro Albini | -1/+1 |
| 2020-01-27 | switch bootstrap compiler to stable 1.40.0 | Pietro Albini | -2/+2 |
| 2020-01-27 | Update RELEASES.md | XAMPPRocky | -2/+1 |
| 2020-01-27 | Update RELEASES.md for 1.41.0 | Erin Power | -0/+116 |
| 2020-01-27 | Make pointers to statics internal | Matthew Jasper | -33/+89 |
| 2020-01-24 | Auto merge of #68496 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -1423/+1537 |
| 2020-01-23 | review comments | Esteban Küber | -16/+14 |
| 2020-01-23 | Do not ICE on malformed suggestion spans | Esteban Küber | -5/+28 |
| 2020-01-23 | format librustc_errors | Mark Rousskov | -404/+421 |
| 2020-01-23 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -78/+138 |
| 2020-01-23 | format librustdoc | Mark Rousskov | -775/+839 |
| 2020-01-23 | Revert parts of #66405. | Nicholas Nethercote | -111/+80 |
| 2020-01-23 | fmt data data structures | Mark Rousskov | -68/+51 |
| 2020-01-19 | Auto merge of #68321 - cuviper:beta-next, r=Dylan-DPC | bors | -23/+116 |
| 2020-01-17 | rustdoc: Don't allow `#![feature(...)]` on stable or beta | Oliver Middleton | -2/+1 |
| 2020-01-17 | Add ICE regression tests | Esteban Küber | -0/+34 |
| 2020-01-17 | Change `next_point` when `shrink_to_hi` is more appropriate | Esteban Küber | -17/+13 |
| 2020-01-17 | Fix invalid bounding box | Esteban Küber | -1/+1 |
| 2020-01-17 | Fix `next_point` to be unicode aware | Esteban Küber | -1/+1 |
| 2020-01-17 | Do not ICE on unicode next point | Esteban Küber | -1/+24 |
| 2020-01-17 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -1/+42 |
| 2020-01-14 | Auto merge of #68189 - jonas-schievink:beta-next, r=Mark-Simulacrum | bors | -25/+241 |
| 2020-01-13 | Fix rebase damage | Jonas Schievink | -1/+0 |
| 2020-01-13 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+38 |
| 2020-01-13 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -2/+71 |
| 2020-01-13 | Use the correct type for static qualifs | Matthew Jasper | -8/+22 |
| 2020-01-13 | Reenable static linking of libstdc++ on windows-gnu | Mateusz Mikuła | -1/+1 |
| 2020-01-13 | Don't suppress move errors for union fields | Matthew Jasper | -9/+79 |
| 2020-01-13 | Move command-related tests into command/ | Jeremy Fitzhardinge | -0/+0 |
| 2020-01-13 | Fix up Command Debug output when arg0 is specified. | Jeremy Fitzhardinge | -2/+30 |
| 2019-12-17 | Auto merge of #67370 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -5/+5 |
| 2019-12-17 | Switch to bootstrapping from dev-static stable | Mark Rousskov | -5/+5 |
| 2019-12-16 | Auto merge of #67356 - Centril:rollup-paaw3ju, r=Centril | bors | -70/+134 |
| 2019-12-16 | Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-16 | Rollup merge of #67344 - joshtriplett:no-gitignore-of-committed-files, r=Dyla... | Mazdak Farrokhzad | -0/+1 |
| 2019-12-16 | Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-16 | Rollup merge of #67323 - Centril:tes, r=davidtwco | Mazdak Farrokhzad | -18/+17 |
| 2019-12-16 | Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplett | Mazdak Farrokhzad | -3/+3 |
| 2019-12-16 | Rollup merge of #67318 - Centril:spdocs, r=matthewjasper | Mazdak Farrokhzad | -17/+63 |
| 2019-12-16 | Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichton | Mazdak Farrokhzad | -15/+0 |
| 2019-12-16 | Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushi | Mazdak Farrokhzad | -15/+48 |
| 2019-12-16 | Add benchmarks for `start_with` and `ends_with` | Andrea Canciani | -0/+44 |
| 2019-12-16 | Minor: update Unsize docs for dyn syntax | Peter Todd | -1/+1 |
| 2019-12-16 | Auto merge of #67342 - Centril:rollup-fl44n41, r=Centril | bors | -114/+146 |
| 2019-12-15 | .gitignore: Don't ignore a file that exists in the repository | Josh Triplett | -0/+1 |
| 2019-12-16 | improve lower_pat_slice docs + while -> for | Mazdak Farrokhzad | -12/+26 |
| 2019-12-16 | Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper | Mazdak Farrokhzad | -48/+23 |
| 2019-12-16 | Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasper | Mazdak Farrokhzad | -2/+1 |
| 2019-12-16 | Rollup merge of #67317 - lcnr:type_name_docs, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |