about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2023-01-08Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrumbors-1/+0
2023-01-07minor fixes for `error_codes.rs` tidy checkEzra Shaw-12/+15
2023-01-06Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl...Matthias Krüger-386/+384
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-1/+0
2023-01-04Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errorsMatthias Krüger-1/+1
2023-01-04tidy: Don't include wasm32 in compiler dependency checkEric Huss-103/+66
2023-01-04Move testsCaio-1/+1
2023-01-04Update cargoWeihang Lo-0/+12
2023-01-04Rollup merge of #106327 - gimbles:dbg, r=jyn514Matthias Krüger-0/+17
2023-01-03Rollup merge of #104552 - DebugSteven:warn-newer-x, r=jyn514Matthias Krüger-1/+70
2023-01-02no_depsJ Haigh-0/+1
2023-01-02use cargo_metadata to get x versionDebugSteven-28/+11
2023-01-02get latest x version from parsing cargo commandDebugSteven-10/+39
2023-01-03print highest error codeEzra Shaw-0/+1
2023-01-02fix CIEzra Shaw-7/+8
2023-01-02pattern destructure `has_test`Ezra Shaw-3/+1
2023-01-01Implement fix for #67535Troy Neubauer-1/+1
2023-01-01improve error messageJ Haigh-1/+1
2023-01-01fix typoJ Haigh-1/+1
2023-01-01combine error branchesDebugSteven-3/+1
2023-01-02fixup warningsEzra Shaw-72/+53
2023-01-01fix formattingDebugSteven-4/+8
2023-01-02fix CI errorEzra Shaw-2/+3
2023-01-01handle error case where --wrapper-version argument doesn't existDebugSteven-3/+17
2023-01-02use more paths in error codesEzra Shaw-5/+7
2023-01-02docs: revert removal of `E0729`Ezra Shaw-1/+1
2023-01-01refactor: clean up `errors.rs` and `error_codes_check.rs`Ezra Shaw-386/+400
2022-12-31Auto merge of #106336 - matthiaskrgr:rollup-4p6bgwf, r=matthiaskrgrbors-2/+2
2022-12-31Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebankbors-2/+2
2022-12-31Fix tidy unittest.Eric Huss-2/+2
2022-12-31rename wrapper-version argument for x to differentiate it from the bootstrap ...DebugSteven-1/+1
2022-12-31Update error messageJ Haigh-1/+1
2022-12-31Update error messageJ Haigh-1/+1
2022-12-31formattingDebugSteven-6/+6
2022-12-31spawn x command and compare semversDebugSteven-10/+30
2022-12-31remove leading comma from macro expansionDebugSteven-23/+5
2022-12-31warn when there's a newer version of the x tool availableDebugSteven-1/+39
2022-12-31Add tidy check for dbggimbles-0/+17
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-2/+2
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-76/+0
2022-12-30Make tidy errors redNilstrieb-9/+23
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-59/+4
2022-12-30Tidy up tidy error codes checkNilstrieb-26/+11
2022-12-30Add tidy check to deny merge commitsNilstrieb-0/+131
2022-12-29docs/test: add UI test and long-form error docs for `E0519`Ezra Shaw-2/+2
2022-12-24Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-23Move testsCaio-1/+1
2022-12-23docs/test: add UI test and long-form error docs for E0462Ezra Shaw-2/+2
2022-12-20docs/test: add UI test and long-form error docs for `E0377`Ezra Shaw-2/+2
2022-12-17poll tidy threads for completion before waitingThe 8472-6/+16