| Age | Commit message (Expand) | Author | Lines |
| 2019-09-13 | Avoid math and use patterns to grab projection base | Santiago Pastorino | -35/+24 |
| 2019-09-12 | Destructure instead of using split_at | Santiago Pastorino | -1/+1 |
| 2019-09-12 | Use fold | Santiago Pastorino | -7/+4 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -176/+228 |
| 2019-09-09 | Use slice patterns to match projection base | Santiago Pastorino | -118/+67 |
| 2019-09-09 | Make move_path_children_matching closure take a PlaceElem instead of a slice | Santiago Pastorino | -16/+16 |
| 2019-09-09 | Use rposition to find the position of an elem | Santiago Pastorino | -8/+7 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -1570/+1399 |
| 2019-09-09 | Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril | bors | -98/+101 |
| 2019-09-09 | Auto merge of #64195 - mark-i-m:update-rustc-guide-1, r=ehuss | bors | -0/+0 |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -98/+101 |
| 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 |