| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -17/+21 |
| 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 | 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 | 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 |
| 2019-02-22 | Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=Guilla... | Mazdak Farrokhzad | -22/+8 |
| 2019-02-22 | Don't generate minification variable if minification disabled | Guillaume Gomez | -1/+5 |
| 2019-02-22 | Update parking_lot to 0.7 | Bastien Orivel | -1/+1 |
| 2019-02-20 | Dedup a rustdoc diagnostic construction | Dale Wijnand | -22/+8 |
| 2019-02-20 | HirIdification: change some NodeId to HirId calls | ljedrz | -6/+6 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -30/+38 |
| 2019-02-20 | Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMisdreavus | kennytm | -25/+6 |
| 2019-02-20 | Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol... | kennytm | -2/+2 |
| 2019-02-20 | Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre... | kennytm | -11/+10 |
| 2019-02-20 | Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez | kennytm | -4/+10 |
| 2019-02-19 | Fix tables display | Guillaume Gomez | -25/+6 |
| 2019-02-19 | Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus | bors | -20/+3 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -10/+79 |
| 2019-02-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre Bogus | -4/+10 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -10/+24 |
| 2019-02-16 | Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavus | kennytm | -1/+6 |
| 2019-02-16 | Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus | kennytm | -1/+1 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-15 | Drive-by cleanup | varkor | -4/+4 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -6/+75 |
| 2019-02-13 | mask `compiler_builtins` docs | Andy Russell | -1/+6 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+24 |
| 2019-02-13 | Rollup merge of #58167 - ljedrz:HirIdify_body_id, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | libpanic_unwind => 2018: fix ICEs. | Mazdak Farrokhzad | -3/+5 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -1/+1 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -43/+43 |
| 2019-02-12 | respect alternate flag when formatting impl trait | Andy Russell | -30/+38 |
| 2019-02-11 | Update existing rustdoc test | varkor | -5/+7 |
| 2019-02-11 | Display "Deprecation planned" in rustdoc for future rustc deprecations | varkor | -9/+22 |
| 2019-02-11 | Don't display "Deprecated since" for non-rustc deprecated items | varkor | -2/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -43/+43 |
| 2019-02-10 | Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavus | Guillaume Gomez | -8/+6 |
| 2019-02-10 | Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth | Guillaume Gomez | -47/+132 |
| 2019-02-10 | Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomez | Guillaume Gomez | -10/+60 |
| 2019-02-10 | Remove spotlight for trait aliases and fix nits | Guillaume Gomez | -5/+2 |
| 2019-02-10 | Add trait aliases to js types | Guillaume Gomez | -1/+3 |
| 2019-02-10 | Add style for trait aliases | Guillaume Gomez | -0/+4 |