| Age | Commit message (Expand) | Author | Lines |
| 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 | Make pointers to statics internal | Matthew Jasper | -33/+89 |
| 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-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-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 | Switch to bootstrapping from dev-static stable | Mark Rousskov | -5/+5 |
| 2019-12-16 | Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril | Mazdak Farrokhzad | -1/+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 | 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 |
| 2019-12-16 | Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAus | Mazdak Farrokhzad | -8/+10 |
| 2019-12-16 | Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAus | Mazdak Farrokhzad | -1/+72 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -5/+4 |
| 2019-12-16 | Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay | Mazdak Farrokhzad | -49/+35 |
| 2019-12-15 | Fix JS error when loading page with search | Guillaume Gomez | -1/+1 |
| 2019-12-15 | cleanup with push_fake_read | Mazdak Farrokhzad | -48/+23 |
| 2019-12-15 | Fix repetition in matches/mod.rs | Mazdak Farrokhzad | -2/+1 |
| 2019-12-15 | make transparent enums more ordinary | Mazdak Farrokhzad | -18/+17 |
| 2019-12-15 | use Self alias in place of macros | Lzu Tao | -3/+3 |
| 2019-12-15 | improve hir::PatKind::Slice docs | Mazdak Farrokhzad | -2/+9 |
| 2019-12-15 | document check_pat_slice | Mazdak Farrokhzad | -0/+25 |