- May 29, 2020
-
-
Matt Godbolt authored
Closes #509
-
- May 28, 2020
-
-
Mateusz Pusz authored
-
- May 27, 2020
-
-
Partouf authored
-
Matt Godbolt authored
Update the Windows setup doc and add doc to setup msvc compiler on linux host
-
- May 26, 2020
-
-
Hui authored
-
Rubén Rincón Blanco authored
Fix Kalray MPPA KVX compiler
-
Marc Poulhiès authored
The config name was incorrect for the C compiler.
-
- May 25, 2020
-
-
Patrick Quist authored
-
RabsRincon authored
-
RabsRincon authored
-
RabsRincon authored
-
RabsRincon authored
-
Rubén Rincón Blanco authored
Go: Add additional architectures
-
Rubén Rincón Blanco authored
-
RabsRincon authored
Related issue: #1974
-
- May 22, 2020
-
-
Matt Godbolt authored
-
- May 20, 2020
-
-
Patrick Quist authored
-
Ethan Slattery authored
* basic IAR EWAVR compiler support * basic line number parsing for colored lines * Better Line Number Parsing (line numbers are right aligned) * remove unused imports in compiler object * removed unused lines from asm-parser-ewavr.js since Travis complained about them * Assorted fixes from code review * update processAsm() method to work with new style after rebase * rework EWAVR asm parser. IAR seems to be closer to msvc. * filter section initialize labels as assembler directives * Add documentation for EWAVR
-
Patrick Quist authored
* enables binary+execution for ADA * generic bandaid for missing executables * -eS commands are not errors * support error annotations * restore original default but add exec example * re-enable rpath * add tools
-
Patrick Quist authored
-
RabsRincon authored
Closes #1962 gccgo for 8.1.0 was never there so no uses are possible, _but just in case_ I've added it as an alias for the 8.3v
-
- May 19, 2020
-
-
RabsRincon authored
Closes #1977
-
Kale Blankenship authored
Use 'go build' instead of 'go tool compile' to more easily support additional architectures.
-
Rubén Rincón Blanco authored
Updated doctest library to version 2.3.8
-
AMS21 authored
-
- May 17, 2020
-
-
Kale Blankenship authored
Parsing versions such as "1.10" results in a "1.1" float, incorrectly changing the value. Fixes #1980
-
- May 16, 2020
-
-
Patrick Quist authored
-
Patrick Quist authored
-
Patrick Quist authored
-
-
- May 15, 2020
-
-
Matt Godbolt authored
-
Matt Godbolt authored
-
Matt Godbolt authored
Add sandbox support for nsjail
-
Austin Morton authored
-
- May 13, 2020
-
-
Miguel Ojeda authored
-
Matt Godbolt authored
-
- May 11, 2020
-
-
Matt Godbolt authored
-
- May 10, 2020
-
-
Tony Yang authored
* Fix Max_array.rs iter_mut is not necessary The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue. * Fix Max_array_(Optimized).rs The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue.
-
AMS21 authored
-
- May 09, 2020
-
-
Patrick Quist authored
-