| Age | Commit message (Expand) | Author | Lines |
| 2018-08-01 | Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb | Pietro Albini | -23/+27 |
| 2018-07-31 | Add dyn to Write | Mark Rousskov | -1/+1 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -42/+23 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -149/+181 |
| 2018-07-31 | Put back original field discovery | Guillaume Gomez | -2/+8 |
| 2018-07-31 | Format code for easier editing | Mark Rousskov | -6/+5 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -56/+94 |
| 2018-07-31 | Remove dependency on error handling from find_testable_code | Mark Rousskov | -13/+24 |
| 2018-07-31 | Provide test configuration through struct | Mark Rousskov | -28/+21 |
| 2018-07-31 | Provide warnings for invalid code blocks in markdown files | Mark Rousskov | -7/+5 |
| 2018-07-31 | Pull out nightly checking to edges | Mark Rousskov | -8/+7 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -121/+96 |
| 2018-07-30 | Fix Alias intra doc ICE | Guillaume Gomez | -23/+21 |
| 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 |