1. 7de967f Merging request options into 1 options object, this makes it clearer to me by jaredwy · 7 years ago
  2. 13cd0fd Made some changes to the way we parse arguments as a stab at a start of a meta data gatherer by jaredwy · 7 years ago
  3. db8bf4e Early support for swift. test with `make EXTRA_ARGS="--language Swift"` by Matt Godbolt · 7 years ago
  4. f99b97f Merge pull request #456 from mattgodbolt/backend_options by Matt Godbolt · 7 years ago
  5. 7a57b3a Ensure that backendOptions is defined by Simon Brand · 7 years ago
  6. 8dbd5dc Add Haskell support by Simon Brand · 7 years ago
  7. cb2d52b Further appeasement of lint by Matt Godbolt · 7 years ago
  8. 2a71356 Add 'use strict' to make node happy. by Matt Godbolt · 7 years ago
  9. 2d99dc1 Make ISPC default to SSE2 if no target is specified by Joshua Sheard · 7 years ago
  10. fbe572b Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by Simon Brand · 7 years ago
  11. 6d37f47 Make AST view play nicely with other compilers by Simon Brand · 7 years ago
  12. a92e688 Actually fix the issue properly (using `let`) by Matt Godbolt · 7 years ago
  13. ddfeaea Fix up `var` redeclaration. Stupid JS. We'll move to using `let` for server-side code soon by Matt Godbolt · 7 years ago
  14. 62c5252 Don't filter out AST declarations after an implicit declaration by Simon Brand · 7 years ago
  15. 93a0ff1 Merge pull request #442 from TartanLlama/master by Matt Godbolt · 7 years ago
  16. 49ad2f9 Display message when AST dumping is not supported on the selected compiler by Simon Brand · 7 years ago
  17. 4fc0ec6 Add support for Intel ISPC compiler by Joshua Sheard · 7 years ago
  18. 4fbf3dd Missing semicolon by Simon Brand · 7 years ago
  19. a7591a3 Format cache key code by Simon Brand · 7 years ago
  20. e433c80 Clean up compiler exec options by Simon Brand · 7 years ago
  21. f78e062 Only run syntax checking when producing Clang AST by Simon Brand · 7 years ago
  22. fae0b0d Enable AST generation only if the user has an AST view open by Simon Brand · 7 years ago
  23. 703a5e7 Remove console log by Simon Brand · 7 years ago
  24. d8a2cc5 Add missing semicolons by Simon Brand · 7 years ago
  25. 3446562 Support displaying the Clang AST by Simon Brand · 7 years ago
  26. a9c3898 Revert "Massive hack to try and get docker-in-docker working" by Matt Godbolt · 7 years ago
  27. cecbed0 Massive hack to try and get docker-in-docker working by Matt Godbolt · 7 years ago
  28. 2f7f0d5 Some CL parser and display fixes. by Matt Godbolt · 7 years ago
  29. d43c4bd More execution fixes by Matt Godbolt · 7 years ago
  30. 20c1332 Add optio for execution by Matt Godbolt · 7 years ago
  31. dd27a45 This brings mostly UX changes. by Jared Wyles · 7 years ago
  32. ea490d1 Making jshint happy by Jared Wyles · 8 years ago
  33. cf882a5 First pass at adding a opt view mode for compiler explorer by Jared Wyles · 8 years ago
  34. dfd691b Configurable objdump. Use GCC 6.3's binutils on the live site by Matt Godbolt · 8 years ago
  35. d0391b2 Fix missing semicolon by Matt Godbolt · 8 years ago
  36. 983c6bd New version of docenizer (requires BeautifulSoup); fixes #362 and #365 by Matt Godbolt · 8 years ago
  37. 5163107 Fix caching of asm opcodes by Matt Godbolt · 8 years ago
  38. 4d6e95c Don't send 404s for unknown opcodes (makes things messier in js console and caching). Use client-side caching to prevent unnecessary fetches. by Matt Godbolt · 8 years ago
  39. 0d38dfa Set caching headers on asm API requests by Matt Godbolt · 8 years ago
  40. ca75d5a Fix exception when handling unknown opcodes by Matt Godbolt · 8 years ago
  41. 687cf28 Move asm-docs into server directory by Matt Godbolt · 8 years ago
  42. 2a24071 Fix up wine compilations by Matt Godbolt · 8 years ago
  43. 4f9c79c Disable execution by Matt Godbolt · 8 years ago
  44. 33b801e Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  45. 9a91ee0 Don't `trim()` output lines. Fixes #339, hopefully doesn't introduce any new issues by Matt Godbolt · 8 years ago
  46. 633311f Lowercase hierarchy names. Fixes #336 by Matt Godbolt · 8 years ago
  47. 5c46064 Attempt at fixing #228 by Matt Godbolt · 8 years ago
  48. aeffa94 Fix up ldc. Actually test it first *blush*. See #300 by Matt Godbolt · 8 years ago
  49. 6d1bc7e d/ldc: Enable Intel syntax by David Nadlinger · 8 years ago
  50. f740c1a Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  51. 81d076b Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 8 years ago
  52. cbc4d0b Remove old diff handler; old static directory (at last!) by Matt Godbolt · 8 years ago
  53. e32e2cb Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  54. 6d2959f Better error handling by Matt Godbolt · 8 years ago
  55. 877886d Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  56. bafc482 Error handling tweaks by Matt Godbolt · 8 years ago
  57. e7e4bc6 Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  58. f3fe7a6 Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  59. fc9ab9e Add error call back by Matt Godbolt · 8 years ago
  60. 0d04f0b Catch stream errors. Maybe addresses #228 by Matt Godbolt · 8 years ago
  61. 2b1be4e Fix proxying of requests. Fixes #239 by Matt Godbolt · 8 years ago
  62. ccd863e Bunch of TODOs; inline warnings/errors etc by Matt Godbolt · 8 years ago
  63. 6ecd63b Banner fixes by Matt Godbolt · 8 years ago
  64. 47195c2 Don't clean up temp diretories if there are pending compilations. Fixes #212. by Matt Godbolt · 8 years ago
  65. 23efc05 New RESTful API by Matt Godbolt · 8 years ago
  66. 65b5bf4 Correctly identify PROC and ENDP even when a comment is on the same line. Fixes #235 by Matt Godbolt · 8 years ago
  67. f6ab7fe base-compiler.js: acknowledge checkSource weakness by Alexander Monakov · 8 years ago
  68. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 8 years ago
  69. 806e1bd Docker-fu to get cleaned-up, time-killed sandboxed executables by Matt Godbolt · 8 years ago
  70. 88589fc Work in progress on execution by Matt Godbolt · 8 years ago
  71. b6e9a46 Another year, another copyright update by Matt Godbolt · 8 years ago
  72. 1b02040 s/gcc-explorer/compiler-explorer/g by Matt Godbolt · 8 years ago
  73. 3e32a53 Don't submit compile jobs until the queue process lets us. Prevents OOM issues under heavy compile load. Fixes #219 by Matt Godbolt · 8 years ago
  74. 050f5e3 Properly treat MIPS label definitions. Fixes #214 by Matt Godbolt · 8 years ago
  75. c4411ff Use -C debuglevel=1 to maybe mitigate #79 by Matt Godbolt · 8 years ago
  76. 506e2e7 Fix intel support in gccs by Matt Godbolt · 8 years ago
  77. 0a91ea3 Mostly repair the 6g compiler by Matt Godbolt · 8 years ago
  78. 4688d8b Fix 6g by Matt Godbolt · 8 years ago
  79. c28b792 Alternative way of handling spawn by Matt Godbolt · 8 years ago
  80. ed12b7e Filter out more labels that are unreferenced by Matt Godbolt · 8 years ago
  81. 88897a2 Fix for ARM by Matt Godbolt · 8 years ago
  82. a91e1ee Fix up initial labels/function definitions. by Matt Godbolt · 8 years ago
  83. 411cb2d Huge wild guess as to what's going on with compilers at startup by Matt Godbolt · 8 years ago
  84. 457888a Maybe fix up 6g by Matt Godbolt · 8 years ago
  85. 115bc4d Debug help by Matt Godbolt · 8 years ago
  86. db9a258 Self/this/whatever by Matt Godbolt · 8 years ago
  87. 8ca2b36 Intel fixes for rust by Matt Godbolt · 8 years ago
  88. 4839c9f More fixes by Matt Godbolt · 8 years ago
  89. d37dc97 More rust fixes; should address #139 by Matt Godbolt · 8 years ago
  90. c82915e Fix rust (maybe) by Matt Godbolt · 8 years ago
  91. 0337259 Handle missing compilers more gracefully by Matt Godbolt · 8 years ago
  92. 9af5650 Refactor so as not to rely on magic comments in MS-derived compilation output by Matt Godbolt · 8 years ago
  93. 7990e42 Refactor individual compilation types into their own files by Matt Godbolt · 8 years ago
  94. 0362e0c Send opcodes as strings. Fix up ARM opcode and label handling by Matt Godbolt · 8 years ago
  95. 7a173dc Debugging improvements by Matt Godbolt · 8 years ago
  96. 3a4b85f Fix up issue with '/?' as a parameter etc by Matt Godbolt · 8 years ago
  97. b3d56fb Demangle *after* parsing ASM. by Matt Godbolt · 8 years ago
  98. 99a8928 Lint fixes by Matt Godbolt · 8 years ago
  99. cf47abe Remove more unncessary configuration items by Matt Godbolt · 8 years ago
  100. af280a8 More TODOs done; some rust ones added (until I get that working again) by Matt Godbolt · 8 years ago