| Age | Commit message (Expand) | Author | Lines |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -8/+3 |
| 2020-04-17 | Replace big JS dict with JSON parsing | Guillaume Gomez | -4/+35 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -3/+3 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -8/+5 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -9/+61 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+0 |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -5/+5 |
| 2020-03-16 | formatting | Guillaume Gomez | -4/+1 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -7/+62 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+2 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -1/+2 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -1/+1 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -81/+4 |
| 2020-03-07 | iterate over a maps values directly. (clippy::for_kv_map) | Matthias Krüger | -1/+1 |
| 2020-03-07 | rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some) | Matthias Krüger | -5/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -1/+1 |
| 2020-03-02 | Put back output-format option for show-coverage | Guillaume Gomez | -1/+2 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -2/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -3/+3 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -81/+4 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -1/+1 |
| 2020-02-04 | Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum | Dylan DPC | -8/+1 |
| 2020-02-04 | fix couple of perf related clipyp warnings | Matthias Krüger | -8/+1 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -2/+0 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -23/+32 |
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -5/+5 |
| 2020-01-20 | Remove usage of global variable "inlined_types" | Guillaume Gomez | -23/+32 |
| 2020-01-15 | Fix rendering on sidebar and update tests | Guillaume Gomez | -4/+4 |
| 2020-01-15 | Simplify deref impls for type aliases | Guillaume Gomez | -37/+26 |
| 2020-01-15 | Include type alias implementations | Guillaume Gomez | -21/+32 |
| 2020-01-15 | formatting | Guillaume Gomez | -12/+8 |
| 2020-01-15 | Fix deref impl on type alias | Guillaume Gomez | -7/+17 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -3/+2 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -2/+3 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -2/+2 |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+3 |