Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
2079ec1184eac0159595a829aa98df1cb0521379
2079ec1
* Add Hedley library
by RabsRincon
· 5 years ago
a0df8a0
Allow executeParameters to be json array
by RabsRincon
· 5 years ago
45f95d5
More Patreon thanks
by Matt Godbolt
· 5 years ago
30a3d54
Remove demanglings of 'x' to 'x'; used in passing during label handling, but contributes roughly a third of all 'replacements'. See #1336
by Matt Godbolt
· 5 years ago
0647dba
Replace strings using a slightly faster method.
by Matt Godbolt
· 5 years ago
c1761ed
Fix typo in CONTRIBUTING.md
by RabsRincon
· 5 years ago
ac363db
Log slow requests to sentry (#1813)
by Austin Morton
· 5 years ago
4d9e248
Merge pull request #1808 from Azoy/patch-2
by Matt Godbolt
· 5 years ago
8775032
Add Swift nightly builds
by Alejandro Alonso
· 5 years ago
54d3792
Fix #1803 by installing prod dependencies before dev dependencies
by Austin Morton
· 6 years ago
e8f4070
Merge pull request #1796 from daverodgman/arm_clang
by Matt Godbolt
· 6 years ago
0c51deb
Seriously, how many mistakes can one make in two lines of code? See #1791
by Matt Godbolt
· 6 years ago
bd1fff8
Merge pull request #1798 from mtiapko/patch-1
by Rubén Rincón Blanco
· 6 years ago
56d91cc
Merge pull request #1797 from JohanEngelen/patch-1
by Rubén Rincón Blanco
· 6 years ago
758b0d4
Oh my word; I can't believe I still got this wrong. Sorry all. See #1791
by Matt Godbolt
· 6 years ago
950277c
Typo in MSVC compiler name (must be x64, not x86)
by Misha Tiapko
· 6 years ago
76c473b
Add LDC 1.19.0 and bump the default version
by Johan Engelen
· 6 years ago
7db8578
Add arm clang menu options
by Dave Rodgman
· 6 years ago
aa1f9f5
Merge pull request #1794 from kalray/pr/submodule
by Matt Godbolt
· 6 years ago
fc08c76
Make dev target submodule proof
by Marc Poulhiès
· 6 years ago
d5d8f42
Make /bin/sh compatible. See #1791
by Matt Godbolt
· 6 years ago
76d9ea8
Polyfill String.includes
by RabsRincon
· 6 years ago
cb4fa1b
Hopefully address #1791
by Matt Godbolt
· 6 years ago
9bd3c2b
Merge pull request #1786 from mattgodbolt/mg/res_send
by Matt Godbolt
· 6 years ago
658bb60
Merge pull request #1788 from rayman22201/nim-monaco-support
by Rubén Rincón Blanco
· 6 years ago
3194ccd
Fix some edge cases around bracket tokenization in the Nim syntax definition for monaco. Closes #1781
by Ray Imber
· 6 years ago
fdab41d
Use res.send() in most cases.
by Matt Godbolt
· 6 years ago
4cf5792
Cache headers for API requests. Default to 5m caching. Closes #1770
by Matt Godbolt
· 6 years ago
1ac5007
Fix COMPILER-EXPLORER-5W8 for real this time
by RabsRincon
· 6 years ago
6d93969
Ensure HTML stuff uses new sentry scheme
by Matt Godbolt
· 6 years ago
2a39859
Use a more useful environment name in sentry
by Matt Godbolt
· 6 years ago
f8b5c64
Use travis build number as sentry release
by Matt Godbolt
· 6 years ago
fd06260
Attempt at getting travis tagging
by Matt Godbolt
· 6 years ago
742df2e
Bump sentry version
by Matt Godbolt
· 6 years ago
db3c590
Merge pull request #1779 from AMS21/patch-6
by Matt Godbolt
· 6 years ago
7798acf
Merge pull request #1778 from AMS21/patch-5
by Matt Godbolt
· 6 years ago
0c678fe
Merge pull request #1777 from AMS21/patch-4
by Matt Godbolt
· 6 years ago
094b038
Add new glm version to version list
by Matt Godbolt
· 6 years ago
eadc740
Merge pull request #1776 from AMS21/patch-2
by Matt Godbolt
· 6 years ago
50b5d8a
Merge pull request #1775 from AMS21/patch-1
by Matt Godbolt
· 6 years ago
d1c237f
Redact request data from sentry unless user has allowCodeStoreDebug. Closes #1769
by Matt Godbolt
· 6 years ago
9f15193
* Updated gsl library to version v2.1.0
by AMS21
· 6 years ago
bd84b5d
* Updated eastl library to version 3.16.01
by AMS21
· 6 years ago
6e9f710
* Updated glm library to version 0.9.9.7
by AMS21
· 6 years ago
16c5e63
* Updated doctest library to version 2.3.6
by AMS21
· 6 years ago
e93b811
* Updated Catch2 library to version 2.11.1
by AMS21
· 6 years ago
55cd653
Merge pull request #1774 from steveire/fix-clang-query
by Rubén Rincón Blanco
· 6 years ago
e1188d1
Use a file to execute clang-query commands
by Stephen Kelly
· 6 years ago
08f3b55
Remove armflang
by Matt Godbolt
· 6 years ago
05edc75
Add missing cache headers for some files
by RabsRincon
· 6 years ago
885aee1
Remove last remaining vars and fix formatting
by RabsRincon
· 6 years ago
ea25a2a
Overly defensive fix for COMPILER-EXPLORER-5QF
by RabsRincon
· 6 years ago
6ebefff
Fixes Sentry issue COMPILER-EXPLORER-5W1
by RabsRincon
· 6 years ago
f1ebd12
Fix linter checks by ignoring max line count
by RabsRincon
· 6 years ago
3a19e22
Fixes Sentry issue COMPILER-EXPLORER-58F
by RabsRincon
· 6 years ago
c34ba45
Fixes COMPILER-EXPLORER-5VZ Sentry issue
by RabsRincon
· 6 years ago
473f41c
Slightly over-defensive fix for #1767. Not sure 100% of the original intent...
by Matt Godbolt
· 6 years ago
2feaec4
Get rid of a `var`
by Matt Godbolt
· 6 years ago
ab87392
Work around for older CE instances (e.g. MS's). Closes #1768
by Matt Godbolt
· 6 years ago
b5fa4e8
Fix objdump break. Adds test. Closes #1766
by Matt Godbolt
· 6 years ago
7a920eb
More async work; and some refactoring
by Matt Godbolt
· 6 years ago
c4d7b61
Fix up return of postProcess for golang. Fixes #1765
by Matt Godbolt
· 6 years ago
9020ed5
Logs server-side errors; update to latest sentry. See #1765
by Matt Godbolt
· 6 years ago
8c8452a
January thanks
by Matt Godbolt
· 6 years ago
86acfdc
Merge pull request #1762 from rayman22201/nim-monaco-support
by Matt Godbolt
· 6 years ago
0a68503
Fix linter errors.
by Ray Imber
· 6 years ago
a255a4a
Added Monaco editor syntax highlight support for Nim.
by Ray Imber
· 6 years ago
1875d36
Merge pull request #1761 from DaemonSnake/master
by Rubén Rincón Blanco
· 6 years ago
5d8673d
Nim Fix, change in object file name
by bastien penavayre
· 6 years ago
8a3a831
Fix nim amazon config
by RabsRincon
· 6 years ago
497f7ed
* Add nim language support
by RabsRincon
· 6 years ago
8f28292
Merge pull request #1753 from DaemonSnake/master
by Rubén Rincón Blanco
· 6 years ago
3914aee
Async-i-fy the compiler (#1708)
by Matt Godbolt
· 6 years ago
6648d56
History (localstorage) (#1735)
by Patrick Quist
· 6 years ago
48fbf2c
Update the URL displayed for the "P1144" (trivially-relocatable) branch. (#1758)
by Arthur O'Dwyer
· 6 years ago
6c7c90c
More idiomatic Nim example
by bastien penavayre
· 6 years ago
2806939
Properly extend rustc argument parser results
by RabsRincon
· 6 years ago
f8b83af
Fix rust argument parser with multi flag help comm
by RabsRincon
· 6 years ago
21bf3b2
Add colored output to Rust compilers if supported
by RabsRincon
· 6 years ago
2edc91c
Nim add set default command as compile instead of compileToCpp
by bastien penavayre
· 6 years ago
3c309a2
Nim, move cachefile from input name into function for testing
by bastien penavayre
· 6 years ago
620d9f4
Standardize nim example
by bastien penavayre
· 6 years ago
886e5e0
missing newline at eof CONTRIBUTORS
by bastien penavayre
· 6 years ago
19244b9
Merge pull request #1751 from mattgodbolt/fix1729
by Patrick Quist
· 6 years ago
6027190
Move Nim code from runCompiler to filterUserOptions and remove custom runCompiler
by bastien penavayre
· 6 years ago
3492287
Add support for Nim language
by bastien penavayre
· 6 years ago
18172dc
fix ir view pane
by Partouf
· 6 years ago
12c54d9
conform llvmir result to asmparser result
by Partouf
· 6 years ago
5924fd3
Add option to keep current source on lang change
by RabsRincon
· 6 years ago
ae354a3
Create amazon.properties file for Python
by RabsRincon
· 6 years ago
3870026
Merge pull request #1743 from mattgodbolt/nodefindfix
by Rubén Rincón Blanco
· 6 years ago
77568f7
Simplify version checks
by RabsRincon
· 6 years ago
5bc58bd
Limit amount of proxy retries & reenable msvc
by RabsRincon
· 6 years ago
3c62905
Remove armhpc (ARM license issues)
by Matt Godbolt
· 6 years ago
b8c250e
Remove MS compilers
by Matt Godbolt
· 6 years ago
f2e1384
Add more descriptive messages to find-node script
by Rubén Rincón
· 6 years ago
b03d312
Upgrade Travis builds to use Node v12
by Rubén Rincón
· 6 years ago
dc789ea
Allow node verisons > 8, but recommend latest LTS
by Rubén Rincón
· 6 years ago
0731a68
Merge pull request #1742 from lzutao/patch-1
by Rubén Rincón Blanco
· 6 years ago
4a3cd05
Bump node version to LTS v12
by Rubén Rincón
· 6 years ago
Next »