| Age | Commit message (Expand) | Author | Lines |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -521/+413 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+234 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -4/+4 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -4/+4 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | Keep current behavior while accepting error count | Esteban Küber | -1/+1 |
| 2019-03-07 | fix bad use of with_emitter | Esteban Küber | -2/+2 |
| 2019-03-07 | hir: remove NodeId from PathSegment | ljedrz | -2/+0 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -41/+50 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-05 | Stub rustdoc const generics implementations | varkor | -0/+12 |
| 2019-03-05 | only print coverage pass lists if running on nightly | QuietMisdreavus | -7/+11 |
| 2019-03-05 | remove unused Display impl | QuietMisdreavus | -7/+0 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -1/+1 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -43/+43 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -4/+6 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -3/+5 |
| 2019-03-01 | hir: remove NodeId from TraitRef | ljedrz | -2/+0 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -3/+4 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -7/+7 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -3/+4 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -1/+1 |
| 2019-02-28 | track items per-file instead of per-type | QuietMisdreavus | -117/+33 |
| 2019-02-28 | tweak wording of extern types | QuietMisdreavus | -1/+1 |
| 2019-02-28 | add a coverage mode for private items | QuietMisdreavus | -3/+20 |
| 2019-02-28 | print doc coverage as a table of individual item types | QuietMisdreavus | -42/+166 |
| 2019-02-28 | refactor: combine item count numbers into a new struct | QuietMisdreavus | -29/+57 |
| 2019-02-28 | count fewer items in calculate-doc-coverage | QuietMisdreavus | -1/+5 |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -4/+146 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -23/+26 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -20/+10 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -20/+10 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -150/+82 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -6/+6 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -53/+53 |
| 2019-02-25 | Rollup merge of #58697 - taiki-e:question-in-macros, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -2/+2 |
| 2019-02-24 | doc: partially HirIdify visit_ast | ljedrz | -37/+38 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -5/+7 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -11/+8 |
| 2019-02-24 | Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+39 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -7/+7 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -138/+68 |
| 2019-02-23 | move collapse and unindent docs passes earlier | Andy Russell | -14/+16 |
| 2019-02-23 | Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis | bors | -1/+1 |
| 2019-02-23 | fix build for Rust 2018 now that #58100 has been merged | Trevor Spiteri | -1/+1 |
| 2019-02-23 | rustdoc: support methods on primitives in intra-doc links | Trevor Spiteri | -2/+39 |
| 2019-02-23 | Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=Manishearth | Mazdak Farrokhzad | -1/+5 |
| 2019-02-23 | Fix tidy check errors | Hirokazu Hata | -10/+45 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -423/+419 |