| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -23/+23 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -38/+38 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-28 | Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC | bors | -2/+22 |
| 2020-03-28 | Rollup merge of #70493 - 0xd4d:rustdoc-tab-size, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2020-03-28 | Rollup merge of #70448 - TimotheeGerber:rustdoc-create-output-dir, r=Guillaum... | Dylan DPC | -1/+6 |
| 2020-03-28 | Fix rustdoc.css CSS tab-size property | 0xd4d | -2/+2 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -1/+1 |
| 2020-03-26 | Create output dir in rustdoc markdown render | Timothée Gerber | -1/+6 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -4/+5 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -1/+0 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -1/+0 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -0/+1 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -0/+1 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -7/+4 |
| 2020-03-22 | Update lint name to follow convention | Guillaume Gomez | -3/+3 |
| 2020-03-22 | Update to new diagnostic | Guillaume Gomez | -8/+11 |
| 2020-03-22 | Improve code readability | Guillaume Gomez | -13/+12 |
| 2020-03-22 | rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOC | Guillaume Gomez | -4/+3 |
| 2020-03-22 | Add lint when no doc is present at the crate-level | Guillaume Gomez | -0/+19 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -7/+4 |
| 2020-03-21 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -3/+1 |
| 2020-03-20 | remove redundant import (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -104/+213 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnison | Mazdak Farrokhzad | -13/+21 |
| 2020-03-18 | Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -27/+25 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+0 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |
| 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 | -103/+215 |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -3/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -27/+25 |
| 2020-03-16 | Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomez | Dylan DPC | -23/+3 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -8/+11 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+2 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -4/+4 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -4/+7 |
| 2020-03-14 | remove compilation warning | Guillaume Gomez | -1/+0 |
| 2020-03-14 | Make ignore and compile fail signs more visible | Guillaume Gomez | -13/+21 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+3 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -4/+4 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -46/+36 |