| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-25 | Pass `--export-dynamic` to LLD for wasm | Alex Crichton | -0/+6 | |
| This should handle recent symbol visibility changes happening, although we'll likely want to tweak this in the future! | ||||
| 2018-11-25 | wasm: Pass `--no-demangle` to LLD | Alex Crichton | -0/+5 | |
| Our mangling scheme is not C++'s, so tell LLD to not demangle anything so we can handle Rust-specific demangling ourselves. | ||||
| 2018-11-19 | Add `override_export_symbols` option to Rust target specification | Jethro Beekman | -0/+4 | |
| 2018-11-16 | Separating the back folder between backend-agnostic and LLVM-specific code | Denis Merigoux | -0/+1079 | |
