summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-01-02no_depsJ Haigh-0/+1
2023-01-03Allow passing a specific date to `bump-stage0`Joshua Nelson-11/+16
2023-01-02use cargo_metadata to get x versionDebugSteven-28/+11
2023-01-02Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomezMichael Goulet-18/+18
2023-01-02get latest x version from parsing cargo commandDebugSteven-10/+39
2023-01-03print highest error codeEzra Shaw-0/+1
2023-01-02tweaks to retag diagnostic handlingRalf Jung-13/+9
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-01Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony-18/+18
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-2/+2
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/+47
2022-12-31Add missing extern crate rustc_driverbjorn3-0/+10
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-156/+0
2022-12-30Make tidy errors redNilstrieb-9/+23
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-59/+84
2022-12-30Tidy up tidy error codes checkNilstrieb-26/+11
2022-12-30Add tidy check to deny merge commitsNilstrieb-0/+131
2022-12-29Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgrbors-366/+2560
2022-12-29Rollup merge of #106259 - flip1995:clippyup, r=matthiaskrgrMatthias Krüger-356/+2555
2022-12-29Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-29Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726Matthias Krüger-8/+3
2022-12-29Account for multiple multiline spans with empty paddingEsteban Küber-8/+3
2022-12-29Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgrbors-269/+370
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-356/+2555
2022-12-29Rollup merge of #106229 - RalfJung:miri, r=RalfJungMatthias Krüger-239/+340
2022-12-29docs/test: add UI test and long-form error docs for `E0519`Ezra Shaw-2/+2
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-30/+30
2022-12-28no need to do a no_std build for wasiRalf Jung-3/+5