| Age | Commit message (Expand) | Author | Lines |
| 2018-09-10 | [beta] rustdoc: disable blanket impl collection | QuietMisdreavus | -111/+2 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -121/+96 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -6/+2 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+2 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -18/+18 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -15/+11 |
| 2018-07-29 | Auto merge of #52751 - QuietMisdreavus:you-shall-not-pass, r=GuillaumeGomez | bors | -26/+50 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -64/+217 |
| 2018-07-28 | Move blanket implementations generation into its own function | Guillaume Gomez | -19/+29 |
| 2018-07-28 | Remove core exclusion condition | Guillaume Gomez | -13/+13 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -20/+55 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -3/+3 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -15/+11 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -18/+18 |
| 2018-07-26 | rustdoc: rework how default passes are chosen | QuietMisdreavus | -26/+50 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -8/+8 |
| 2018-07-24 | Auto merge of #52257 - steveklabnik:refactor-rustdoc, r=QuietMisdreavus | bors | -72/+16 |
| 2018-07-24 | remove zombie code | steveklabnik | -5/+0 |
| 2018-07-24 | remove pluginmanager | steveklabnik | -69/+18 |
| 2018-07-24 | Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez | bors | -45/+47 |
| 2018-07-24 | force the doctest rustc thread to share the name of the test | QuietMisdreavus | -2/+2 |
| 2018-07-24 | Remove generic-impl rendering filter | Guillaume Gomez | -85/+83 |
| 2018-07-24 | Add src and fix generics display issues | Guillaume Gomez | -6/+6 |
| 2018-07-23 | Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus | bors | -16/+4 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -0/+1 |
| 2018-07-23 | Fix style issues | Guillaume Gomez | -7/+9 |
| 2018-07-22 | Fix urls | Guillaume Gomez | -4/+4 |
| 2018-07-22 | Prevent some items to get generic impls listed | Guillaume Gomez | -1/+2 |
| 2018-07-22 | Improve code | Guillaume Gomez | -64/+44 |
| 2018-07-22 | Add new tests and fix old ones | Guillaume Gomez | -37/+65 |
| 2018-07-22 | Cleanup | Guillaume Gomez | -65/+1 |
| 2018-07-22 | Add filter over non generic impls | Guillaume Gomez | -54/+38 |
| 2018-07-22 | Working generic impl | Guillaume Gomez | -137/+198 |
| 2018-07-22 | some improvements | Guillaume Gomez | -7/+23 |
| 2018-07-22 | part 2 | Guillaume Gomez | -59/+46 |
| 2018-07-22 | First step to generic trait impls | Guillaume Gomez | -20/+114 |
| 2018-07-22 | Start of generic impl fix for rustdoc | Guillaume Gomez | -3/+24 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -7/+5 |
| 2018-07-22 | Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum... | bors | -4/+63 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -4/+63 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -7/+5 |
| 2018-07-20 | Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez | bors | -5/+5 |
| 2018-07-20 | report doctest compile failures correctly | QuietMisdreavus | -19/+19 |
| 2018-07-20 | rustdoc: set panic output before starting compiler thread pool | QuietMisdreavus | -25/+27 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -0/+1 |