| Age | Commit message (Expand) | Author | Lines |
| 2019-10-04 | dont run these tests on targets that default to panic=abort. | Felix S. Klock II | -0/+2 |
| 2019-10-03 | Update issue-64655-extern-rust-must-allow-unwind.rs | Felix S Klock II | -1/+0 |
| 2019-10-03 | Update attributes.rs | Felix S Klock II | -4/+5 |
| 2019-10-03 | Apply suggestions from code review | Felix S Klock II | -6/+6 |
| 2019-10-02 | fix typo | Felix S Klock II | -1/+1 |
| 2019-10-02 | Regression tests for issue 64655. | Felix S. Klock II | -0/+145 |
| 2019-10-02 | Fix missing calls to drop on unwind with lto=fat; issue 64655. | Felix S. Klock II | -13/+38 |
| 2019-09-09 | Auto merge of #64195 - mark-i-m:update-rustc-guide-1, r=ehuss | bors | -0/+0 |
| 2019-09-08 | update guide | mark | -0/+0 |
| 2019-09-08 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-09-09 | Auto merge of #64108 - estebank:issue-36836, r=Centril | bors | -11/+42 |
| 2019-09-08 | Rollup merge of #64288 - guanqun:use-get-toml, r=Mark-Simulacrum | Mazdak Farrokhzad | -5/+15 |
| 2019-09-08 | Rollup merge of #64280 - V1shvesh:master, r=Centril | Mazdak Farrokhzad | -11/+15 |
| 2019-09-08 | Rollup merge of #64263 - crlf0710:improve_wording, r=petrochenkov | Mazdak Farrokhzad | -16/+16 |
| 2019-09-08 | Rollup merge of #64078 - Mark-Simulacrum:compiletest-lint-unused, r=petrochenkov | Mazdak Farrokhzad | -69/+131 |
| 2019-09-08 | Dedent macro definition | V1shvesh | -3/+3 |
| 2019-09-08 | Remove extra trailing newline | V1shvesh | -1/+0 |
| 2019-09-08 | Auto merge of #63994 - Centril:refactor-qualify-consts, r=spastorino,oli-obk | bors | -126/+113 |
| 2019-09-09 | use 'get_toml' instead of regular expression | Guanqun Lu | -5/+15 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -68/+121 |
| 2019-09-08 | Rollup merge of #64267 - ehuss:rustdoc-fix-mixed-code-block, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+30 |
| 2019-09-08 | Rollup merge of #64265 - petrochenkov:useerr, r=estebank | Mazdak Farrokhzad | -11/+37 |
| 2019-09-08 | Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton | Mazdak Farrokhzad | -151/+94 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -6/+160 |
| 2019-09-08 | Refactor Pluralisation | V1shvesh | -11/+8 |
| 2019-09-08 | Add pluralise macro | V1shvesh | -0/+8 |
| 2019-09-08 | Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-08 | Auto merge of #64044 - Mark-Simulacrum:rustdoc-clean-2, r=GuillaumeGomez | bors | -916/+864 |
| 2019-09-08 | Improve wording. | Charles Lew | -16/+16 |
| 2019-09-07 | Move to buffers throughout print_item | Mark Rousskov | -428/+375 |
| 2019-09-07 | Item to function | Mark Rousskov | -84/+79 |
| 2019-09-07 | AllTypes to function | Mark Rousskov | -32/+30 |
| 2019-09-07 | Settings to function | Mark Rousskov | -36/+19 |
| 2019-09-07 | Move Source to Buffer | Mark Rousskov | -14/+7 |
| 2019-09-07 | layout::render takes Print instead of fmt::Display | Mark Rousskov | -11/+15 |
| 2019-09-07 | De-indent all fmt::Display impls for later replacement to functions | Mark Rousskov | -255/+255 |
| 2019-09-07 | Delete Sidebar struct in favor of FnOnce impl | Mark Rousskov | -8/+2 |
| 2019-09-07 | Implement Print for FnOnce(&mut Buffer) | Mark Rousskov | -16/+18 |
| 2019-09-07 | Move sidebar to Buffer-printing | Mark Rousskov | -62/+70 |
| 2019-09-07 | Remove unnecessary Buffer in layout::render | Mark Rousskov | -6/+2 |
| 2019-09-07 | Replace writeln!/write! with push_str | Mark Rousskov | -81/+69 |
| 2019-09-07 | Move constant parameters to render to Layout struct | Mark Rousskov | -29/+16 |
| 2019-09-07 | Remove needless clone of layout | Mark Rousskov | -2/+1 |
| 2019-09-07 | Create buffers in top-level rendering | Mark Rousskov | -37/+29 |
| 2019-09-07 | Migrate top-level rendering to Buffer | Mark Rousskov | -52/+49 |
| 2019-09-07 | Add buffer abstraction | Mark Rousskov | -0/+65 |
| 2019-09-07 | run-pass tests shouldn't have unused contents | Mark Rousskov | -1/+10 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -1/+71 |
| 2019-09-08 | Rollup merge of #64229 - kawa-yoiko:unreachable-call-lint, r=estebank | Mazdak Farrokhzad | -13/+15 |
| 2019-09-08 | Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasper | Mazdak Farrokhzad | -9/+24 |