| Age | Commit message (Expand) | Author | Lines |
| 2021-01-27 | Split JSON into separately versioned crate | Rune Tynan | -59/+71 |
| 2021-01-27 | Fix clean/types doc links | Guillaume Gomez | -0/+3 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -30/+18 |
| 2021-01-27 | Unify cache usage and improve naming | Guillaume Gomez | -11/+12 |
| 2021-01-27 | Improve documentation on GetDefId trait's methods | Guillaume Gomez | -3/+13 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -8/+4 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -24/+20 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -166/+179 |
| 2021-01-27 | Use empty Cache for methods requiring it when filling Cache itself | Guillaume Gomez | -48/+70 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -663/+728 |
| 2021-01-27 | Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157 | Yuki Okushi | -31/+33 |
| 2021-01-25 | Improve URL handling when clicking on a menu link while being on the search r... | Guillaume Gomez | -7/+16 |
| 2021-01-25 | Completely remove search query parameter when clearing search input | Guillaume Gomez | -1/+2 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -31/+33 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -30/+21 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+16 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -4/+4 |
| 2021-01-23 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -2/+19 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -14/+32 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+16 |
| 2021-01-23 | Cleanup `render_stability_since_raw` to remove code duplication | LeSeulArtichaut | -26/+17 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -16/+18 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -6/+3 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -13/+31 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -2/+19 |
| 2021-01-22 | Fix <unknown> queries | Joshua Nelson | -2/+5 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -53/+24 |
| 2021-01-22 | Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514 | Mara Bos | -4/+5 |
| 2021-01-22 | Rollup merge of #80573 - jyn514:tool-lints, r=GuillaumeGomez | Mara Bos | -30/+31 |
| 2021-01-21 | Deny internal lints for rustdoc | Joshua Nelson | -0/+1 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -30/+30 |
| 2021-01-22 | Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkov | bors | -1/+2 |
| 2021-01-21 | Bump format version | Rune Tynan | -1/+1 |
| 2021-01-21 | Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider | Yuki Okushi | -23/+30 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -1/+2 |
| 2021-01-20 | Add explanation of None vs Some("") | Rune Tynan | -1/+2 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -44/+22 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -47/+40 |
| 2021-01-20 | Make 'docs' optional | Rune Tynan | -2/+2 |
| 2021-01-19 | Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 | Guillaume Gomez | -21/+32 |
| 2021-01-19 | Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,... | Guillaume Gomez | -0/+15 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -23/+30 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy | LeSeulArtichaut | -2/+37 |
| 2021-01-18 | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelid | bors | -3/+26 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -21/+32 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -30/+28 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -3/+26 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -2/+7 |
| 2021-01-16 | More review comments | Jack Huey | -2/+0 |
| 2021-01-16 | Review changes | Jack Huey | -28/+28 |