| Age | Commit message (Expand) | Author | Lines |
| 2022-05-31 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+24 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+82 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -6/+100 |
| 2022-05-31 | Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko | bors | -326/+21 |
| 2022-05-31 | Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk | bors | -0/+765 |
| 2022-05-31 | Fix theme checks | Guillaume Gomez | -0/+3 |
| 2022-05-31 | Add test for empty impl blocks | Guillaume Gomez | -0/+20 |
| 2022-05-31 | Update test script for src/test/rustdoc to allow to add a filter for the @cou... | Guillaume Gomez | -16/+31 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -3/+14 |
| 2022-05-31 | Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o... | Dylan DPC | -0/+27 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -47/+177 |
| 2022-05-31 | Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors | bors | -9/+72 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -14/+9 |
| 2022-05-31 | normalize harder | Maybe Waffle | -58/+59 |
| 2022-05-30 | Fix TLS access mir opt test and remove stale files | Jakob Degen | -326/+21 |
| 2022-05-30 | Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddle | Michael Goulet | -3/+17 |
| 2022-05-30 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -0/+18 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -6/+37 |
| 2022-05-30 | Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s... | bors | -37/+15 |
| 2022-05-30 | address comments | Michael Goulet | -20/+86 |
| 2022-05-30 | better enum suggestions | Michael Goulet | -0/+151 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -3/+219 |
| 2022-05-30 | add regression test | Michael Goulet | -0/+41 |
| 2022-05-30 | fix typo | Michael Goulet | -29/+29 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+219 |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 |
| 2022-05-30 | Add test for known-bugs of cfg_accessible | Urgau | -6/+46 |
| 2022-05-30 | Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC | bors | -15/+110 |
| 2022-05-30 | Fix invalid line number computation when clicking on something else than a li... | Guillaume Gomez | -0/+4 |
| 2022-05-30 | Add tests for private items of cfg_accessible | Urgau | -0/+21 |
| 2022-05-30 | Add tests for "not sure" case of cfg_accessible | Urgau | -0/+303 |
| 2022-05-30 | Handle more cases in cfg_accessible | Urgau | -41/+42 |
| 2022-05-30 | normalize forbidden slices | Maybe Waffle | -78/+79 |
| 2022-05-30 | feat: remove license_template_path config option | Caleb Cartwright | -345/+3 |
| 2022-05-30 | refactor: remove code for bad issue (e.g. todo/fixme) reporting | Caleb Cartwright | -207/+2 |
| 2022-05-30 | feat: remove report_fixme option | Caleb Cartwright | -70/+19 |
| 2022-05-30 | feat: remove report_todo option | Caleb Cartwright | -102/+20 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -37/+15 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -0/+43 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -15/+30 |
| 2022-05-30 | Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco | Dylan DPC | -0/+37 |
| 2022-05-30 | Auto merge of #97546 - RalfJung:miri, r=oli-obk | bors | -14/+11 |
| 2022-05-30 | test forbidden slices on all two usizesizes | Maybe Waffle | -28/+309 |
| 2022-05-30 | --bless | Maybe Waffle | -28/+28 |
| 2022-05-30 | Use `// error-pattern:` header in `forbidden_slices.rs` test | Maybe Waffle | -0/+1 |
| 2022-05-30 | Rename slice_from_ptr_range_const -> const_slice_from_ptr_range | Maybe Waffle | -2/+2 |
| 2022-05-30 | Add ui tests for `slice::from_{ptr_range,raw_parts}` | Maybe Waffle | -0/+481 |
| 2022-05-30 | be less redundant redundant | Ralf Jung | -4/+0 |
| 2022-05-30 | Add GUI test for settings display | Guillaume Gomez | -0/+60 |