aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/swift.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* The Grand Reformat (#3643)gh-2830Matt Godbolt2022-05-09
| | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
* Reassign my copyright to Compiler Explorer AuthorsMatt Godbolt2021-07-24
|
* Reassign my copyright to Compiler Explorer AuthorsRabsRincon2021-07-24
|
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
| | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com>
* fix #1552Partouf2019-08-25
|
* Merge remote-tracking branch 'matt/master' into compilerargsPartouf2019-01-10
|\
| * Enable cfg for x86 LLVM based compilers and gcc.Kārlis Seņko2019-01-09
| |
* | change argument parser for some compilersPartouf2019-01-08
|/
* Add Swift 4.0.3 & demangle toggle supportRabsRincon2018-03-08
| | | | Boosted C++filt & objdump versions
* Add NASM 2.13.03RabsRincon2018-03-08
|
* Fix copyright dates and normalize textRabsRincon2018-02-27
|
* remove obsolete/empty constructorspartouf2018-01-28
|
* compiler handler calls initialise()Partouf2018-01-28
|
* remove return initialise, no need for unittestmodePartouf2018-01-28
|
* ES6fy compilers inheritanceRabsRincon2018-01-18
|
* Remove explicit langid, as it's part of the compiler config alreadyMatt Godbolt2017-12-22
|
* Change enough stuff as to get it runningRabsRincon2017-12-02
| | | | | Not saying it works, but if you hack few more things, you can start to use it. Commiting just in case
* Early support for swift. test with `make EXTRA_ARGS="--language Swift"`Matt Godbolt2017-06-19
Huge thanks to @adamnemecek for his help: this is mostly a merge of his branch.