| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -28/+25 |
| 2020-01-09 | rustdoc: use another stability mark arrow, no rotate. | Liigo Zhuang | -3/+2 |
| 2020-01-09 | rustdoc: improve stability mark arrows | Liigo Zhuang | -4/+9 |
| 2020-01-09 | Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+4 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -1/+3 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -16/+90 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -73/+108 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -3/+6 |
| 2020-01-07 | rustdoc: Don't allow `#![feature(...)]` on stable or beta | Oliver Middleton | -2/+1 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -5/+16 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -11/+15 |