- fcf812a Fix up bad merge by Matt Godbolt · 7 years ago
- 918b2dd Merge branch 'master' into unification by Matt Godbolt · 7 years ago
- 1b2628d Refactor compile handler to be ES6ish by Matt Godbolt · 7 years ago
- d359122 Move compile handler, add tests by Matt Godbolt · 7 years ago
- 3ccb8b0 Remove unnecessary Promise requirements in server code, switch to separate denodeify by Matt Godbolt · 7 years ago
- c18014e Avoid an error if the compiler fails to execute during version check by Matt Godbolt · 7 years ago
- 5a2066b Merge branch 'master' into unification by Matt Godbolt · 7 years ago
- 96371a9 Get rid of old style module setup by Matt Godbolt · 7 years ago
- 69ee804 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
- 22c8705 Extract source handler by Matt Godbolt · 7 years ago
- a697b9f Minor tweaks to the way opt stuff is done by Matt Godbolt · 7 years ago
- 5c98dfe Merge branch 'master' into unification by Matt Godbolt · 7 years ago
- 10e8f72 Remove filter(_.identity) in favour of _.compact() by Matt Godbolt · 7 years ago
- 1246e4f Fix merge issue by Matt Godbolt · 7 years ago
- 1be765e Merge pull request #694 from partouf/customassembly by Matt Godbolt · 7 years ago
- bd959a5 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
- 69ca21d Remove filter(_.identity) in favour of _.compact() by Matt Godbolt · 7 years ago
- f3b0ebc vars can be let by partouf · 7 years ago
- 98e2abf Merge branch 'master' into unification by Rubén · 7 years ago
- 500557c Prevent colourisation of AST dump in clang. Fixes #696 by Matt Godbolt · 7 years ago
- e873bb4 Remove complex and surprising binding of `this` in GCC dump viewer by Matt Godbolt · 7 years ago
- dbd9b6e Further ES6ification of base-compiler by Matt Godbolt · 7 years ago
- f1ab436 Start moving base-compiler to use new JS idioms. Also remove timeout for '--version' call by Matt Godbolt · 7 years ago
- 88a1e68 Slight AT&T asm doc improvement by Matt Godbolt · 7 years ago
- 74b4880 regex fix by partouf · 7 years ago
- 53a691c undo extra lf by partouf · 7 years ago
- 8f9ca65 undo extra lf by partouf · 7 years ago
- 3a5cdf8 refactoring, support nested asm tags for icc, icc tests by partouf · 7 years ago
- f31098f changed the findUsedLabels() function so it recognizes the special case in which gcc indents inline asm labels by partouf · 7 years ago
- f7c51b9 always allow custom assembly labels, as they are included in the linux binaries too by partouf · 7 years ago
- e4ef9cf Merge branch 'master' into unification by Rubén · 7 years ago
- 6e7e30b Parse out colourisation options and default them on. Add tests. See #687 by Matt Godbolt · 7 years ago
- be42a84 Fix Go line highlight by RabsRincon · 7 years ago
- 61b8744 Merge pull request #687 from Som1Lse/master by Matt Godbolt · 7 years ago
- 3baf2a2 Treat <stdin> like compiler source. Should fix #680 by Matt Godbolt · 7 years ago
- 67e2ce1 Added work in progress on api tests by Matt Godbolt · 7 years ago
- f1f5baf Merge branch 'master' into unification by Rubén · 7 years ago
- 13032af Constify WSL-CL.js by RabsRincon · 7 years ago
- f6bd80a Don't override prototype tempdir function by Andrew Pardoe · 7 years ago
- 3cb9057 Cleanup & fix doc file by Andrew Pardoe · 7 years ago
- 816202b Move creation of CE tempdir in winTmp to WSL-CL.js by Andrew Pardoe · 7 years ago
- 633ef10 PR feedback fixes by Andrew Pardoe · 7 years ago
- bbf1407 Fix variable redeclaration for Travis + WSL check by Andrew Pardoe · 7 years ago
- 050e41b Add winTmp, but keep user option of opt tmpDir. by Andrew Pardoe · 7 years ago
- e33e42e Now supports colorized compiler outputwith -fdiagnostics-color=always by Adrian Bibby Walther · 7 years ago
- b3a5cf8 Merge branch 'master' into unification by Rubén · 7 years ago
- f529022 Add eof newline by RabsRincon · 7 years ago
- 7f4649a Merge pull request #681 from partouf/symbolstorerefactoring by Rubén · 7 years ago
- 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
- 6d83ccb Extract health check handler by Matt Godbolt · 7 years ago
- 115d114 bugfix + deprecated fix by partouf · 7 years ago
- 50604ab refactoring by partouf · 7 years ago
- 6299210 Add execeution tests by Matt Godbolt · 7 years ago
- def7723 Merge branch 'master' into unification by Rubén · 7 years ago
- 644d337 Move utils tests into the right spot by Matt Godbolt · 7 years ago
- 9d04d38 Improve compile-handler readbility by RabsRincon · 7 years ago
- 41ead3f Merge branch 'master' into unification by RabsRincon · 7 years ago
- 25a39c3 Add properties tests by RabsRincon · 7 years ago
- a272ea9 Add utils tests, update filter-tests by Matt Godbolt · 7 years ago
- aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
- 1afc9a8 Add more languages tests by RabsRincon · 7 years ago
- 077ace8 Add language ids-keys equality test by RabsRincon · 7 years ago
- d7818ae Merge branch 'master' into unification by Rubén · 7 years ago
- 08d58bc Appease the linter by RabsRincon · 7 years ago
- 43279a6 Fix various points raised after code reviews by RabsRincon · 7 years ago
- 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
- 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
- ea31e8d Derive compile filename from the extensions by Matt Godbolt · 7 years ago
- db23591 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 7 years ago
- c42961a Make languages.js the only definition needed by RabsRincon · 7 years ago
- a8faae2 Remove unused logger by RabsRincon · 7 years ago
- 31aea03 Unify Pascal compilers by RabsRincon · 7 years ago
- 91f9590 Merge branch 'master' into unification by RabsRincon · 7 years ago
- fbbb4c9 Fix Editor losing code on language switch by RabsRincon · 7 years ago
- a8763c3 Fix lingering issues. Now you can at least compile! by RabsRincon · 7 years ago
- 63ed0e7 Change enough stuff as to get it running by RabsRincon · 7 years ago
- 74a4f4e Allow aws properties to be used from config if not found from aws itself (for local testing) by Matt Godbolt · 7 years ago
- 0101884 Merge pull request #664 from partouf/fpclinkresfix by Matt Godbolt · 7 years ago
- 77251de set the output directory so link.res won't be created in the CWD by partouf · 7 years ago
- 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
- 2446ea5 separate demangler into support library by partouf · 7 years ago
- a0c8635 collect labels to demangle when asm is processed through the binary path (and thus was not passed into preProcessLines) by partouf · 7 years ago
- ce20f18 revert incorrect change by partouf · 7 years ago
- ef9ed6d if binaryHideFuncRe doesnt have a value, assume everything is a userfunction by partouf · 7 years ago
- fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
- bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
- 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
- 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
- 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
- e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
- 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
- b6beea0 bugfix by partouf · 7 years ago
- b2279db bug/lintfix by partouf · 7 years ago
- a952aeb rename fpc to pascal by partouf · 7 years ago
- ae0abfd added objdump preprocessor to remove non-user code, added preprocesser for asm to add .file, .loc and .cfi_endproc tags by partouf · 7 years ago
- ab05526 extra functionality needed for non-standard assembly outputs by partouf · 7 years ago
- 491f645 linter fixes by partouf · 7 years ago
- f28670a refactoring of variables and functions, added different binary compilation and enabled execution by partouf · 7 years ago
- 4549287 use startsWith instead of indexOf by partouf · 7 years ago
- 4cbcea2 skip even more debugging prefixes by partouf · 7 years ago