| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -8/+8 |
| 2020-03-16 | formatting | Guillaume Gomez | -27/+24 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -87/+157 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+2 |
| 2020-03-14 | Make ignore and compile fail signs more visible | Guillaume Gomez | -13/+21 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -40/+34 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -1/+3 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -2/+2 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -280/+7 |
| 2020-03-07 | rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes) | Matthias Krüger | -28/+28 |
| 2020-03-07 | iterate over a maps values directly. (clippy::for_kv_map) | Matthias Krüger | -1/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+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-07 | rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -14/+10 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -6/+2 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -6/+6 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -2/+2 |
| 2020-03-04 | Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref... | Matthias Krüger | -2/+2 |
| 2020-03-02 | Put back output-format option for show-coverage | Guillaume Gomez | -1/+3 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -3/+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 | -2/+2 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -3/+3 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -3/+3 |
| 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 | -4/+4 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -280/+7 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -3/+3 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -2/+2 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -1/+1 |
| 2020-02-15 | Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27 | bors | -24/+33 |
| 2020-02-14 | Update pulldown-cmark dependency | Guillaume Gomez | -75/+95 |
| 2020-02-11 | [ImgBot] Optimize images | ImgBotApp | -3/+3 |
| 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-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-01-30 | rustdoc: emit JS paths for struct-like variants | Tom Jakubowski | -8/+22 |
| 2020-01-30 | rustdoc: NodeId is now DefId | Tom Jakubowski | -16/+11 |
| 2020-01-29 | Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol... | Yuki Okushi | -14/+16 |
| 2020-01-29 | Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomez | Yuki Okushi | -5/+8 |
| 2020-01-28 | Fix null synthetic_implementors error | Guillaume Gomez | -14/+16 |