1. f04feb9 Rename/remove some command line options; deprecate 'etc' directory; increase sandbox run time limit to 60 s by WHR · 1 year, 1 month ago
  2. 477a077 Reply error message in plain text if compiler failed to start and the client didn't accept JSON by WHR · 1 year, 8 months ago
  3. 662019c Handle external processes terminated by signals by WHR · 1 year, 8 months ago
  4. cc17062 Don't create processes in detached mode by WHR · 1 year, 8 months ago
  5. 6a48497 Remove '.s' suffix from output file name by WHR · 1 year, 8 months ago
  6. 1d5e21c Hide 'execute' button if it isn't supported by the specific compiler configuration or 'link' is disabled by WHR · 1 year, 8 months ago
  7. 343b65d Recognize '<stdin>' as input file name from compiler diagnostic messages by WHR · 1 year, 8 months ago
  8. e16fb45 Reply status 500 if requested raw output file not found by WHR · 1 year, 8 months ago
  9. fd436e3 Support downloading raw output file by WHR · 1 year, 8 months ago
  10. 5d6bdc8 Add 'Link' button to control whether to link executable by WHR · 1 year, 8 months ago
  11. ae82434 Enable 'Intel Assembly' button on explicit configuration by WHR · 1 year, 8 months ago
  12. e0cbabe Replace property 'cacheMb' to 'cache_size' by WHR · 1 year, 8 months ago
  13. f691aae Finish up Chedy's PR Mostly formatting issues, but also few minor improvements by Rubén · 7 years ago
  14. 7cf0eaf fix of function filter by cppchedy · 7 years ago
  15. b804e0b desactivate Cfg mode when binary filter is set by cppchedy · 7 years ago
  16. f8cb1a5 Improve minor things in cfg code by Rubén · 7 years ago
  17. 13dce4a Merge pull request #540 from AndrewPardoe/master by Matt Godbolt · 7 years ago
  18. 895b66d Fix minor mistakes on asm-tooltip by Rubén · 7 years ago
  19. 54aa4a5 Generate new-style source annotation in binary mode. Fixes #553 by Matt Godbolt · 7 years ago
  20. 767351f Fixes #555 by Matt Godbolt · 7 years ago
  21. 83ff138 Better handling of labels in asm. by Matt Godbolt · 7 years ago
  22. d193739 Bring every file up-to-format-date by Rubén · 7 years ago
  23. 3ea1b4e Addressing feedback from RabsRicon by apardoe@microsoft.com · 7 years ago
  24. 8aade5f Merge remote-tracking branch 'godbolt/master' by Andrew Pardoe · 7 years ago
  25. 7957cef Add minor changes to Cfg views. (CC @cppchedy) by Rubén · 7 years ago
  26. 65c6ff7 Finish up Cfg view review concerns by Rubén · 7 years ago
  27. f74b3c0 fix bug in basic block generation by cppchedy · 7 years ago
  28. 747ee23 added test, resolved some reviews by cppchedy · 7 years ago
  29. 297658e Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  30. 3ae8673 resolve other review comments by cppchedy · 7 years ago
  31. 6da213f resolve review comments by cppchedy · 7 years ago
  32. 32516e1 Support not-demangling in binary mode too by Matt Godbolt · 7 years ago
  33. 027d29e Add filter that disables demangling by Rubén · 7 years ago
  34. aedf439 Ensure processOptOutput always completes. by Matt Godbolt · 7 years ago
  35. 89d71b3 Pass LD_LIBRARY_PATH to compiler environment too by Matt Godbolt · 7 years ago
  36. d7ac386 Massive WAG at getting site up again by Matt Godbolt · 7 years ago
  37. 13a9f8e put the starting node of the current function in selected state. fix filter: deal with typeinfo, vtable .... by cppchedy · 7 years ago
  38. dcbd890 variable name changed, comment deleted by cppchedy · 7 years ago
  39. 44dd2c1 stop node from shaking by cppchedy · 7 years ago
  40. 848cf1b Guard against non cpp compilers by cppchedy · 7 years ago
  41. e51e8a1 add semicolon by cppchedy · 7 years ago
  42. 299edc3 fix bug by cppchedy · 7 years ago
  43. ef84c87 add support for clang for Cfg generation by cppchedy · 7 years ago
  44. baa9647 support generation of Cfg structure when filter are not set by cppchedy · 7 years ago
  45. 985741b fixed bug by cppchedy · 7 years ago
  46. 3aa53d6 other changes requested by cppchedy · 7 years ago
  47. e62b6d2 modified according to reviewers by cppchedy · 7 years ago
  48. 4ac64ab change raw values to constant. by cppchedy · 7 years ago
  49. 5994479 modified names of functions and variables to follow naming convention by cppchedy · 7 years ago
  50. 58ae9a9 removed logs by cppchedy · 7 years ago
  51. 37db98c produce CGF structure only if filter are set. handle empty source code case. by cppchedy · 7 years ago
  52. 5e13447 add a button in Graph view to show/hide navigation buttons in the convas. by cppchedy · 7 years ago
  53. baa5fa8 truncate long instruction by cppchedy · 7 years ago
  54. 52a224e made fixes to pass test by cppchedy · 7 years ago
  55. 345549a add missing semicolon by cppchedy · 7 years ago
  56. 8878e25 Made changes to the structure of CFG to grab nodes and edges by function name. by cppchedy · 7 years ago
  57. 5163fa0 disable/enable CFG button based on compiler support by cppchedy · 7 years ago
  58. 212d605 deledted all const and let key words and replaced for of with _.each by cppchedy · 7 years ago
  59. de8a12d make generation only if gcc by cppchedy · 7 years ago
  60. 8daeb1c Make Cfg view stay on current functions after a change of compiler by cppchedy · 7 years ago
  61. f241504 use demangled functions in ouput by cppchedy · 7 years ago
  62. 49b37c2 fixed code separation from data by cppchedy · 7 years ago
  63. 1cab3b4 fixed error: compilation error not showing by cppchedy · 7 years ago
  64. 39f7494 added initial support for visualizing Cfg of multiples functions by cppchedy · 7 years ago
  65. 8d5b679 fixed Cfg bug, make improvement to UI by cppchedy · 7 years ago
  66. 3bfe4a1 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer into mattgodbolt-master by cppchedy · 7 years ago
  67. 3dd2506 adding support for control flow graph mode by cppchedy · 7 years ago
  68. 573ff10 Allow options for filters to look at useroptions this allows us to add/remove options per compiler such as for rust where we need to not add the --emit argument if the user has passed us one by jaredwy · 7 years ago
  69. 69f10bf Adding in LDC opt view support by jaredwy · 7 years ago
  70. 71709f1 Allow user-selectable sandbox types. Default to 'none' to not use docker shenanigans by Matt Godbolt · 7 years ago
  71. cbf45a9 Adding WSL-CL and renaming CL.js to Wine-CL by Andrew Pardoe · 7 years ago
  72. 78cf120 Cleaned up changes to get rid of crazy parse fail by Andrew Pardoe · 7 years ago
  73. d350ec1 Only stat compilers if absolute. by Matt Godbolt · 7 years ago
  74. 476fde3 Identify lines referring to included files. by Matt Godbolt · 7 years ago
  75. df917cc Handle missing binaries by Matt Godbolt · 7 years ago
  76. 6ae7d04 Rerun a compiler to get version only on mtime change by Matt Godbolt · 7 years ago
  77. 9c01519 Improvements to embedded views by Matt Godbolt · 7 years ago
  78. 3c80c6e Fix some minor issues with compiler type determination. by Matt Godbolt · 7 years ago
  79. 7de967f Merging request options into 1 options object, this makes it clearer to me by jaredwy · 7 years ago
  80. 13cd0fd Made some changes to the way we parse arguments as a stab at a start of a meta data gatherer by jaredwy · 7 years ago
  81. db8bf4e Early support for swift. test with `make EXTRA_ARGS="--language Swift"` by Matt Godbolt · 7 years ago
  82. f99b97f Merge pull request #456 from mattgodbolt/backend_options by Matt Godbolt · 7 years ago
  83. 7a57b3a Ensure that backendOptions is defined by Simon Brand · 7 years ago
  84. 8dbd5dc Add Haskell support by Simon Brand · 7 years ago
  85. cb2d52b Further appeasement of lint by Matt Godbolt · 7 years ago
  86. 2a71356 Add 'use strict' to make node happy. by Matt Godbolt · 7 years ago
  87. 2d99dc1 Make ISPC default to SSE2 if no target is specified by Joshua Sheard · 7 years ago
  88. fbe572b Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by Simon Brand · 7 years ago
  89. 6d37f47 Make AST view play nicely with other compilers by Simon Brand · 7 years ago
  90. a92e688 Actually fix the issue properly (using `let`) by Matt Godbolt · 7 years ago
  91. ddfeaea Fix up `var` redeclaration. Stupid JS. We'll move to using `let` for server-side code soon by Matt Godbolt · 7 years ago
  92. 62c5252 Don't filter out AST declarations after an implicit declaration by Simon Brand · 7 years ago
  93. 93a0ff1 Merge pull request #442 from TartanLlama/master by Matt Godbolt · 7 years ago
  94. 49ad2f9 Display message when AST dumping is not supported on the selected compiler by Simon Brand · 7 years ago
  95. 4fc0ec6 Add support for Intel ISPC compiler by Joshua Sheard · 7 years ago
  96. 4fbf3dd Missing semicolon by Simon Brand · 7 years ago
  97. a7591a3 Format cache key code by Simon Brand · 7 years ago
  98. e433c80 Clean up compiler exec options by Simon Brand · 7 years ago
  99. f78e062 Only run syntax checking when producing Clang AST by Simon Brand · 7 years ago
  100. fae0b0d Enable AST generation only if the user has an AST view open by Simon Brand · 7 years ago