1. e7fd39e 4.0.0 rc3 by Matt Godbolt · 8 years ago
  2. edc70cc Use `-mllvm --x86-asm-syntax=intel` to get intel asm syntax on clang. Works on all clang versions. Fixes #280 by Matt Godbolt · 8 years ago
  3. 631feff Rust 1.15.1 (really) by Matt Godbolt · 8 years ago
  4. 9604b06 Rust 1.15.1 by Matt Godbolt · 8 years ago
  5. cd66d47 Merge branch 'master' into staging by Matt Godbolt · 8 years ago
  6. 33bb0ee Rescan compilers every ten minutes by Matt Godbolt · 8 years ago
  7. 6c547f8 More thanks by Matt Godbolt · 8 years ago
  8. 6d2959f Better error handling by Matt Godbolt · 8 years ago
  9. bafc482 Error handling tweaks by Matt Godbolt · 8 years ago
  10. 8facf6d Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  11. e2ec96c Thanks... by Matt Godbolt · 9 years ago
  12. e638960 Merge pull request #254 from JohanEngelen/patch-1 by Matt Godbolt · 9 years ago
  13. 5558a77 Latest thanks by Matt Godbolt · 9 years ago
  14. cdbe077 Add LDC 1.1.0 by Johan Engelen · 9 years ago
  15. 9959ffd More thanks. I promise I'll start checking in actual changes soon... by Matt Godbolt · 9 years ago
  16. 36e656c Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  17. 28cf533 Fix a name typo by Matt Godbolt · 9 years ago
  18. 4d3803e Even more thank-yous! Thanks everyone by Matt Godbolt · 9 years ago
  19. 47ff202 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  20. 57ab3ab Typos by Matt Godbolt · 9 years ago
  21. deeb41e More thanks! by Matt Godbolt · 9 years ago
  22. 160cd8e Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  23. 4948d7f Ignore analytics when linting by Matt Godbolt · 9 years ago
  24. b88c1fc Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  25. fbd6d0a Give FullStory a go... by Matt Godbolt · 9 years ago
  26. 11bb734 More thanks changes by Matt Godbolt · 9 years ago
  27. 3b308bb Reinstate a hamburger icon for less wide displays. Fix #245 by Matt Godbolt · 9 years ago
  28. fc9ab9e Add error call back by Matt Godbolt · 9 years ago
  29. 40ad585 More thanks changes by Matt Godbolt · 9 years ago
  30. a3d5488 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  31. cc02826 More thanks by Matt Godbolt · 9 years ago
  32. 377dbe0 Add a new patron (thanks!) by Matt Godbolt · 9 years ago
  33. 9ec86d8 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  34. 62c414c Bring patreon logo inline by Matt Godbolt · 9 years ago
  35. a8f4c8b Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  36. f45841b Add 'Thanks to' with initial list of patrons. Thanks everyone by Matt Godbolt · 9 years ago
  37. c01f324 Update README.md by Matt Godbolt · 9 years ago
  38. dfdba3e Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  39. afb33cb Add Patreon link (gulp!) by Matt Godbolt · 9 years ago
  40. 6f1039e Move more compilers over from gcc1204 instance to normal gcc instance by Matt Godbolt · 9 years ago
  41. 09744b5 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  42. 9aa45f7 Explicitly remove options for clang... by Matt Godbolt · 9 years ago
  43. 432cccf Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  44. a77c356 Don't pass gcc-toolchain to older clangs. Fixes #242 by Matt Godbolt · 9 years ago
  45. 0d04f0b Catch stream errors. Maybe addresses #228 by Matt Godbolt · 9 years ago
  46. 76ce537 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  47. 2b1be4e Fix proxying of requests. Fixes #239 by Matt Godbolt · 9 years ago
  48. eb679d5 Fix extraneous new line by Matt Godbolt · 9 years ago
  49. 7eb0d03 URI encode the compiler when requesting by Matt Godbolt · 9 years ago
  50. 76381e3 Road map by Matt Godbolt · 9 years ago
  51. 72ded87 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  52. 6ecd63b Banner fixes by Matt Godbolt · 9 years ago
  53. 801c586 README tweaks by Matt Godbolt · 9 years ago
  54. 0a4b47d Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  55. a9e777b Fix remote compilers by Matt Godbolt · 9 years ago
  56. d640406 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  57. 47195c2 Don't clean up temp diretories if there are pending compilations. Fixes #212. by Matt Godbolt · 9 years ago
  58. 23efc05 New RESTful API by Matt Godbolt · 9 years ago
  59. fe44677 Pop up an alert if URL parsing fails. by Matt Godbolt · 9 years ago
  60. 54ffd96 Always resize instead of refresh. Fixes #229 by Matt Godbolt · 9 years ago
  61. 0765609 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  62. 65b5bf4 Correctly identify PROC and ENDP even when a comment is on the same line. Fixes #235 by Matt Godbolt · 9 years ago
  63. 29a4726 Merge pull request #233 from amonakov/patch-1 by Matt Godbolt · 9 years ago
  64. f6ab7fe base-compiler.js: acknowledge checkSource weakness by Alexander Monakov · 9 years ago
  65. 520967e Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  66. 342a87e Merge branch 'master' of github.com:mattgodbolt/gcc-explorer by Matt Godbolt · 9 years ago
  67. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 9 years ago
  68. 7ea75df Make loading client-options.json asynchronous by Matt Godbolt · 9 years ago
  69. ec154a1 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  70. 0ee3cf2 Bump up timeouts etc by Matt Godbolt · 9 years ago
  71. da49f7f Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  72. 749e357 fix gcc snapshot, clang trunk by Matt Godbolt · 9 years ago
  73. cbbc70e new clang, trunk builds by Matt Godbolt · 9 years ago
  74. 7369b4f Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  75. dfbf4c7 Attempt at addressing #228 by Matt Godbolt · 9 years ago
  76. 4a69a15 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  77. b67350d Fix alias support by Matt Godbolt · 9 years ago
  78. 1a07efc Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  79. 4969c04 Add aliases for the old (badly spelt) ellcc compilers! by Matt Godbolt · 9 years ago
  80. ac7a807 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 9 years ago
  81. de3dfed Merge pull request #224 from androm3da/master by Matt Godbolt · 9 years ago
  82. a1d2a0c Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  83. ca8ca4b IDEA churn by Matt Godbolt · 9 years ago
  84. fda7e24 Ensure a new compiler state object is created every time. by Matt Godbolt · 9 years ago
  85. a804243 gdc fixups in makefile by Matt Godbolt · 9 years ago
  86. 353897a typo s/elcc/ellcc/g by Brian Cain · 9 years ago
  87. 62e5a43 typo s/elcc/ellcc/ by Brian Cain · 9 years ago
  88. 0e32a4f Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  89. 45ce2b2 Show colourisation immediately once all busy compilers are finished by Matt Godbolt · 9 years ago
  90. cc27bcd Make ctrl-Enter compile straight away; slightly reduce pause by Matt Godbolt · 9 years ago
  91. d2b6f62 By default listen on INADDRY_ANY by Matt Godbolt · 9 years ago
  92. 7135ec2 Add a "reset UI" menu option. by Matt Godbolt · 9 years ago
  93. a93af66 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  94. 538b4e8 Fix tests by Matt Godbolt · 9 years ago
  95. 9bb8b48 More renamings (again) by Matt Godbolt · 9 years ago
  96. 866eb29 More renamings by Matt Godbolt · 9 years ago
  97. b6e9a46 Another year, another copyright update by Matt Godbolt · 9 years ago
  98. 1b02040 s/gcc-explorer/compiler-explorer/g by Matt Godbolt · 9 years ago
  99. 926e475 Merge branch 'master' into staging by Matt Godbolt · 9 years ago
  100. f61825b Client-side caching and request changes by Matt Godbolt · 9 years ago