Commit Graph

  • 1e4e77ef83 Attempt at latest browserslist gh-17042 Matt Godbolt 2026-01-31 18:33:13 -06:00
  • 2229a31480 Ignore click events when selecting text and the event handler would cancel selection (#8413) gh-17041 narpfel 2026-02-01 00:34:26 +01:00
  • ddb0266645 Convert propscheck.py to TypeScript/Vitest tests (#8404) gh-17039 Matt Godbolt 2026-01-30 19:03:00 -05:00
  • 8f9bec0129 Ignore click events when selecting text and the event handler would cancel selection gh-17033 Paul Gey 2026-01-26 22:18:18 +01:00
  • 707eac527c Fix any types for alwaysResetLdPath and compilerWrapper (#8410) gh-17031 Matt Godbolt 2026-01-25 20:52:25 -06:00
  • 6f20c5a5c9 Fix any types for objdumperClass and executionEnvironmentClass (#8411) gh-17030 Matt Godbolt 2026-01-25 20:50:21 -06:00
  • cbfd1c77f4 Narrow types for alwaysResetLdPath and compilerWrapper gh-17028 Matt Godbolt 2026-01-25 20:44:39 -06:00
  • 7d9e338591 Fix sysrootPath to always be computed via getSysrootByToolchainPath gh-17027 Matt Godbolt 2026-01-25 20:41:10 -06:00
  • bb6de8ebbd Fix any types for objdumperClass and executionEnvironmentClass gh-17025 Matt Godbolt 2026-01-25 20:36:25 -06:00
  • f1af1e6734 Fix any types for alwaysResetLdPath and compilerWrapper gh-17023 Matt Godbolt 2026-01-25 20:29:42 -06:00
  • bca71402af Fix any types for delayCleanupTemp and toolchainPath gh-17022 Matt Godbolt 2026-01-25 20:24:30 -06:00
  • 9c27705265 Use CompilationInfo type instead of Record<any, any> in tooling (#8408) gh-17021 Matt Godbolt 2026-01-25 19:55:57 -06:00
  • 687354fc03 Use CompilationInfo type instead of Record<any, any> in tooling gh-17019 Matt Godbolt 2026-01-25 19:36:59 -06:00
  • f49ed02cfb Fix ClientOptionsType.tools to use proper Tool type (#8407) gh-17018 Matt Godbolt 2026-01-25 19:28:16 -06:00
  • ae7b0d4679 Fix ClientOptionsType.tools to use proper Tool type gh-17016 Matt Godbolt 2026-01-25 19:21:40 -06:00
  • 695d764cc3 Fix /api/tools/:language endpoint missing name field (#8406) gh-17015 Matt Godbolt 2026-01-25 19:18:38 -06:00
  • e93be6c961 Use explicit empty string check for consistency gh-17013 Matt Godbolt 2026-01-25 19:07:14 -06:00
  • a485c3fd5b Fix /api/tools/:language endpoint missing name field gh-17011 Matt Godbolt 2026-01-25 18:59:57 -06:00
  • 33e2923a5b Refactor properties-validation-tests.ts to reduce repetition gh-17009 Matt Godbolt 2026-01-25 18:44:21 -06:00
  • ab1447b1b5 Fix duplicate --run flag and improve ldd allowlist comment Matt Godbolt 2026-01-25 18:24:32 -06:00
  • 3bbb5781fb Run property validation only when .properties files change gh-17007 Matt Godbolt 2026-01-25 18:12:49 -06:00
  • 3273f91efa Refactor parseProperties to use onError callback Matt Godbolt 2026-01-25 18:04:17 -06:00
  • bb174ff781 Complete parity with Python propscheck validation Matt Godbolt 2026-01-25 17:59:15 -06:00
  • b26c272cce Remove propscheck.py and propschecktest.py Matt Godbolt 2026-01-25 17:28:16 -06:00
  • e894f643d4 Clean up propscheck.py references Matt Godbolt 2026-01-25 17:24:22 -06:00
  • 0d9be06302 Add invalidPropertyFormat and noCompilersList validation Matt Godbolt 2026-01-25 17:17:20 -06:00
  • 98fd3bcd61 Update wizard to use npm run test:props for validation Matt Godbolt 2026-01-25 17:03:58 -06:00
  • 5caedf8519 Add CHECK_LOCAL_PROPS env var to include local property files Matt Godbolt 2026-01-25 17:02:09 -06:00
  • 61e83fda09 Update references from propscheck.py to npm run test:props Matt Godbolt 2026-01-25 16:57:36 -06:00
  • 0231596436 Add npm run test:props script for quick property validation Matt Godbolt 2026-01-25 16:52:49 -06:00
  • 0073b4f22d Run config integration tests always (not expensive) Matt Godbolt 2026-01-25 16:51:17 -06:00
  • 2722577db2 Add integration tests for real config validation Matt Godbolt 2026-01-25 16:50:05 -06:00
  • 2b9565081d Add disabled allowlist and cross-file validation Matt Godbolt 2026-01-25 16:48:35 -06:00
  • b3a66f10cd Add formatter, tool, library, and default compiler validation Matt Godbolt 2026-01-25 16:46:44 -06:00
  • 72abf46694 Add duplicated reference detection Matt Godbolt 2026-01-25 16:45:13 -06:00
  • d4cd9e0f00 Add orphaned group detection Matt Godbolt 2026-01-25 16:43:51 -06:00
  • 842cb0fe1f Add orphaned compiler detection Matt Godbolt 2026-01-25 16:42:48 -06:00
  • a5c1f7a3cc Add suspicious path detection validation Matt Godbolt 2026-01-25 16:41:43 -06:00
  • 9f4c9ebb10 Add typo detection for compilers. vs compiler. Matt Godbolt 2026-01-25 16:39:49 -06:00
  • ef45645e6a Add empty list element detection validation Matt Godbolt 2026-01-25 16:38:43 -06:00
  • db6095561a Add properties-validator module with basic parsing and duplicate key detection Matt Godbolt 2026-01-25 16:36:58 -06:00
  • f46ad30286 Support absolute paths in temp directory creation (#8403) gh-17006 Matt Godbolt 2026-01-25 17:35:48 -06:00
  • b5759455ef Remove propscheck.py and propschecktest.py gh-17004 Matt Godbolt 2026-01-25 17:28:16 -06:00
  • 078b0a79a2 Clean up propscheck.py references Matt Godbolt 2026-01-25 17:24:22 -06:00
  • d9b463fa45 Add invalidPropertyFormat and noCompilersList validation Matt Godbolt 2026-01-25 17:17:20 -06:00
  • 581df6cdae Update wizard to use npm run test:props for validation Matt Godbolt 2026-01-25 17:03:58 -06:00
  • 0df6475702 Add CHECK_LOCAL_PROPS env var to include local property files Matt Godbolt 2026-01-25 17:02:09 -06:00
  • 6326b961ff Update references from propscheck.py to npm run test:props Matt Godbolt 2026-01-25 16:57:36 -06:00
  • d1dece2870 Add npm run test:props script for quick property validation Matt Godbolt 2026-01-25 16:52:49 -06:00
  • 0b3ed3ecc1 Run config integration tests always (not expensive) Matt Godbolt 2026-01-25 16:51:17 -06:00
  • 8abc2da585 Add integration tests for real config validation Matt Godbolt 2026-01-25 16:50:05 -06:00
  • 00eca4ddc8 Add disabled allowlist and cross-file validation Matt Godbolt 2026-01-25 16:48:35 -06:00
  • ddc6c4c1f9 Add formatter, tool, library, and default compiler validation Matt Godbolt 2026-01-25 16:46:44 -06:00
  • c6a21eea84 Add duplicated reference detection Matt Godbolt 2026-01-25 16:45:13 -06:00
  • ce784e6e32 Add orphaned group detection Matt Godbolt 2026-01-25 16:43:51 -06:00
  • 81cdc5499a Add orphaned compiler detection Matt Godbolt 2026-01-25 16:42:48 -06:00
  • d2933fa7d1 Add suspicious path detection validation Matt Godbolt 2026-01-25 16:41:43 -06:00
  • 976a23f67d Add typo detection for compilers. vs compiler. Matt Godbolt 2026-01-25 16:39:49 -06:00
  • 51057c19e1 Add empty list element detection validation Matt Godbolt 2026-01-25 16:38:43 -06:00
  • 6eaad6bb43 Add properties-validator module with basic parsing and duplicate key detection Matt Godbolt 2026-01-25 16:36:58 -06:00
  • c6cfd0b134 Support absolute paths in temp directory creation gh-17002 Matt Godbolt 2026-01-25 16:11:35 -06:00
  • 7a7c2e9067 add zlib to c and c++ (#8398) gh-17001 Patrick Quist 2026-01-25 23:01:46 +01:00
  • c68bcbb145 Add Crystal 1.19.1 and 1.18.2 (#8400) gh-17000 Quinton Miller 2026-01-26 05:57:01 +08:00
  • 3d4fc27de0 Add the perl language (#8351) gh-16999 Tony Cook 2026-01-26 08:50:12 +11:00
  • 9a8f2b4ecf Add .NET 10 (#8314) gh-16997 Steve 2026-01-26 06:28:56 +09:00
  • 8c1921bd87 Update jQuery to v4.0.0 gh-16996 Matt Godbolt 2026-01-25 13:39:44 -06:00
  • da09217c98 Update dependencies (Jan 2025) (#8401) gh-16995 Matt Godbolt 2026-01-25 15:22:24 -06:00
  • 1f2cba8b39 Move unwrapString inside try-catch in unstoredStateHandler gh-16993 Matt Godbolt 2026-01-25 14:40:45 -06:00
  • 895a885b55 Bump webpack cache buster for package updates Matt Godbolt 2026-01-25 14:32:40 -06:00
  • 38c9ea48dc Update dependencies (Jan 2025) gh-16991 Matt Godbolt 2026-01-25 13:30:07 -06:00
  • 8a85e6883a Drop GCC reflection nightly builds (#8390) gh-16989 Patrick Quist 2026-01-24 10:25:15 +01:00
  • 9682de3b07 Add library support for Go compiler gh-16986 Partouf 2026-01-23 21:05:59 +01:00
  • 2de67a8858 add zlib to c and c++ gh-16985 Partouf 2026-01-23 20:39:53 +01:00
  • acbd1e84c8 Rust 1.93.0 (#8395) gh-16984 Miguel Ojeda 2026-01-23 17:49:10 +01:00
  • edf9bd889e Use prebuilt runtimes when linking with the Carbon toolchain (#8384) gh-16978 Dana Jansens 2026-01-20 22:02:38 -05:00
  • f82d39b88d add compiler config subagent gh-16975 Partouf 2026-01-19 20:52:12 +01:00
  • 81eaf3ed7f Drop GCC reflection nightly builds (#8389) gh-16973 Partouf 2026-01-19 20:10:29 +01:00
  • b7a44e62b5 Add /noscript/clientstate/ endpoint for noscript mode (#8385) gh-16969 Patrick Quist 2026-01-18 16:46:29 +01:00
  • 9997f75432 [CUDA, PTX] update clang and ptxas compilers with new CUDA versions. (#8374) gh-16968 Artem Belevich 2026-01-18 03:32:09 -08:00
  • 8e6a58f16f Suppress crash reporting in Mojo compiler (#8382) gh-16967 Alastair Murray 2026-01-18 11:31:33 +00:00
  • 27db9839eb Update default Mojo example to have non-empty assembly (#8381) gh-16966 Alastair Murray 2026-01-18 11:31:14 +00:00
  • 3afc2d6b1b Add CUDA 13.1.1 (#8383) gh-16965 Cliff Burdick 2026-01-18 03:29:25 -08:00
  • 730ef9962a Add resolc Solidity compiler v0.6.0 (#8375) gh-16964 LJ 2026-01-18 12:28:57 +01:00
  • 5c7d48f2fd Fix docs: remove incorrect 'JavaScript-free' description gh-16962 Partouf 2026-01-18 12:23:52 +01:00
  • 5e412da51b Add /noscript/clientstate/ endpoint for noscript mode gh-16960 Partouf 2026-01-18 12:17:18 +01:00
  • c69f7dcd06 [Spice] Add version 0.24.3 (#8373) gh-16959 Marc Auberer 2026-01-18 12:07:38 +01:00
  • 0fc214edf1 npm audit fix for 2 high vulnerabilities (#8376) gh-16951 Ofek 2026-01-09 18:05:06 +02:00
  • b0ae74bdc2 npm audit fix for 2 high vulnerabilities gh-16949 Ofek Shilon 2026-01-09 17:52:09 +02:00
  • a38dd5ec3a Revert "Add configurable tab width for assembly output (#8370)" (#8372) gh-16941 Blake Ledden 2026-01-05 16:13:03 -08:00
  • 598facb03b Add relative line numbers setting (#8366) gh-16939 Blake Ledden 2026-01-05 15:08:44 -08:00
  • 616c9d0152 Display helpful hints when compilation produces no assembly (#8369) gh-16938 Blake Ledden 2026-01-05 15:01:47 -08:00
  • ccea70adf5 Fix CFG layout crash when graph has no blocks (#8371) gh-16937 Blake Ledden 2026-01-05 15:01:26 -08:00
  • eebb15cbda Remove extra line spacing in stdout/stderr output (#8367) gh-16936 Blake Ledden 2026-01-05 15:00:39 -08:00
  • 604b002ff6 Add configurable tab width for assembly output (#8370) gh-16935 Blake Ledden 2026-01-05 14:59:31 -08:00
  • bcb0cebd4b Add the experimental P3039 compiler (#8360) gh-16934 Andre Kostur 2026-01-05 14:43:07 -08:00
  • c4aabea4e3 add odin 2026-01 (#8368) gh-16930 Hayden Gray 2026-01-05 13:11:45 -05:00
  • 578dae14f3 [bot] Update browsers list (#8362) gh-16925 github-actions[bot] 2026-01-04 15:02:22 -06:00
  • 3b821914e6 Add Rust crate datafusion v51.0.0 (#8330) gh-16923 gstvg 2026-01-03 17:54:52 -03:00
  • 9d74a15b12 Avoid TypeError when editor model is null gh-16921 update-source-check-model-nonnull Paul Gey 2025-12-31 16:40:14 +01:00
  • 8d0dfcf757 Remove editorSetDecoration (#8357) gh-16920 narpfel 2025-12-31 16:53:13 +01:00