summaryrefslogtreecommitdiff
path: root/tests/rustdoc-ui
Commit message (Expand)AuthorAgeFilesLines
...
* rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov2023-03-171-0/+16
* Bless -Zhelp output test.Mara Bos2023-03-161-0/+1
* rustdoc: Don't crash on `crate` references in blocksAdrian Heine2023-03-102-0/+5
* Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino2023-03-011-0/+1
* Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgrbors2023-02-262-0/+21
|\
| * Rollup merge of #108431 - GuillaumeGomez:regression-test-for-107918, r=notriddleMatthias Krüger2023-02-262-0/+21
| |\
| | * Don't run issue-107918.rs test on windowsGuillaume Gomez2023-02-251-0/+1
| | * Add regression test for #107918Guillaume Gomez2023-02-242-0/+20
* | | Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet2023-02-251-0/+1
|\ \ \
| * | | link-directives: clarify usage messageJeremy Fitzhardinge2023-02-221-1/+1
| * | | Implement -Zlink-directives=yes/noJeremy Fitzhardinge2023-02-221-0/+1
| | |/ | |/|
* | | Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebankMichael Goulet2023-02-252-0/+20
|\ \ \ | |_|/ |/| |
| * | Test rustdoc encountering `proc_macro_derive` in a non-proc-macro crateOli Scherer2023-02-232-0/+20
| |/
* | rustdoc: update UI test for dropping "this" articleMichael Howell2023-02-231-1/+1
|/
* Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=...Dylan DPC2023-02-211-177/+176
|\
| * remove flagBoxy2023-02-201-177/+176
* | Make `configure_and_expand` "infalllible" by just aborting the compilation if...Oli Scherer2023-02-208-22/+20
|/
* Only include stable lints in `rustdoc::all` groupNoah Lev2023-02-197-19/+40
* Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC2023-02-191-0/+27
|\
| * resolve: Fix doc links referring to other crates when documenting proc macro ...Vadim Petrochenkov2023-02-131-0/+27
* | rustdoc: Cleanup broken link callbacksVadim Petrochenkov2023-02-181-16/+16
* | Remove save-analysis.Nicholas Nethercote2023-02-161-1/+0
* | Fetch less HIR in signature check.Camille GILLOT2023-02-142-377/+6
* | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger2023-02-131-0/+1
|\ \ | |/ |/|
| * Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber2023-02-091-0/+1
* | rustdoc: Don't resolve link to field on different variantclubby7892023-02-112-1/+29
* | Auto merge of #102963 - ilammy:xray-basic, r=estebankbors2023-02-101-0/+9
|\ \
| * | Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi2023-02-091-0/+9
| |/
* | Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer2023-02-071-1/+0
|/
* Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors2023-02-024-7/+34
|\
| * Update newly failing UI testsGuillaume Gomez2023-01-274-7/+34
* | Modify primary span label for E0308Esteban Küber2023-01-301-1/+1
* | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors2023-01-291-0/+1
|\ \
| * | Bless z-help test for new flagBryan Garza2023-01-231-0/+1
| |/
* | Add `drop_tracking_mir` option.Camille GILLOT2023-01-271-0/+1
|/
* Revert "Update newly failing UI tests"Guillaume Gomez2023-01-194-34/+7
* Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger2023-01-141-2/+0
|\
| * Emit a single error for contiguous sequences of Unicode homoglyphsclubby7892023-01-121-2/+0
* | Add log-backtrace option to show backtraces along with loggingYuki Omoto2023-01-121-0/+1
|/
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-1131-33/+33
* Move /src/test to /testsAlbert Larsan2023-01-11383-0/+9143