summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-31:arrow_up: rust-analyzerLaurențiu Nicola-7/+24
2022-05-31rustdoc: also index raw pointersMichael Howell-2/+82
2022-05-31rustdoc: also index impl traitMichael Howell-6/+100
2022-05-31Auto merge of #97570 - JakobDegen:dse-test, r=tmiaskobors-326/+21
2022-05-31Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obkbors-0/+765
2022-05-31Fix theme checksGuillaume Gomez-0/+3
2022-05-31Add test for empty impl blocksGuillaume Gomez-0/+20
2022-05-31Update test script for src/test/rustdoc to allow to add a filter for the @cou...Guillaume Gomez-16/+31
2022-05-31Display empty impl blocks if they have documentationsGuillaume Gomez-3/+14
2022-05-31Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o...Dylan DPC-0/+27
2022-05-31Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jshaDylan DPC-47/+177
2022-05-31Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errorsbors-9/+72
2022-05-31Add a pointer to address cast kindTomasz Miąsko-14/+9
2022-05-31normalize harderMaybe Waffle-58/+59
2022-05-30Fix TLS access mir opt test and remove stale filesJakob Degen-326/+21
2022-05-30Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddleMichael Goulet-3/+17
2022-05-30Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obkMichael Goulet-0/+18
2022-05-30Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errorsMichael Goulet-6/+37
2022-05-30Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s...bors-37/+15
2022-05-30address commentsMichael Goulet-20/+86
2022-05-30better enum suggestionsMichael Goulet-0/+151
2022-05-30Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwcobors-3/+219
2022-05-30add regression testMichael Goulet-0/+41
2022-05-30fix typoMichael Goulet-29/+29
2022-05-30validate derefer, run derefer inside generatorouz-a-3/+219
2022-05-30Add line number click GUI testGuillaume Gomez-1/+11
2022-05-30Improve source-code-page.goml GUI test codeGuillaume Gomez-3/+3
2022-05-30Add test for known-bugs of cfg_accessibleUrgau-6/+46
2022-05-30Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPCbors-15/+110
2022-05-30Fix invalid line number computation when clicking on something else than a li...Guillaume Gomez-0/+4
2022-05-30Add tests for private items of cfg_accessibleUrgau-0/+21
2022-05-30Add tests for "not sure" case of cfg_accessibleUrgau-0/+303
2022-05-30Handle more cases in cfg_accessibleUrgau-41/+42
2022-05-30normalize forbidden slicesMaybe Waffle-78/+79
2022-05-30feat: remove license_template_path config optionCaleb Cartwright-345/+3
2022-05-30refactor: remove code for bad issue (e.g. todo/fixme) reportingCaleb Cartwright-207/+2
2022-05-30feat: remove report_fixme optionCaleb Cartwright-70/+19
2022-05-30feat: remove report_todo optionCaleb Cartwright-102/+20
2022-05-30errors: simplify referring to fluent attributesDavid Wood-37/+15
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-0/+43
2022-05-30Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514Dylan DPC-15/+30
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-0/+37
2022-05-30Auto merge of #97546 - RalfJung:miri, r=oli-obkbors-14/+11
2022-05-30test forbidden slices on all two usizesizesMaybe Waffle-28/+309
2022-05-30--blessMaybe Waffle-28/+28
2022-05-30Use `// error-pattern:` header in `forbidden_slices.rs` testMaybe Waffle-0/+1
2022-05-30Rename slice_from_ptr_range_const -> const_slice_from_ptr_rangeMaybe Waffle-2/+2
2022-05-30Add ui tests for `slice::from_{ptr_range,raw_parts}`Maybe Waffle-0/+481
2022-05-30be less redundant redundantRalf Jung-4/+0
2022-05-30Add GUI test for settings displayGuillaume Gomez-0/+60