1. d700dfb lint fixes, add error output preprocess func by Partouf · 6 years ago
  2. 0f5a89f clean colorings by Partouf · 6 years ago
  3. f7c0e75 lint by Partouf · 6 years ago
  4. b766e08 binary testcode, only works for clean32 3.0 by Partouf · 6 years ago
  5. 706f408 trying out styling by Partouf · 6 years ago
  6. d421df6 default icl by Partouf · 6 years ago
  7. ad1932f bintest by Partouf · 6 years ago
  8. c3ca062 add 32bits clean compilers by Partouf · 6 years ago
  9. 08c3f84 add 32bits clean compilers by Partouf · 6 years ago
  10. 3a092aa added clean 3.0 by Partouf · 6 years ago
  11. 38c0da4 disable demangler for now by Partouf · 6 years ago
  12. 1717ad9 disable binary for now by Partouf · 6 years ago
  13. 4b9dd0b std libraries via libPath by Partouf · 6 years ago
  14. 5621ff7 addlanguage doc by Partouf · 6 years ago
  15. ce13a52 recheck if this works by Partouf · 6 years ago
  16. 14fe246 test by Partouf · 6 years ago
  17. ca3336f on linux the folders are different by Partouf · 6 years ago
  18. 9d5cd09 extra libpaths by Partouf · 6 years ago
  19. eda3b9f add cleanpath for binary mode by Partouf · 6 years ago
  20. 05e00e7 oops by Partouf · 6 years ago
  21. ad542bc formatting by Partouf · 6 years ago
  22. 6a769c1 basic asm producing compilation with clean by Partouf · 6 years ago
  23. 5c17178 initial basics by Partouf · 6 years ago
  24. 16bb36e More thanks by Matt Godbolt · 6 years ago
  25. 07f0bc2 Add cross gcc variants to C by RabsRincon · 6 years ago
  26. 92058d2 Restore missing contributor credit by RabsRincon · 6 years ago
  27. 09d9fa5 Update CONTRIBUTORS.md and Zig compiler styling by RabsRincon · 6 years ago
  28. d700ae9 Merge pull request #1101 from tiehuis/master by Rubén Rincón Blanco · 6 years ago
  29. 291c7c0 Fix zig 0.2.0 compilation failures by Marc Tiehuis · 6 years ago
  30. 24f804f September's thanks by Matt Godbolt · 6 years ago
  31. 26b719f Update IntelliJ settings to ignore the 'dist' directory by Matt Godbolt · 6 years ago
  32. 2c7bd2d Merge pull request #1100 from nuclearace/patch-2 by Rubén Rincón Blanco · 6 years ago
  33. 03d77a6 Add Swift 4.2 by Erik Little · 6 years ago
  34. 8beee8c Merge pull request #905 from mattgodbolt/clangs by Rubén Rincón Blanco · 6 years ago
  35. cbd68a8 Merge branch 'master' into clangs by Rubén Rincón Blanco · 6 years ago
  36. 90e6794 Manually pass system library path to icc. Fixes #896 by Matt Godbolt · 6 years ago
  37. 2f6729f Merge pull request #1099 from niekbouman/master by Matt Godbolt · 6 years ago
  38. 248b76b Updated CONTRIBUTORS.md by Niek J. Bouman · 6 years ago
  39. 6067d72 Enabled ctbignum in library configuration by Niek J. Bouman · 6 years ago
  40. 199f487 Merge pull request #745 from jsheard/rust-example by Matt Godbolt · 6 years ago
  41. 30fb03b Merge pull request #1093 from niekbouman/master by Matt Godbolt · 6 years ago
  42. 97aec7e Add icc19 (closes #1097) by Matt Godbolt · 6 years ago
  43. 4d3cd1c Merge pull request #1094 from tiehuis/master by Rubén Rincón Blanco · 6 years ago
  44. 0d170a8 Add zig 0.2.0 and 0.3.0 compiler by Marc Tiehuis · 6 years ago
  45. 600d385 Updated c++.amazon.properties, added ctbignum lib by Niek J. Bouman · 6 years ago
  46. 2c71f0d Fix LDC AST detection by RabsRincon · 6 years ago
  47. 5e4405f Merge pull request #1089 from JohanEngelen/patch-1 by Rubén Rincón Blanco · 6 years ago
  48. 382a84f Update d.amazon.properties by Johan Engelen · 6 years ago
  49. 567ca1b Merge pull request #1092 from mattgodbolt/clangtrunk-8.2.0 by Matt Godbolt · 6 years ago
  50. 08bb368 Bump gcc toolchain to 8.2.0 for clang trunk by RabsRincon · 6 years ago
  51. af2083f Merge pull request #1091 from mgehre/lifetime by Matt Godbolt · 6 years ago
  52. 3c2881d lifetime: use gcc 8.2 by Matthias Gehre · 6 years ago
  53. f480ccc Merge pull request #1090 from mgehre/lifetime by Matt Godbolt · 6 years ago
  54. 7feb7b0 lifetime: Use libstdc++ by Matthias Gehre · 6 years ago
  55. a7c1670 Add LDC 1.11 and 0.17.6 by Johan Engelen · 6 years ago
  56. b671047 Merge pull request #1087 from mgehre/lifetime by Rubén Rincón Blanco · 6 years ago
  57. 0c48cb9 lifetime: Fix the html escaping by Matthias Gehre · 6 years ago
  58. 1968423 Add -Wlifetime clang by Matthias Gehre · 6 years ago
  59. ee142f6 Fix typo by Matt Godbolt · 6 years ago
  60. 9e86326 Fix @quuxplusone compiler link by Rubén · 6 years ago
  61. 71217a0 Merge pull request #1084 from tiehuis/issue-1083 by Rubén · 6 years ago
  62. 7f08a4e Stop Zig compiler creating C header files by Marc Tiehuis · 6 years ago
  63. 822d1f6 Rename per @hsutter's request by Matt Godbolt · 6 years ago
  64. 5ac6d0f Whitelist /dev/null for writing and creation. Fixes #1076 by Matt Godbolt · 6 years ago
  65. 8a43d59 Treat `xword` as a data directive. Fixes #1081 by Matt Godbolt · 6 years ago
  66. ae8a825 Merge pull request #1069 from tiehuis/zig-support by Rubén · 6 years ago
  67. 4748cef Fix zig compiler binary path by Marc Tiehuis · 6 years ago
  68. af27f7c Rename zig master to trunk by Marc Tiehuis · 6 years ago
  69. 25fe3ca Update per Herb's requests by Matt Godbolt · 6 years ago
  70. cc89c5b Merge pull request #1078 from ojeda/clang7 by Matt Godbolt · 6 years ago
  71. a10598c Add clang 7.0.0 for C too by Miguel Ojeda · 6 years ago
  72. 1547eae Add clang 7.0 (using latest GCC toolchain for libstdc++ by Matt Godbolt · 6 years ago
  73. 2aef82a Add the ability to specify environment variables (on windows) (#1073) by nicole mazzuca · 6 years ago
  74. 4ad1b9c * Add fmt 5.2.0 by RabsRincon · 6 years ago
  75. 00ac996 * Add Rust 1.29.0 by RabsRincon · 6 years ago
  76. 5329bf7 Filter potentially dangerous zig user options by Marc Tiehuis · 6 years ago
  77. d65f25e Add pop out button for compiler pickers on c.f. by RabsRincon · 6 years ago
  78. 6189c00 Merge branch 'master' into zig-support by Rubén · 6 years ago
  79. d33323d Change meta description by RabsRincon · 6 years ago
  80. 83d0841 Allow every message if the user is on apex by RabsRincon · 6 years ago
  81. cdb37a7 Merge branch 'master' into zig-support by Rubén · 6 years ago
  82. ffd04ac Add zig support by Marc Tiehuis · 6 years ago
  83. 1d4ec3d Improve nc code comment by RabsRincon · 6 years ago
  84. d1a7c9f Ensure C has proper keyword matching in Monaco by RabsRincon · 6 years ago
  85. de23f6b * Add DMD 2.081.2 & 2.082.0 by RabsRincon · 6 years ago
  86. c7f5464 Merge branch 'xssutf8' by RabsRincon · 6 years ago
  87. 81f2db7 Fix embed view Edit on Compiler Explorer link href by RabsRincon · 6 years ago
  88. 0afa9ed Thanks for August Patreons by Matt Godbolt · 6 years ago
  89. cd3510f Optimize dev asset check by RabsRincon · 6 years ago
  90. 41d203d Modify xss prevention to allow for utf-8 sequences by RabsRincon · 6 years ago
  91. e93e6ac Use base64 encoding on the JSON to prevent any unfortunate XSS things from being interpreted. See #1063 by Matt Godbolt · 6 years ago
  92. e6eb388 Use JSON to launder XSS stuff (hopefully). See #1063. Thanks @fitblip for pointing me in the right direction. If this doesn't fix it, that's my fault not his! by Matt Godbolt · 6 years ago
  93. fb6a35e Merge pull request #1059 from dokempf/add-agner-fogs-vector-class-library by Matt Godbolt · 6 years ago
  94. 3f4ade7 Merge branch 'master' into add-agner-fogs-vector-class-library by Matt Godbolt · 6 years ago
  95. 6182a0e Add the `go` 1.11 executable by Matt Godbolt · 6 years ago
  96. ce93453 * Add GoLang 1.11 by RabsRincon · 6 years ago
  97. b7e3bea * Add Doctest 2.0.0 by RabsRincon · 6 years ago
  98. 34e9779 * Add library dropdown to Conf. View by RabsRincon · 6 years ago
  99. 57f2c4e Improve Discord unfurling and add bases for more by RabsRincon · 6 years ago
  100. f1a541b Dependent libs for EASTL by Matt Godbolt · 6 years ago