zig/src
antlilja 5c60558796 Utilize std.fmt.parseUnsigned in main.zig.
* Remove function parseAnyBaseInt.
* Replace calls to parseAnyBaseInt to calls to std.fmt.parseUnsigned
with radix 0.
* Replace calls to parseInt where the type is unsigned with calls to
parseUnsigned. Note that the functionality of these arguments haven't
changed, they still retain the original radix specified.
2020-12-07 16:38:52 -05:00
..
codegen stage2 macho: add orr and orn instructions 2020-11-26 11:50:09 +01:00
link macho: specify -install_name as full dylib's name 2020-12-04 12:23:49 -08:00
stage1 stage1: Don't fold single-element enums too aggressively 2020-12-05 20:14:04 +01:00
Cache.zig stage2: add -femit-foo=bar args to the cache hash 2020-12-01 16:35:27 -07:00
Compilation.zig stage2: introduce Module.failed_root_source_file 2020-12-04 17:21:55 -07:00
DepTokenizer.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
Module.zig stage2: introduce Module.failed_root_source_file 2020-12-04 17:21:55 -07:00
Package.zig stage2: implement --pkg-begin and --pkg-end CLI args 2020-09-22 23:00:33 -07:00
RangeSet.zig stage2: implement switch validation for integers 2020-10-30 15:58:13 +02:00
TypedValue.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
astgen.zig stage2: variable shadowing detection (#6969) 2020-12-06 19:36:49 +02:00
clang.zig rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
clang_options.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
clang_options_data.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
codegen.zig Merge pull request #7273 from kubkon/lld-codesig-poc 2020-12-03 13:41:31 -08:00
config.zig.in stage2: wire up -Dskip-non-native 2020-12-02 14:52:56 -07:00
glibc.zig stage2 elf: fix glibc to always specify soname 2020-11-27 15:42:39 -07:00
introspect.zig stage2: implement using the global cache dir 2020-09-22 14:08:08 -07:00
ir.zig stage2: switch comptime execution 2020-10-30 15:58:13 +02:00
libc_installation.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
libcxx.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
libunwind.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
link.zig Merge pull request #7273 from kubkon/lld-codesig-poc 2020-12-03 13:41:31 -08:00
liveness.zig stage2: fix typo in liveness; add comptime switch test 2020-10-30 15:58:13 +02:00
llvm.zig stage2: building DLL import lib files 2020-09-28 19:20:58 -07:00
main.zig Utilize std.fmt.parseUnsigned in main.zig. 2020-12-07 16:38:52 -05:00
mingw.zig Fixed mingw-w64 8.0.0 compilation 2020-11-05 20:04:25 +02:00
musl.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
print_env.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
print_targets.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
stage1.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
target.zig restore -target wasm32-freestanding-musl for C headers 2020-11-30 20:44:36 -07:00
test.zig stage2: introduce Module.failed_root_source_file 2020-12-04 17:21:55 -07:00
tracy.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
translate_c.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
type.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
value.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
zig_clang.cpp rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
zig_clang.h rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
zig_clang_cc1_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_cc1as_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_driver.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_llvm.cpp Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie 2020-11-22 12:39:44 -07:00
zig_llvm.h Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie 2020-11-22 12:39:44 -07:00
zir.zig stage2: make sure to emit the ZIR instructions of exported functions 2020-12-03 11:46:35 -08:00
zir_sema.zig stage2: return same hash for different representations of same value 2020-10-30 15:58:13 +02:00