| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-24 | Deduplicate linkage checking code for statics | Gabriel Smith | -85/+69 | |
| Signed-off-by: Gabriel Smith <ga29smith@gmail.com> | ||||
| 2018-07-24 | Properly set the linkage type on non-local statics | Gabriel Smith | -6/+53 | |
| Fixes issue #18804 Signed-off-by: Gabriel Smith <ga29smith@gmail.com> | ||||
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -3/+5 | |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -10/+35 | |
| This commit transitions definitions of custom sections on the wasm target from the unstable `#[wasm_custom_section]` attribute to the already-stable-for-other-targets `#[link_section]` attribute. Mostly the same restrictions apply as before, except that this now applies only to statics. Closes #51088 | ||||
| 2018-07-16 | ItemKind | csmoe | -1/+1 | |
| 2018-07-16 | ForeignItemKind | csmoe | -1/+1 | |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -1/+39 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+322 | |
