| Age | Commit message (Expand) | Author | Lines |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+16 |
| 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 | 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 | 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 |
| 2021-01-16 | Cleanup | Jack Huey | -2/+2 |
| 2021-01-16 | Rollup merge of #81040 - osa1:fix_80992, r=jyn514 | Mara Bos | -0/+6 |
| 2021-01-16 | Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514 | Mara Bos | -114/+86 |
| 2021-01-16 | doctest: Reset errors before dropping the parse session | Ömer Sinan Ağacan | -0/+6 |
| 2021-01-15 | Rollup merge of #81033 - jyn514:nested-variant, r=CraftSpider | Guillaume Gomez | -47/+33 |
| 2021-01-15 | Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514 | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Use Array.some instead of onEach to have better performance | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Improve JS performance by storing length before comparing to it in loops | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -24/+24 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -36/+22 |
| 2021-01-15 | Address nit | Rune Tynan | -7/+3 |
| 2021-01-15 | Remove doctree::Import | Rune Tynan | -114/+90 |
| 2021-01-14 | Remove doctree::Variant | Rune Tynan | -19/+0 |
| 2021-01-14 | Auto merge of #80802 - jyn514:box-attributes, r=nnethercote | bors | -9/+9 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -2/+2 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -1/+0 |
| 2021-01-13 | Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPC | bors | -5/+1 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -28/+25 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -28/+25 |