1. 9f8bf18 Go towards a dynamic compiler set by Matt Godbolt · 9 years ago
  2. c036cf7 Enable toggling of options in binary on cl by Matt Godbolt · 9 years ago
  3. 3dd871d Don't try and objdump on windows by Matt Godbolt · 9 years ago
  4. 4e89ed2 Binary mode tweaks by Matt Godbolt · 9 years ago
  5. b9aca47 Hopefully fix the line labelling issue by Matt Godbolt · 9 years ago
  6. 909620c Fixups for add instruction by Matt Godbolt · 9 years ago
  7. 1db8614 Add another test case (no expectation as yet) by Matt Godbolt · 9 years ago
  8. 55deadf Use two-space indentation to better align with cl raw output by Matt Godbolt · 9 years ago
  9. 284738f Fix up indentation of non-opcode lines by Matt Godbolt · 9 years ago
  10. 57db760 Pretty print blessed files by Matt Godbolt · 9 years ago
  11. 16bcc58 Some indentation by Matt Godbolt · 9 years ago
  12. 61040b1 Ahem by Matt Godbolt · 9 years ago
  13. 7e50f2c Better way of detecting the file under test by Matt Godbolt · 9 years ago
  14. 0d6df6a Progress on supporting cl asm; binary mode and demangling by Matt Godbolt · 9 years ago
  15. 352d2b6 Move towards json files for tests by Matt Godbolt · 9 years ago
  16. 2516f3e Fix up asm mode to work with msvc by Matt Godbolt · 9 years ago
  17. e3672d6 More config tweaks by Matt Godbolt · 9 years ago
  18. 770ffe8 More configuration attempts. I wish I had ccs by Matt Godbolt · 9 years ago
  19. d6fe745 More work in progress on win32 by Matt Godbolt · 9 years ago
  20. f175871 32 and 64-bit by Matt Godbolt · 9 years ago
  21. e636df3 Add failing test by Matt Godbolt · 9 years ago
  22. 5c86a22 Slightly better cl19 support by Matt Godbolt · 9 years ago
  23. 3634b82 Initial spike of windows support by Matt Godbolt · 9 years ago
  24. 193a81b Bump up timeouts and memory limits by Matt Godbolt · 9 years ago
  25. 2e43766 Update stub wrt to #106 by Matt Godbolt · 9 years ago
  26. 7adb734a Merge pull request #126 from adamnemecek/master by Matt Godbolt · 9 years ago
  27. ed4204c Fixes unintended rejection of any user provided compiler option if by Adam Nemecek · 9 years ago
  28. 7a129ac Remove -O by default in rust by Matt Godbolt · 9 years ago
  29. 5609bc9 Nametweaks by Matt Godbolt · 9 years ago
  30. cf504cc GCC 6.1 for real this time by Matt Godbolt · 9 years ago
  31. 5edf29b GCC 6.1 by Matt Godbolt · 9 years ago
  32. 4648039 6.1 rc2 by Matt Godbolt · 9 years ago
  33. cc5f72b Merge pull request #124 from ibuclaw/dlfbsd by Matt Godbolt · 9 years ago
  34. 60af6a7 Merge pull request #123 from ibuclaw/cleanproper by Matt Godbolt · 9 years ago
  35. 33e91c1 Merge pull request #122 from ibuclaw/staticindexd by Matt Godbolt · 9 years ago
  36. 517a9b2 Merge pull request #121 from ibuclaw/hostoption by Matt Godbolt · 9 years ago
  37. 8bd3934 Don't try to link in dl library on FreeBSD. by Iain Buclaw · 10 years ago
  38. 16530f2 Add clean rule to d/Makefile, and clean up subdirectories in 'make clean' by Iain Buclaw · 10 years ago
  39. 4d9327d Add default D code template for first time page loading by Iain Buclaw · 10 years ago
  40. 44779db Add host option to allow server to run on non-default interface by Iain Buclaw · 9 years ago
  41. 870355a Fix for compiler output window being too high. by Matt Godbolt · 9 years ago
  42. 8610ec9 Update copyright by Matt Godbolt · 9 years ago
  43. 64a5e41 Use https for image fetch by Matt Godbolt · 9 years ago
  44. 454391b Move sharing off the main header (tidying it up somewhat). Use a tip.me link instead of the changetip widget by Matt Godbolt · 9 years ago
  45. e44e0a0 Merge pull request #118 from emlai/master by Matt Godbolt · 9 years ago
  46. 9dffef4 Use higher-resolution "Fork me on GitHub" ribbon by Emil Laine · 9 years ago
  47. cb5ec15 Don't rely on Linuxy/GNUey strchrnul. Fixes #117 by Matt Godbolt · 9 years ago
  48. cb4ce67 Rename as Compiler Explorer in the navbar by Matt Godbolt · 9 years ago
  49. 15d5b93 Fix formatting; add autocompile setting (addresses #114) by Matt Godbolt · 9 years ago
  50. dc4c049 Fix up usage of clipboard by Matt Godbolt · 9 years ago
  51. fa44946 Revamp of perma/full link. Addresses #112 by Matt Godbolt · 9 years ago
  52. 06c29ce Add access keys by Matt Godbolt · 9 years ago
  53. 3b39141 Move to bootstrap 3 by Matt Godbolt · 9 years ago
  54. c54e533 Handle non-https. by Matt Godbolt · 9 years ago
  55. 1e80d9d Rewrite google short URLs by Matt Godbolt · 9 years ago
  56. c780ec9 Include unrooted godbolt.org links by Matt Godbolt · 9 years ago
  57. c75cfea Also allow foo.xania.org (my test setup by Matt Godbolt · 9 years ago
  58. d847287 Add a /g/XXX url to check and redirect as per #113 by Matt Godbolt · 9 years ago
  59. 1c8bdb0 Go back to google URL shortening by default by Matt Godbolt · 9 years ago
  60. 60c7ceb Use rison to encode shorter normal URLs by Matt Godbolt · 9 years ago
  61. 4b6d4e2 Attempt to send accepts header on gist requests by Matt Godbolt · 9 years ago
  62. 5aa2b43 Add apologetic notes about gist errors by Matt Godbolt · 9 years ago
  63. 1e810d3 First attempt at adding a GIST URL shortener. by Matt Godbolt · 9 years ago
  64. 191410c Propagate PATH to the compiler env. Seems to be required to get icc to work by Matt Godbolt · 9 years ago
  65. cd8c683 Attempt to get icc working again by Matt Godbolt · 9 years ago
  66. 243539c Remove extraneous -O2 from options. Fixes #105 by Matt Godbolt · 9 years ago
  67. 775ac6c Use named parameters in stub main. Should fix #106 by Matt Godbolt · 9 years ago
  68. 428a385 Remove unneeded config by Matt Godbolt · 9 years ago
  69. 96cd3c9 Improved blacklist (thanks @ch3root) by Matt Godbolt · 9 years ago
  70. ce73e1f Clang 3.8 by Matt Godbolt · 9 years ago
  71. e7d9842 Set a default compiler by Matt Godbolt · 9 years ago
  72. 77756b6 Attempt at fixing multiarch. Should fix #102 by Matt Godbolt · 9 years ago
  73. 1d028a9 Merge pull request #101 from vks/fix-rust-examples by Matt Godbolt · 9 years ago
  74. 8c59c34 Fix Rust examples for current nightly by Vinzent Steinberg · 9 years ago
  75. 1c19ae2 More rust versions by Matt Godbolt · 9 years ago
  76. bb713fb GCC6 by Matt Godbolt · 9 years ago
  77. 3e9060f Merge pull request #95 from ibuclaw/compileroptions by Matt Godbolt · 9 years ago
  78. cbb9fa4 Add ability to set per-compiler options by Iain Buclaw · 9 years ago
  79. 0996c3e Clang 3.7.1 by Matt Godbolt · 10 years ago
  80. dbf2400 Limit error and stdout output. by Matt Godbolt · 10 years ago
  81. 56a691d Fix up re to catch import and also spaces around # in absolute/relative by Matt Godbolt · 10 years ago
  82. 20ad369 Shore up preload.c with explicit denial of /proc/self/root and /proc/self/cwd by Matt Godbolt · 10 years ago
  83. 9b9e187 Hopeful fix for connect-restreamer by Matt Godbolt · 10 years ago
  84. a0ce94b Fix dumb percentage by Matt Godbolt · 10 years ago
  85. 5f0ab8e GCC5.3.0 in amazon by Matt Godbolt · 10 years ago
  86. cab75f7 Kill memwatch by Matt Godbolt · 10 years ago
  87. 05668f7 Improve c++ example by Matt Godbolt · 10 years ago
  88. 29c87d4 Better cache stats by Matt Godbolt · 10 years ago
  89. fe79409 mg local config changes by Matt Godbolt · 10 years ago
  90. b866d20 Synchronously determine multiarch by Matt Godbolt · 10 years ago
  91. 32aa600 More appropriately estimate the cache size by Matt Godbolt · 10 years ago
  92. 8075521 Disable binary for rust too; still too chatty by Matt Godbolt · 10 years ago
  93. e968acc Oops by Matt Godbolt · 10 years ago
  94. dd5e968 Hide binary button if nothing supports it by Matt Godbolt · 10 years ago
  95. c341d71 Disable binary for 4.9.0 by Matt Godbolt · 10 years ago
  96. e58b15b Re-disable msp compiler, still broken by Matt Godbolt · 10 years ago
  97. 1eeb602 Fix bad asm highlighting by Matt Godbolt · 10 years ago
  98. b8fca03 More button fiddling by Matt Godbolt · 10 years ago
  99. d11192e More allowed paths for binary by Matt Godbolt · 10 years ago
  100. c80f882 Bump up asm max sizes now we're on a bigger machine by Matt Godbolt · 10 years ago