summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-05-04[beta] Update cargoWeihang Lo-0/+0
2023-04-17add support for `// unset-exec-env` in compiletestPietro Albini-4/+32
2023-04-17treat the dev channel as nightly in compiletestPietro Albini-1/+5
2023-04-14Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelixbors-1/+1
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-6/+2
2023-04-14Pacify tidy.Camille GILLOT-1/+1
2023-04-14Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68Yuki Okushi-0/+200
2023-04-14Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errorsbors-1/+1
2023-04-13Move most ui-fulldeps tests to uijyn-1/+1
2023-04-14Auto merge of #110160 - petrochenkov:notagain2, r=cjgillotbors-2/+2
2023-04-13Update cargoWeihang Lo-0/+0
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-4/+0
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-9/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-11/+28
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-6/+22
2023-04-12remove some unneeded importsKaDiWa-6/+2
2023-04-12tidy: Issue an error when ui test limits are too highclubby789-6/+22
2023-04-12Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514Matthias Krüger-864/+0
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-2/+2
2023-04-11Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514Michael Goulet-60/+60
2023-04-11Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiserMichael Goulet-7/+16
2023-04-11Auto merge of #110198 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-04-11Update cargoWeihang Lo-0/+0
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-1695/+4728
2023-04-11Remove orphaned remove_dir_all implementation from rust-installernils-864/+0
2023-04-11rename maybe_delink to maybe_remove_mentionDaniPopes-3/+3
2023-04-10Fix remaining typosDaniPopes-60/+60
2023-04-10rustupBen Kimock-14/+10
2023-04-10Turn off the alignment check pass, remove the panic test for itBen Kimock-11/+3
2023-04-10Merge from rustcBen Kimock-404/+770
2023-04-10Preparing for merge from rustcBen Kimock-1/+1
2023-04-10Auto merge of #110137 - Dylan-DPC:rollup-fdruvwp, r=Dylan-DPCbors-2/+7
2023-04-10Rollup merge of #110115 - jyn514:remap-path-prefix-ci, r=compiler-errorsDylan DPC-2/+7
2023-04-10Stabilize IsTerminalJosh Triplett-4/+0
2023-04-10Auto merge of #110008 - klensy:deps-up-apr-06, r=Mark-Simulacrumbors-2/+2
2023-04-09Rollup merge of #110114 - jyn514:wasm-errors, r=compiler-errorsMatthias Krüger-2/+2
2023-04-09Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrumbors-0/+1
2023-04-09compiletest: Use remap-path-prefix only in CIJoshua Nelson-2/+7
2023-04-09compiletest: Give a better error message if `node` isn't installedJoshua Nelson-2/+2
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-0/+200
2023-04-09Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naberbors-2/+2
2023-04-07Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiaskobors-42/+87
2023-04-07Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieubors-1/+0
2023-04-06Make elaborator genericMichael Goulet-2/+2
2023-04-06Stabilize is_some_andJonas Platte-1/+0
2023-04-06Pass host linker to compiletest.James Farrell-7/+16
2023-04-06Rollup merge of #110004 - SparrowLii:failure_status, r=oli-obkMatthias Krüger-1/+13
2023-04-06bump few depsklensy-2/+2
2023-04-06add `dont_check_failure_status` option in the compiler testSparrowLii-1/+13
2023-04-06Add miri tests for terminate terminatorGary Guo-4/+58