| Age | Commit message (Expand) | Author | Lines |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -2/+2 |
| 2022-02-23 | rustdoc: write directly to buffer in `inner_full_print` | Michael Howell | -27/+19 |
| 2022-02-23 | Rollup merge of #94260 - GuillaumeGomez:infinite-redirection, r=notriddle | Matthias Krüger | -26/+34 |
| 2022-02-23 | Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpider | Matthias Krüger | -23/+25 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -5/+3 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -9/+4 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -4/+4 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -2/+9 |
| 2022-02-22 | Prevent generation of infinite redirections | Guillaume Gomez | -26/+34 |
| 2022-02-22 | Address review comments | Deadbeef | -10/+10 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -5/+1 |
| 2022-02-22 | Bless rustdoc test | Deadbeef | -84/+82 |
| 2022-02-22 | Do not display hidden `~const Drop` bounds | Deadbeef | -5/+19 |
| 2022-02-22 | Do not display ~const in rustdoc | Deadbeef | -1/+2 |
| 2022-02-21 | update rustdoc | lcnr | -2/+2 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -5/+1 |
| 2022-02-20 | Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill... | bors | -2/+26 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-02-20 | Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddle | Matthias Krüger | -6/+11 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -2/+2 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -1/+5 |
| 2022-02-19 | Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -23/+25 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -4/+17 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -0/+4 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+4 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -6/+1 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -21/+7 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -127/+109 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -6/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -21/+7 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -127/+109 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-16 | rustdoc: resolve intra-doc links when checking HTML | Michael Howell | -2/+26 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -6/+6 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -7/+7 |
| 2022-02-14 | update two rustdoc comments | Ellen | -3/+3 |
| 2022-02-14 | Auto merge of #93937 - bjorn3:simplifications3, r=cjgillot | bors | -3/+0 |
| 2022-02-13 | rustdoc: Clean up `fn resolve_self_ty` | Vadim Petrochenkov | -30/+23 |
| 2022-02-13 | rustdoc: Stop textually replacing `Self` in doc links before resolving them | Vadim Petrochenkov | -92/+117 |
| 2022-02-13 | rustdoc: Consider enum variants when resolving assoc items in doc links | Vadim Petrochenkov | -2/+19 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -3/+0 |
| 2022-02-13 | Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez | bors | -2/+3 |
| 2022-02-13 | Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgr | bors | -1/+1 |
| 2022-02-13 | Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillot | Matthias Krüger | -1/+1 |