aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-27Add missing state to C object cacheGeorge Roman
2020-04-26Fix unfortunate typoHenry Nelson
2020-04-26add CLI option -Bsymbolic for binding global references locallyAndrew Kelley
2020-04-25Pass each target feature flag separatelyGeorge Roman
2020-04-24stage1: Prevent the creation of illegal ptr typesLemonBoy
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-23stage1: fix crash on accessing an array of size zero with runtime indexxackus
2020-04-23stage1: Fix bitcast of immediate to ptr type (#5131)LemonBoy
2020-04-22Merge pull request #5130 from ziglang/stage2-irAndrew Kelley
2020-04-22stage1: Prevent the creation of illegal pointer typesLemonBoy
2020-04-22Merge pull request #5133 from LemonBoy/win-progressAndrew Kelley
2020-04-22stage1: Another hack for the C ABI compatibilityLemonBoy
2020-04-21ir: analyze int castingAndrew Kelley
2020-04-21Added peer type resolution for [*]T and *[N]T.elucent
2020-04-21cleanup: IrBasicBlockGenMichael Dusan
2020-04-21cleanup: IrBasicBlockGenMichael Dusan
2020-04-20stage1: Handle errors when generating block IRLemonBoy
2020-04-20stage1: Fix wrong union accessLemonBoy
2020-04-19stage1: Fix signed multiplication overflowLemonBoy
2020-04-19Merge pull request #5097 from Vexu/fieldAndrew Kelley
2020-04-19fix uninitialized ZigValuexackus
2020-04-18disallow declarations between container fieldsVexu
2020-04-18fix typeInfo testsVexu
2020-04-17add error for non-exter variadic functionsVexu
2020-04-17fix missing compile errors on builtin cast functionsVexu
2020-04-17stage1: Fix several bugs in constant generationLemonBoy
2020-04-15CC: fix binary dupe with no -oLayne Gustafson
2020-04-14Shift error message now says "fixed-width integer type" instead of just "inte...foobles
2020-04-14cli: add `c++` subcommand to --help menuAndrew Kelley
2020-04-13stage1: More fixes for BE targetsLemonBoy
2020-04-12only use `-nostdinc++` on c++ filesMichael Dusan
2020-04-12Zig treats -lstdc++ identically to -lc++Andrew Kelley
2020-04-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-10Fix generated docs of user codeTimon Kruiper
2020-04-09add error message for invalid assignmentVexu
2020-04-08Merge pull request #4975 from Vexu/param-reassignAndrew Kelley
2020-04-08fix formatted printing warningAndrew Kelley
2020-04-08move array and struct const checks to more appropriate placesVexu
2020-04-08zig provides shlwapi.lib for *-windows-gnuAndrew Kelley
2020-04-07fix lazy value in ir_analyze_instruction_elem_ptrxackus
2020-04-08fix missing compile error on assign to slice and array parametersVexu
2020-04-07Merge pull request #4857 from LemonBoy/fix-4777Andrew Kelley
2020-04-07stage1: Respect the specified name for extern varLemonBoy
2020-04-07fix missing const on address of literalVexu
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-06stage1 fixes to support building with 32-bit mingw-w64Andrew Kelley
2020-04-06provide ___mb_cur_max_func for i386-windows-gnuAndrew Kelley
2020-04-06zig cc: recognize a few more linker optionsAndrew Kelley
2020-04-06ir: Support tuple multiplicationLemonBoy
2020-04-05zig uses mingw-w64 to provide -lpsapiAndrew Kelley