- 9fe8dcd Go: Add additional architectures by Kale Blankenship · 6 years ago
- e8c754d Avoid parsing version properties as numbers by Kale Blankenship · 4 years, 6 months ago
- 84e9b28 Canonical URLs now https://github.com/compiler-explorer/compiler-explorer! Hooray :) by Matt Godbolt · 4 years, 6 months ago
- 5c49e97 Merge pull request #1843 from mattgodbolt/features/nsjail by Matt Godbolt · 4 years, 6 months ago
- e9441f3 Add first corporate sponsor by Matt Godbolt · 4 years, 7 months ago
- 1682936 Fix some messages in the hope of finding #1931 by Matt Godbolt · 4 years, 7 months ago
- 9f9e5cb Better detection for -emit-llvm ir checks by RabsRincon · 4 years, 7 months ago
- 02b597c Limit libraries per compiler (#1951) by Patrick Quist · 4 years, 7 months ago
- 5687e01 dont reset ldpath by default (#1944) by Patrick Quist · 4 years, 7 months ago
- 8a32652 fix broken JavaCompiler by Jascha Knack · 4 years, 7 months ago
- 9047ffc Add toolchain librarypaths to -Wl,-rpath (#1934) by Patrick Quist · 4 years, 7 months ago
- 420462b Move thanks to "sponsors" by Matt Godbolt · 4 years, 8 months ago
- 7691833 Add reset() method to properties to enable testing by RabsRincon · 4 years, 8 months ago
- d88bfcb Add baseOptions to compiler props by RabsRincon · 4 years, 8 months ago
- cadbdf5 Switch to p-queue package, implement compilationEnvTimeoutMs, and improve temp cleanup logging (#1877) by Austin Morton · 4 years, 9 months ago
- 4760ae9 Update dependencies (#1842) by Austin Morton · 4 years, 9 months ago
- fabbbde Fix python compiler implementation by Austin Morton · 4 years, 9 months ago
- ab0f557 Don't error by returning a rejected promise as a string; throw an error. Fixes #1848 by Matt Godbolt · 4 years, 9 months ago
- cebf6ad Change default target for ISPC to avx2-i32x8 (#1846) by Dmitry Babokin · 4 years, 9 months ago
- bbff26f Add sandbox support for nsjail by Austin Morton · 5 years ago
- 8a3173c Refactor health check tests to use async and fix file content test by setting response content type explicitly by Austin Morton · 4 years, 9 months ago
- 1b7fe24 Perform some general maintenance on the test suite (#1840) by Austin Morton · 4 years, 9 months ago
- 98087fd Fix bug that caused compiler rescans to return the incorrect compiler objects by Austin Morton · 4 years, 10 months ago
- 141512b Add gitReleaseCommit field to options by Rubén Rincón · 4 years, 10 months ago
- 56f3bac Merge remote-tracking branch 'origin/master' into mg/async_tweaks by Matt Godbolt · 4 years, 10 months ago
- da29502 Fix empty demangler property detection by Austin Morton · 4 years, 10 months ago
- a0df8a0 Allow executeParameters to be json array by RabsRincon · 4 years, 10 months ago
- 627a244 Merge branch 'master' into mg/async_tweaks by Matt Godbolt · 4 years, 10 months ago
- 30a3d54 Remove demanglings of 'x' to 'x'; used in passing during label handling, but contributes roughly a third of all 'replacements'. See #1336 by Matt Godbolt · 4 years, 10 months ago
- 0647dba Replace strings using a slightly faster method. by Matt Godbolt · 4 years, 10 months ago
- 74780f3 More consisetency in storage handling. Thanks again @apmorton by Matt Godbolt · 4 years, 10 months ago
- 1252b8e TIL `for await (...)`. Thanks @apmorton by Matt Godbolt · 4 years, 10 months ago
- 717ea51 First wave of @apmorton suggestions and fixes by Matt Godbolt · 4 years, 10 months ago
- 1850ec7 Async tooling by Matt Godbolt · 4 years, 10 months ago
- 6d24480 win32 asyncify by Matt Godbolt · 4 years, 10 months ago
- 6999f9b Tweaks to retryPromise by Matt Godbolt · 4 years, 10 months ago
- fcffce5 Asyncify s3 handler by Matt Godbolt · 4 years, 10 months ago
- a15a4da Asyncify pascal by Matt Godbolt · 4 years, 10 months ago
- 1f86c64 Asyncify nvcc by Matt Godbolt · 4 years, 10 months ago
- 0670f57 Asyncify nim by Matt Godbolt · 4 years, 10 months ago
- cb08b7b Asyncify java by Matt Godbolt · 4 years, 10 months ago
- c589e08 Asyncify storage by Matt Godbolt · 4 years, 10 months ago
- f25940c Asyncify fortran by Matt Godbolt · 4 years, 10 months ago
- 252f8fe Asyncify dmd by Matt Godbolt · 4 years, 10 months ago
- 766480d Asyncify clean by Matt Godbolt · 4 years, 10 months ago
- b309b03 Fix explicit empty demangler by Matt Godbolt · 4 years, 10 months ago
- 0139382 Asyncify opt, add test by Matt Godbolt · 4 years, 10 months ago
- cd149a5 More async work, on a handler this time by Matt Godbolt · 4 years, 10 months ago
- 5c5f047 Asyncify formatter by Matt Godbolt · 4 years, 10 months ago
- 046a967 Asyncify compiler creation and argument getting by Matt Godbolt · 4 years, 10 months ago
- 9941ac6 async by Matt Godbolt · 4 years, 10 months ago
- 03a3fb3 Argument parser asyncs by Matt Godbolt · 4 years, 10 months ago
- 7e789a8 Compiler finder async and fixups by Matt Godbolt · 4 years, 10 months ago
- b28d2cf async multi.js by Matt Godbolt · 4 years, 10 months ago
- 55bf993 async caches; use null in executable cache instead of throwing an exception for 'not found' by Matt Godbolt · 4 years, 10 months ago
- 17e7f85 async aws; note that we're now using node 11 features by Matt Godbolt · 4 years, 10 months ago
- 6cd1fab Some tweaks to make more code async and fix IDE warnings by Matt Godbolt · 4 years, 10 months ago
- fdab41d Use res.send() in most cases. by Matt Godbolt · 4 years, 11 months ago
- 4cf5792 Cache headers for API requests. Default to 5m caching. Closes #1770 by Matt Godbolt · 4 years, 11 months ago
- 6d93969 Ensure HTML stuff uses new sentry scheme by Matt Godbolt · 4 years, 11 months ago
- e1188d1 Use a file to execute clang-query commands by Stephen Kelly · 4 years, 11 months ago
- 05edc75 Add missing cache headers for some files by RabsRincon · 4 years, 11 months ago
- 885aee1 Remove last remaining vars and fix formatting by RabsRincon · 4 years, 11 months ago
- 6ebefff Fixes Sentry issue COMPILER-EXPLORER-5W1 by RabsRincon · 4 years, 11 months ago
- c34ba45 Fixes COMPILER-EXPLORER-5VZ Sentry issue by RabsRincon · 4 years, 11 months ago
- 473f41c Slightly over-defensive fix for #1767. Not sure 100% of the original intent... by Matt Godbolt · 4 years, 11 months ago
- 2feaec4 Get rid of a `var` by Matt Godbolt · 4 years, 11 months ago
- ab87392 Work around for older CE instances (e.g. MS's). Closes #1768 by Matt Godbolt · 4 years, 11 months ago
- b5fa4e8 Fix objdump break. Adds test. Closes #1766 by Matt Godbolt · 4 years, 11 months ago
- 7a920eb More async work; and some refactoring by Matt Godbolt · 4 years, 11 months ago
- c4d7b61 Fix up return of postProcess for golang. Fixes #1765 by Matt Godbolt · 4 years, 11 months ago
- 9020ed5 Logs server-side errors; update to latest sentry. See #1765 by Matt Godbolt · 4 years, 11 months ago
- a255a4a Added Monaco editor syntax highlight support for Nim. by Ray Imber · 4 years, 11 months ago
- 1875d36 Merge pull request #1761 from DaemonSnake/master by Rubén Rincón Blanco · 4 years, 11 months ago
- 5d8673d Nim Fix, change in object file name by bastien penavayre · 4 years, 11 months ago
- 497f7ed * Add nim language support by RabsRincon · 4 years, 11 months ago
- 8f28292 Merge pull request #1753 from DaemonSnake/master by Rubén Rincón Blanco · 4 years, 11 months ago
- 3914aee Async-i-fy the compiler (#1708) by Matt Godbolt · 4 years, 11 months ago
- 2806939 Properly extend rustc argument parser results by RabsRincon · 4 years, 11 months ago
- f8b83af Fix rust argument parser with multi flag help comm by RabsRincon · 4 years, 11 months ago
- 21bf3b2 Add colored output to Rust compilers if supported by RabsRincon · 4 years, 11 months ago
- 2edc91c Nim add set default command as compile instead of compileToCpp by bastien penavayre · 4 years, 11 months ago
- 3c309a2 Nim, move cachefile from input name into function for testing by bastien penavayre · 4 years, 11 months ago
- 6027190 Move Nim code from runCompiler to filterUserOptions and remove custom runCompiler by bastien penavayre · 4 years, 11 months ago
- 3492287 Add support for Nim language by bastien penavayre · 4 years, 11 months ago
- 18172dc fix ir view pane by Partouf · 4 years, 11 months ago
- 12c54d9 conform llvmir result to asmparser result by Partouf · 4 years, 11 months ago
- a89aa3d Ensure result.asm is there before demangling by RabsRincon · 4 years, 11 months ago
- 8c08630 Merge pull request #1699 from csordasmarton/jmp_to_labels by Matt Godbolt · 4 years, 12 months ago
- 7d55f2d Merge pull request #1695 from steveire/add-clang-format by Rubén Rincón Blanco · 4 years, 12 months ago
- 91c3362 Stop zig from crashing if semver is not set by RabsRincon · 4 years, 12 months ago
- f733d6f Make looking for usable text a bit better by RabsRincon · 4 years, 12 months ago
- bb66b63 Add clang-format tool by Stephen Kelly · 5 years ago
- 6f6c0db Fix review comments of the Jump to label feature by Márton Csordás · 4 years, 12 months ago
- f1ee4ab Ondra's legendary support is in memoriam Jaroslav Křivánek. by Matt Godbolt · 4 years, 12 months ago
- 4ddaac1 Code simplification by Matt Godbolt · 4 years, 12 months ago
- c1d074d Parse assembly labels on the serve-side by Márton Csordás · 4 years, 12 months ago
- 225aa00 Merge pull request #1683 from kalray/pr-bundle-comment by Matt Godbolt · 4 years, 12 months ago
- 26d0f06 Merge remote-tracking branch 'matt/master' into difftype by Partouf · 4 years, 12 months ago
- eb3df6f Fix ASM output on for the zig compiler by Haze Booth · 4 years, 12 months ago