about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-10-21use is_terminal to implement isattyRalf Jung-30/+41
2022-10-21Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-deadDylan DPC-34/+37
2022-10-21Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obkDylan DPC-103/+30
2022-10-21add always-failing GetFileInformationByHandleEx stubRalf Jung-15/+20
2022-10-21rustupRalf Jung-1/+2
2022-10-21merge rustc historyRalf Jung-8099/+17102
2022-10-20Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJungbors-194/+616
2022-10-21slight refactoringRalf Jung-305/+310
2022-10-20change rust version to fix CIDrMeepster-1/+1
2022-10-20remove redundant Ok(...?)DrMeepster-9/+3
2022-10-20code reuse for sync idsDrMeepster-162/+110
2022-10-20use Default derive for InitOnceStatusDrMeepster-7/+2
2022-10-20update rust versionDrMeepster-1/+1
2022-10-20add test for init onceDrMeepster-0/+144
2022-10-20add windows one time initializationDrMeepster-32/+368
2022-10-20rustc_hir_typeck: fix clippylcnr-18/+17
2022-10-20Move some tests for more reasonable placesCaio-1/+1
2022-10-20Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwcobors-2/+1
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-103/+30
2022-10-19Magic functions for writing to stdout/stderr.Cliff L. Biffle-3/+111
2022-10-19allowlist displaydocManish Goregaokar-0/+1
2022-10-19Update licenseManish Goregaokar-0/+1
2022-10-19Make miri read_dir test a little more robustAlex Saveau-11/+17
2022-10-19Fixup a few tests needing asm supportJosh Stone-34/+37
2022-10-19compiletest: refactor rustcflags to VecAndrew Pollack-36/+15
2022-10-19Auto merge of #2600 - saethlin:ice, r=RalfJungbors-4/+29
2022-10-19Never start the Stack::retain loop at offset 0 so that the left element is al...Ben Kimock-4/+29
2022-10-19Auto merge of #2604 - RalfJung:ret-scalar, r=RalfJungbors-35/+39
2022-10-19use Scalar return types for Windows shimsRalf Jung-35/+39
2022-10-19Add testcase for next_point, fix more trivial issues in find_width_of_charact...yukang-2/+1
2022-10-19Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obkbors-0/+79
2022-10-19Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgrbors-0/+0
2022-10-18Add docsBen Kimock-0/+11
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+3
2022-10-18Rollup merge of #103203 - GuillaumeGomez:fix-llvm-runtools-condition, r=AmanieuMatthias Krüger-1/+18
2022-10-18Retrieve LLVM version from llvm-filecheck binary if it is not set yetGuillaume Gomez-1/+18
2022-10-18Update cargoWeihang Lo-0/+0
2022-10-18Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomccbors-0/+8
2022-10-18:arrow_up: rust-analyzerLaurențiu Nicola-1631/+3127
2022-10-17Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbiniMatthias Krüger-3/+22
2022-10-16Support DirEntry metadata calls in miriAlex Saveau-0/+8
2022-10-16fix caching check in CIRalf Jung-2/+2
2022-10-15Replace tags in stdoutBen Kimock-5/+7
2022-10-15Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPCbors-0/+0
2022-10-15Rollup merge of #103041 - weihanglo:update-cargo, r=ehussDylan DPC-0/+0
2022-10-15Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholkbors-12/+17
2022-10-14Add a testBen Kimock-0/+34
2022-10-14Implement a crude stack printing mechanismBen Kimock-0/+32
2022-10-14Also run alphabetical check in src and librarynils-6/+6
2022-10-14Auto merge of #2594 - RalfJung:target, r=RalfJungbors-22/+26