| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley | |
| closes #9388 closes #9321 | |||
| 2021-08-29 | zig fmt: respect trailing commas in inline assembly | jdmichaud | |
| 2021-06-19 | std: Fix PIE startup sequence | LemonBoy | |
| * Don't skip the TLS initialization (Fixes #9083) * Add a test case where a PIE program is built and run * Refactor the common initialization code in the Linux startup sequence. | |||
| 2021-05-24 | housekeeping: builtin.arch → builtin.cpu.arch | Michael Dusan | |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley | |
| 2020-11-23 | Minor code cleanup in start_pie.zig | LemonBoy | |
| Thanks @daurnimator for catching this. | |||
| 2020-11-22 | modernize the PIE patch for the latest master branch | Andrew Kelley | |
| This is the part of #3960 that has to be rewritten to apply to latest master branch code. | |||
| 2019-12-21 | Initial support for static PIE executables | LemonBoy | |
