| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -280/+7 |
| 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-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 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -5/+8 |
| 2020-01-26 | Fix run button positionning in case of scrolling | Guillaume Gomez | -8/+7 |
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -25/+50 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 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 | -25/+50 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -0/+1 |
| 2020-01-20 | Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume... | Dylan DPC | -2/+3 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -2/+5 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -14/+20 |
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -2/+3 |
| 2020-01-16 | Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G... | Dylan DPC | -1/+1 |
| 2020-01-16 | Don't keep link title either, text is generated outside of the link tag | Guillaume Gomez | -2/+1 |
| 2020-01-15 | rustdoc: HTML escape codeblocks which fail syntax highlighting | Oliver Middleton | -1/+1 |
| 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 |