| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Fix null synthetic_implementors error | Guillaume Gomez | -14/+16 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -7/+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 | -5/+9 |
| 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 `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -3/+3 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -0/+1 |
| 2020-01-19 | Add `constness` field to `hir::ItemKind::Impl` | Dylan MacKenzie | -0/+3 |
| 2020-01-20 | Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez | Dylan DPC | -3/+7 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -1/+0 |
| 2020-01-20 | Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume... | Dylan DPC | -4/+6 |
| 2020-01-18 | rustdoc: Fix handling of compile errors when running `rustdoc --test` | Oliver Middleton | -3/+7 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -2/+5 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -15/+15 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -25/+68 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -15/+15 |
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -4/+6 |
| 2020-01-17 | formatting | Guillaume Gomez | -21/+19 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-16 | Improve code readability | Guillaume Gomez | -26/+10 |
| 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 | -39/+55 |
| 2020-01-15 | Include type alias implementations | Guillaume Gomez | -21/+32 |
| 2020-01-15 | remove unneeded code from cache.rs | Guillaume Gomez | -14/+6 |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -1/+1 |
| 2020-01-15 | formatting | Guillaume Gomez | -49/+28 |
| 2020-01-15 | Fix deref impl on type alias | Guillaume Gomez | -27/+90 |
| 2020-01-14 | Prevent urls in headings | Guillaume Gomez | -2/+6 |
| 2020-01-14 | Rollup merge of #68179 - JohnTitor:nll-scope, r=varkor | Yuki Okushi | -32/+26 |
| 2020-01-14 | Rollup merge of #68166 - ollie27:rustdoc_help_escape, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-01-14 | Rollup merge of #67989 - ollie27:rustdoc_unstable, r=GuillaumeGomez | Yuki Okushi | -2/+1 |
| 2020-01-13 | Remove unneeded scope | Yuki Okushi | -32/+26 |
| 2020-01-13 | Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-01-13 | Rollup merge of #67959 - liigo:patch-13, r=GuillaumeGomez | Yuki Okushi | -4/+8 |
| 2020-01-12 | rustdoc: HTML escape arrows on help popup | Oliver Middleton | -2/+2 |
| 2020-01-12 | Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -2/+6 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-10 | Fix print const on librustdoc | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -2/+6 |