1. 2cb81b7 Merge pull request #1437 from lzutao/rustup-stable by Matt Godbolt · 5 years ago
  2. d827102 Merge pull request #1436 from mattgodbolt/compilehandlererrorlogging by Patrick Quist · 5 years ago
  3. fcb2428 Update to stable rust: 1.35.0 by Lzu Tao · 5 years ago
  4. fcc0457 Merge pull request #1435 from mattgodbolt/renamepascaldemangler by Patrick Quist · 5 years ago
  5. e20f045 handle the other cases by Partouf · 5 years ago
  6. e00872e obviously dont log stdout/stderr on normal compiler errors by Partouf · 5 years ago
  7. 566d019 rename pascal-support to demangler-pascal by Partouf · 5 years ago
  8. c2cfb63 improve unexpected errors logging by Partouf · 5 years ago
  9. 2f19018 Merge pull request #1421 from mattgodbolt/extract_tools by Rubén Rincón Blanco · 5 years ago
  10. a946849 Merge pull request #1422 from mattgodbolt/extract_tools_configpath by Rubén Rincón Blanco · 5 years ago
  11. a039ecf Merge pull request #1420 from mattgodbolt/javacompilers by Matt Godbolt · 5 years ago
  12. 8111189 Merge pull request #1396 from alshain/java-support by Matt Godbolt · 5 years ago
  13. 6d71f52 Fix IRview onClose not enabling the button back by RabsRincon · 5 years ago
  14. ea2a139 Make unwise options configurable by RabsRincon · 5 years ago
  15. 19bb211 Fix tools dir path by RabsRincon · 5 years ago
  16. dba361f Merge branch 'master' into java-support by Chris · 5 years ago
  17. 940e073 Tests for java support by Christian Vonrüti · 5 years ago
  18. 1a591e4 Separate java classes with 2 newlines in compiler output view by Christian Vonrüti · 5 years ago
  19. ba66aaa Fix trailing line endings and document regex in javap parser by Christian Vonrüti · 5 years ago
  20. 9e717d5 Fix trailing line endings on and document regex in javap parser by Christian Vonrüti · 5 years ago
  21. 56fe131 Uniform line handling to make test input work for checkouts on Windows by Christian Vonrüti · 5 years ago
  22. 8726e59 Add missing newline at EOF in java.defaults.properties by Christian Vonrüti · 5 years ago
  23. 7230702 Fix copyright in java.js by Christian Vonrüti · 5 years ago
  24. 5125d4f Make the latest cppx compiler the default, per @hsutter's request by Matt Godbolt · 5 years ago
  25. a9df946 Merge pull request #1426 from AMS21/patch-2 by Patrick Quist · 5 years ago
  26. bbc2b68 Merge pull request #1425 from ThadHouse/raspbianfrc by Patrick Quist · 5 years ago
  27. 864e039 Merge pull request #1431 from mattgodbolt/cspfix by Patrick Quist · 5 years ago
  28. 3e93262 fixed lint issues by Partouf · 5 years ago
  29. 6794a43 add compiler-explorer.com to csp thingymabob by Partouf · 5 years ago
  30. 4f67450 * Updated doctest library to version 2.3.3 by AMS21 · 5 years ago
  31. a8d1059 Add Raspbian and FRC compilers to supported compilers by Thad House · 5 years ago
  32. 45398ea Fix missing newline by RabsRincon · 5 years ago
  33. 9c4e0aa Make tools path configurable by RabsRincon · 5 years ago
  34. 73b0f6d Thanks! by Matt Godbolt · 5 years ago
  35. c33fe9c Adjust defaults to point at (presumed installed) ../compiler-explorer-tools/ demanglers by Matt Godbolt · 5 years ago
  36. 6c1d814 Extract tools. Now relies on external demangling tools by Matt Godbolt · 5 years ago
  37. 3aff8c9 remove comment by Partouf · 5 years ago
  38. a79221e add java 11 and 12 to amazon properties by Partouf · 5 years ago
  39. a86d316 Merge pull request #1419 from partouf/crosscompilersbinary by Patrick Quist · 5 years ago
  40. 43c69be Moving things about to keep the host and subdomain from the original request by Matt Godbolt · 5 years ago
  41. 387fdf2 Tweaks to url shortener service changes by Matt Godbolt · 5 years ago
  42. 91e71e3 Add GCC 6.4.0 (Patron request! thanks :) by Matt Godbolt · 5 years ago
  43. 2378f0e enable binary mode for crosscompilers where possible by Partouf · 5 years ago
  44. 895bfd5 Compiler Explorer Team->Authors (for consistency) by Matt Godbolt · 5 years ago
  45. 993a3de Merge pull request #1391 from mhammerly/fix-custom-shortener by Matt Godbolt · 5 years ago
  46. 0b71f40 CR feedback by Matt Hammerly · 5 years ago
  47. 3501513 update readme description for url shortening by Matt Hammerly · 5 years ago
  48. 18982ac add to contributors file :) by Matt Hammerly · 5 years ago
  49. d0585bc clean up no-longer-relevant custom url shortener client scripts by Matt Hammerly · 5 years ago
  50. ca763e5 add external tinyurl shortener, use old-style serialized state for external shorteners by Matt Hammerly · 5 years ago
  51. d2dae99 factor default url shortener handler into loadable module by Matt Hammerly · 5 years ago
  52. da69643 make url shortener handler return entire url by Matt Hammerly · 5 years ago
  53. 3a37c44 Merge pull request #1382 from LukaPrebil/notification_on_unwise_options by Rubén Rincón Blanco · 5 years ago
  54. fe66d60 Merge branch 'master' into notification_on_unwise_options by Rubén Rincón Blanco · 5 years ago
  55. 5b7a8a9 Cache compiler info on s3 (in same place as other expiring cached info for now) by Matt Godbolt · 5 years ago
  56. cd6c642 No need to run before by Matt Godbolt · 5 years ago
  57. 5d81757 Use released version of node-graceful by Matt Godbolt · 5 years ago
  58. 4d2537b WAG: update the node_modules first by Matt Godbolt · 5 years ago
  59. 3cccbe6 Prune some packages in the hope it magically fixes things by Matt Godbolt · 5 years ago
  60. f012fff Switch to a newer istanbul/nyc by Matt Godbolt · 5 years ago
  61. bf23550 Allow caching of compiler version and argument information to improve startup time by Austin Morton · 5 years ago
  62. 90aafb7 fix ellcc 2017 ldpath for execution by Partouf · 5 years ago
  63. 2314ad0 Added an ldPath for every compiler (defaults to sensible relative locations), and pass this when running executables. Should address #1399 by Matt Godbolt · 5 years ago
  64. f212420 Allow /etc/ld.so.conf* files so that linking finds system libraries. See #1398 by Matt Godbolt · 5 years ago
  65. 387a749 Minor logging fix by Matt Godbolt · 5 years ago
  66. 5f60a5b Add mailto to privacy policy email by RabsRincon · 5 years ago
  67. ffeea22 * Support code execution by Matt Godbolt · 5 years ago
  68. 2f83c47 Updates to privacy policy by Matt Godbolt · 5 years ago
  69. 389c53a Clarify comment in sandbox profile by Matt Godbolt · 5 years ago
  70. 0b7773c Merge pull request #1316 from mattgodbolt/policy-dating by Matt Godbolt · 5 years ago
  71. 60c89e9 Merge pull request #1404 from AMS21/patch-2 by Matt Godbolt · 5 years ago
  72. d7bb476 Blacklist everything I can think of in /run. CC @apmorton for any thoughts! by Matt Godbolt · 5 years ago
  73. 008756f * Updated Catch2 library to version 2.8.0 by AMS21 · 5 years ago
  74. 25ebb07 Add default example for Java by Christian Vonrüti · 5 years ago
  75. d3a5dbc Update CONTRIBUTORS.md by Christian Vonrüti · 5 years ago
  76. 92914a7 Initial Java/javap support by Christian Vonrüti · 5 years ago
  77. 6482b29 Increase virtual RAM availability for compilation. by Matt Godbolt · 5 years ago
  78. e35f555 Create FUNDING.yml by Matt Godbolt · 5 years ago
  79. 4e251dd Leave `/tmp` writable for WINE by Matt Godbolt · 5 years ago
  80. c98dee6 Remote `--timeout` from firejail: it adds >1s per invocation! Should help with #1394 by Matt Godbolt · 5 years ago
  81. 88672ea Fix log message by Matt Godbolt · 5 years ago
  82. 691c56b More tweaks to blacklisting (thanks again @apmorton) by Matt Godbolt · 5 years ago
  83. a713fc1 More blacklisting by Matt Godbolt · 5 years ago
  84. 77b0805 Another @apmorton discovery: syslog() escaped the jail! by Matt Godbolt · 5 years ago
  85. fc579cf Fix @apmorton's sandbox escape (nice work Austin) by Matt Godbolt · 5 years ago
  86. c44a88b Add address space limitations and timeouts. Use for compiler and sandbox limits. Should fix #1393 and helps #429 by Matt Godbolt · 5 years ago
  87. 241b0f3 Merge pull request #1388 from andjo403/rust_llvm_ir_view by Rubén Rincón Blanco · 5 years ago
  88. 5c9c8dc Merge branch 'master' into rust_llvm_ir_view by Rubén Rincón Blanco · 5 years ago
  89. 37e923b Merge pull request #1381 from sbc100/wasm_clang by Rubén Rincón Blanco · 5 years ago
  90. dfd2681 Make linked text more readable in dark mode by RabsRincon · 5 years ago
  91. 9fdde1d Use default Monaco color for dark text highlights by RabsRincon · 5 years ago
  92. 9ba7b43 Merge pull request #1315 from mattgodbolt/betterinterlinking by Rubén Rincón Blanco · 5 years ago
  93. 0d4f6d6 Set dark theme as default if the user ask for it by RabsRincon · 5 years ago
  94. cea11b0 Arg terrible config files by Matt Godbolt · 5 years ago
  95. b08b1bb First wave of environment variable removals by Matt Godbolt · 5 years ago
  96. 5b4338a Enable execution in beta environment! by Matt Godbolt · 5 years ago
  97. 2dc15a9 Minor logging fixes; use new command line flags for sandbox by Matt Godbolt · 5 years ago
  98. 12bd66d Workaround for now until we have another firejail patch by Matt Godbolt · 5 years ago
  99. d516ef4 Assume a patched CE-specific version of firejail to get a private cwd, and ensure proper cleanup and exit code by Matt Godbolt · 5 years ago
  100. 491adcd Use demanglers stored on /opt/compiler-explorer instead of local ones, to work around firejail issues on Amazon by Matt Godbolt · 5 years ago