aboutsummaryrefslogtreecommitdiff
path: root/src/stage2.cpp
AgeCommit message (Expand)Author
2020-03-27cmake: support cross compilingAndrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-12Remove unused static_crt_dir field from libc configdaurnimator
2020-03-12fix `zig targets` not reporting native infoAndrew Kelley
2020-03-11fix zig-cache to treat cpu-features as raw-bytesMichael Dusan
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-21remove sub-arch from stage1Andrew Kelley
2020-02-20Merge remote-tracking branch 'origin/master' into sub-architecture-annihilationAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley