1. a779f60 Add current caret position to source pane by RabsRincon · 3 years, 3 months ago
  2. 40a5871 Fix CONTRIBUTING typo by Rubén Rincón Blanco · 3 years, 3 months ago
  3. 23cfe56 Update CONTRIBUTING.md by Rubén Rincón Blanco · 3 years, 3 months ago
  4. 3bc6022 CE -> Compiler Explorer in README by Rubén Rincón Blanco · 3 years, 3 months ago
  5. fb7fa30 Make executor spinner spin too by RabsRincon · 3 years, 3 months ago
  6. fa0aa1a Extremely minor tweaks to UI by RabsRincon · 3 years, 3 months ago
  7. c9e8e7a Remove leftover comment by RabsRincon · 3 years, 3 months ago
  8. cfbcf4e Make quick link share available for everyone by RabsRincon · 3 years, 3 months ago
  9. b3628b2 OCaml Improvements: objdump and a few refactorings (#2913) by Haz · 3 years, 3 months ago
  10. 6a1dbe1 Some general UI touches (#2910) by Rubén Rincón Blanco · 3 years, 3 months ago
  11. de592dd Add circle-131 with --gcc-toolchain switch support. Enables C++20 (#2914) by Michał Cichoń · 3 years, 3 months ago
  12. 9f1373b Reenables social shares for whole site by RabsRincon · 3 years, 3 months ago
  13. a3d98e5 Pass toolchain to new circle by Matt Godbolt · 3 years, 3 months ago
  14. e812888 tree sometimes doesn't exist anymore by Patrick Quist · 3 years, 3 months ago
  15. f6e79f2 Use default GPU target for CUDA compilation w/ NVCC (#2911) by Artem Belevich · 3 years, 3 months ago
  16. 44c5162 Add support for Microsoft Visual C++ 6 (#2907) by Kevin Adler · 3 years, 3 months ago
  17. 84727ca Automated checkin - update browsers list (#2908) by github-actions[bot] · 3 years, 3 months ago
  18. f82b011 Adds drag support for Tree pane by RabsRincon · 3 years, 3 months ago
  19. 31050a8 Cmakeproms (#2906) by Patrick Quist · 3 years, 3 months ago
  20. 22304af new counters for cmake and bugfix executeCounter (#2905) by Patrick Quist · 3 years, 3 months ago
  21. 30a8862 grmbl lintfix by partouf · 3 years, 3 months ago
  22. 490b7da bugfix execution compilation status by partouf · 3 years, 3 months ago
  23. b744d6a Asm-parser binary bugfix (#2904) by Patrick Quist · 3 years, 3 months ago
  24. df04975 fix #2902 by partouf · 3 years, 3 months ago
  25. 370633e fix #2896 by partouf · 3 years, 3 months ago
  26. 9d382eb bugfix mainsource detection by partouf · 3 years, 3 months ago
  27. fda2704 Add tooltips to files in tree view. (#2894) by Matt Godbolt · 3 years, 3 months ago
  28. b87f856 Make linter happy by Rubén Rincón Blanco · 3 years, 3 months ago
  29. d562ae0 Add test for forcedVersion flag by RabsRincon · 3 years, 3 months ago
  30. c8cf80a Merge branch 'main' of https://github.com/compiler-explorer/compiler-explorer into main by partouf · 3 years, 3 months ago
  31. d7ec20d fix #2888 by partouf · 3 years, 3 months ago
  32. 50197b7 Properly allow prettier pragma by RabsRincon · 3 years, 3 months ago
  33. 1c59f91 Disable eslint-license-header until we incorporate prettier by RabsRincon · 3 years, 3 months ago
  34. 5c2cfcb Catch2 now uses a debug suffix in trunk by Patrick Quist · 3 years, 3 months ago
  35. 3d68f53 Implements Prettier formatting (#2766) by Rubén Rincón Blanco · 3 years, 3 months ago
  36. cfff740 Fix execution for Java with multifile ui (#2882) by Mats Larsen · 3 years, 3 months ago
  37. a2a7395 Reorganize CUDA compiler variants. (#2860) by Artem Belevich · 3 years, 3 months ago
  38. 955e500 Make asSafeVer even safer for more types of inputs by RabsRincon · 3 years, 3 months ago
  39. 46cb319 Fix json syntax error by RabsRincon · 3 years, 3 months ago
  40. 854fdf7 Some more semver tests by RabsRincon · 3 years, 3 months ago
  41. 0b75857 Only focus on the first word of semver for ordering by RabsRincon · 3 years, 3 months ago
  42. 3f4d18a Implement code document formatting through monaco (#2874) by Mats Larsen · 3 years, 3 months ago
  43. 958906d Bump monaco editor to latest version (#2876) by Rubén Rincón Blanco · 3 years, 3 months ago
  44. b624711 Convert navbar a's to buttons by RabsRincon · 3 years, 3 months ago
  45. 9b17656 Listen for ClipboardJS events on clippy button by RabsRincon · 3 years, 3 months ago
  46. 03a983c Avoid adding uncommited files to the ts list :) by RabsRincon · 3 years, 3 months ago
  47. 170023c Did I forget the important step? Yes by RabsRincon · 3 years, 3 months ago
  48. 4259ea9 Load stored libs from state by RabsRincon · 3 years, 3 months ago
  49. 6c053b8 Move static/sharing.js to TypeScript by RabsRincon · 3 years, 3 months ago
  50. 7c0a932 Ignore downloaded doc files by RabsRincon · 3 years, 3 months ago
  51. 7a49b18 Move static/url.js to TypeScript by RabsRincon · 3 years, 3 months ago
  52. 1db038b Add ts files to watcher list by RabsRincon · 3 years, 3 months ago
  53. 27d29d9 allow .f fortran file by Patrick Quist · 3 years, 3 months ago
  54. 55ab80c Change some tree code based on WebStorm suggestions by RabsRincon · 3 years, 3 months ago
  55. ac87204 Add color to linked compiler output lines by RabsRincon · 3 years, 3 months ago
  56. 7a9663d Move global declarations into its own file (#2878) by Mats Larsen · 3 years, 3 months ago
  57. a0138c6 recovery option if tree suddenly disappears by partouf · 3 years, 3 months ago
  58. c549892 bugfix timing by partouf · 3 years, 3 months ago
  59. 5e5e601 Multifile/IDE mode (#2725) by Patrick Quist · 3 years, 3 months ago
  60. 6e33f7a chibicc includeFlag by Patrick Quist · 3 years, 3 months ago
  61. 8f99cae Fix Conformance View problems (#2872) by Rubén Rincón Blanco · 3 years, 3 months ago
  62. aab1e8c Add chibicc (#2873) by Rubén Rincón Blanco · 3 years, 3 months ago
  63. 935634c Add kotlin 1.5.30 (#2871) by Mats Larsen · 3 years, 3 months ago
  64. 1ad589b Add Clang assertions trunk for OpenCL C and C++ for OpenCL (#2851) by Jason Zheng · 3 years, 3 months ago
  65. 4062176 Add DAW JSON Link C++ library by RabsRincon · 3 years, 3 months ago
  66. 53b9e0a Support multiple formatter types for /api/format (#2818) by Mats Larsen · 3 years, 3 months ago
  67. 750f076 Add generic keywords to OpenCL C and C++ for OpenCL (#2869) by Jason Zheng · 3 years, 3 months ago
  68. f726ead * Fixed documentation for executionWrapper to state it's a Path, not Boolean (#2862) by stoperro · 3 years, 3 months ago
  69. 6b31c63 New sponsors by Matt Godbolt · 3 years, 3 months ago
  70. eb0fb9e Add Eigen v3.4.0 release (#2865) by Norbert Wenzel · 3 years, 3 months ago
  71. f8f1447 Add boost 1.77.0 by Matt Godbolt · 3 years, 3 months ago
  72. 68dbdb8 Add LDC 1.27.1 and make it the default compiler (#2858) by Johan Engelen · 3 years, 3 months ago
  73. 83fa117 Add CLI11 by Patrick Quist · 3 years, 3 months ago
  74. e98488e Update c++.amazon.properties by Patrick Quist · 3 years, 3 months ago
  75. 562512b Add current lib count to dropdown button by RabsRincon · 3 years, 3 months ago
  76. 617257f Add more sanity checks for _onContextMenu by RabsRincon · 3 years, 3 months ago
  77. cb28c31 bugfix asm keyword (#2852) by Patrick Quist · 3 years, 3 months ago
  78. 019029c Support execution and binary mode in haskell. Closes #2854 by Matt Godbolt · 3 years, 3 months ago
  79. 2a3ec25 IDEA churn by Matt Godbolt · 3 years, 3 months ago
  80. 60db8ba Make OCaml examples executable and objdumpable (#2853) by Haz · 3 years, 3 months ago
  81. b6c2380 Assembly API documentation for Java Bytecode (#2817) by Mats Larsen · 3 years, 3 months ago
  82. ca017ba Add support for heterogeneous compute (#2836) by Matt Godbolt · 3 years, 3 months ago
  83. 40f6aca Clarify that we currently run Node 12 on prod by Rubén Rincón Blanco · 3 years, 3 months ago
  84. 80b6ea3 Reverse order of Policies & Other dropdown buttons by RabsRincon · 3 years, 3 months ago
  85. 20ffd36 Stop removing expired old cookies by RabsRincon · 3 years, 3 months ago
  86. 1dc6ddb Revert "Stop removing old cookies as they will have expired by now" by RabsRincon · 3 years, 3 months ago
  87. daefad5 GA should only send the cookies over HTTPS by RabsRincon · 3 years, 3 months ago
  88. 1a5c5ed Stop removing old cookies as they will have expired by now by RabsRincon · 3 years, 3 months ago
  89. 565a4f7 Actually fix Windows options-handler tests for realsies now by RabsRincon · 3 years, 3 months ago
  90. 2607bf5 Fix options-handler tools tests in Windows by RabsRincon · 3 years, 3 months ago
  91. 9a1c83d Change some _.bind(fn, this) to fn.bind(this) by RabsRincon · 3 years, 3 months ago
  92. 16ff1a8 Add api/version and api/releaseBuild GET endpoints by RabsRincon · 3 years, 3 months ago
  93. 6fd069b Fix utils-test.js eslint complaints by RabsRincon · 3 years, 3 months ago
  94. 48a3317 Set sameSite: 'strict' for cookies (#2839) by Rubén Rincón Blanco · 3 years, 3 months ago
  95. 4d3750b Override default compiler flags for OCaml (#2849) by Haz · 3 years, 3 months ago
  96. 39aac53 Add basic options-handler tools parse test by RabsRincon · 3 years, 3 months ago
  97. 383c540 Add missing tests for utils.fileExists by RabsRincon · 3 years, 3 months ago
  98. bc28ba4 Don't check test coverage for app.js by RabsRincon · 3 years, 3 months ago
  99. 387c75a Adds configs for nsjail cfg and firejail profile paths (#2846) by Rubén Rincón Blanco · 3 years, 3 months ago
  100. b09a49a Add border for last item in gl pane dropdown by RabsRincon · 3 years, 3 months ago