| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -3/+4 | |
| 2018-12-01 | Rollup merge of #56349 - davidtwco:issue-55396-inference-extension, r=nagisa | kennytm | -1/+5 | |
| rustc 1.30.0's linker flavor inference is a non-backwards compat change to -Clinker Part of #55396. This commit modifies linker flavor inference to only remove the extension to the linker when performing inference if that extension is a 'exe'. r? @nagisa cc @alexcrichton @japaric | ||||
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers ↵ | Eduard-Mihai Burtescu | -1/+1 | |
| (compiler front-ends). | ||||
| 2018-11-29 | Only consider stem when extension is exe. | David Wood | -1/+5 | |
| This commit modifies linker flavor inference to only remove the extension to the linker when performing inference if that extension is a 'exe'. | ||||
| 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-22 | Rollup merge of #56067 - jethrogb:jb/sgx-target-spec, r=alexcrichton | Guillaume Gomez | -0/+4 | |
| Add SGX target to rustc This adds the `x86_64-fortanix-unknown-sgx` target specification to the Rust compiler. See #56066 for more details about this target. | ||||
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-11-19 | Add `override_export_symbols` option to Rust target specification | Jethro Beekman | -0/+4 | |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`. | Eduard-Mihai Burtescu | -3/+13 | |
| 2018-11-16 | Separating the back folder between backend-agnostic and LLVM-specific code | Denis Merigoux | -0/+3884 | |
