| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton | Yuki Okushi | -1/+0 |
| 2020-01-06 | rustdoc: Remove more `#[doc(cfg(..))]` duplicates | Oliver Middleton | -16/+90 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-06 | Fix error code failure check in rustdoc test | Guillaume Gomez | -2/+1 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -61/+66 |
| 2020-01-06 | Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-01-06 | Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomez | bors | -3/+29 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -5/+16 |
| 2020-01-05 | Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume... | Dylan DPC | -76/+72 |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -53/+58 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -8/+8 |
| 2020-01-04 | buffer lexer errors in rustdoc syntax checking | Andy Russell | -3/+29 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -15/+14 |
| 2020-01-04 | Omit underscore constants from rustdoc | David Tolnay | -11/+15 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -73/+108 |
| 2020-01-04 | rustdoc: Avoid panic when parsing codeblocks for playground links | Oliver Middleton | -76/+72 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -41/+13 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -4/+3 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -11/+11 |
| 2020-01-03 | Address review comments + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2020-01-03 | rustdoc: Respect diagnostic debugging options | Vadim Petrochenkov | -41/+13 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -10/+10 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -14/+14 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -11/+12 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -40/+40 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -15/+2 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -3/+3 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Retire hir::ptr. | Camille GILLOT | -13/+0 |
| 2019-12-30 | Retire HirVec. | Camille GILLOT | -2/+2 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -57/+57 |
| 2019-12-28 | doc comments: Less attribute mimicking | Vadim Petrochenkov | -46/+21 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -57/+57 |
| 2019-12-27 | Use Arena inside hir::FnSig. | Camille GILLOT | -1/+1 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -5/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -71/+162 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -8/+124 |
| 2019-12-23 | Rollup merge of #67527 - GuillaumeGomez:results-show-too-much, r=kinnison | Mazdak Farrokhzad | -46/+45 |
| 2019-12-22 | Format the world | Mark Rousskov | -4822/+5186 |
| 2019-12-22 | Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=Centril | Mazdak Farrokhzad | -40/+23 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-12-22 | Fix invalid results showing back | Guillaume Gomez | -0/+4 |
| 2019-12-22 | Improve code readability | Guillaume Gomez | -43/+37 |
| 2019-12-22 | Improve JS code a bit by avoid erasing all event handlers | Guillaume Gomez | -4/+5 |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -13/+13 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -32/+31 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -3/+3 |