aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-18Undo accidentally checked-in changes to fs/test.zigJakub Konka
2020-05-18Always return false for ANSI escape codes compat in WASIJakub Konka
2020-05-18Re-enable refAllDecls gen and check in std.zigJakub Konka
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Remove obsolete runtime panics from sleep implJakub Konka
2020-05-18Change to Self from *const Self/*Self where possibleJakub Konka
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17std.json: support stringify for anyerrorAndrew Kelley
2020-05-17Merge pull request #5164 from daurnimator/in_stream-helpersVeikka Tuominen
2020-05-17Merge pull request #5307 from ziglang/self-hosted-incremental-compilationAndrew Kelley
2020-05-17fix zig fmt regressionVexu
2020-05-17linux: remove duplicated fieldsVincent Rischmann
2020-05-16Merge pull request #5217 from wozeparrot/masterAndrew Kelley
2020-05-16Merge pull request #5358 from Vexu/parserVexu
2020-05-16Merge pull request #5231 from kubkon/wasi-preopensAndrew Kelley
2020-05-16Creates `std.ascii.control_code` that contains the C0 control codes as named ...Felix (xq) Queißner
2020-05-16Fixes fmt padding for some typesdata-man
2020-05-16macos: use realpath$DARWIN_EXTSNMichael Dusan
2020-05-16Merge pull request #5354 from DrDeano/masterAndrew Kelley
2020-05-16fix infinite loop with invalid comptimeVexu
2020-05-16Merge pull request #5032 from LakeByTheWoods/redo_translate_cVexu
2020-05-16Add Enum OptionDrDeano
2020-05-16Add enum to addBuildOptionsDrDeano
2020-05-16Merge pull request #5020 from jinroh/docs/search-perfVexu
2020-05-16Merge pull request #5353 from Vexu/parserVexu
2020-05-16Merge pull request #5175 from daurnimator/multi-out-streamVexu
2020-05-16Merge pull request #5189 from zigazeljko/patch-1Vexu
2020-05-16move ParamType to Node.ParamDeclVexu
2020-05-16recover from missing semicolon after if stmtVexu
2020-05-16recover from invalid global error set accessVexu
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-15fix infinite loop with mismatced bracketVexu
2020-05-15properly handle extra closing braces at top levelVexu
2020-05-15Merge pull request #5336 from Vexu/parserVexu
2020-05-15cleanup* remove unecessary error* properly handle ReturnTypeInvalid in ast.zi...Vexu
2020-05-14fix codegen of sentinel-terminated arrays and .got alignmentAndrew Kelley
2020-05-14self-hosted: fix codegen and resolve some analysis bugsAndrew Kelley
2020-05-14fix infinite loopVexu
2020-05-14store rparen in ReturnType.InvalidVexu
2020-05-14improve recovery from invalid container membersVexu
2020-05-14recover from missing semicolonVexu
2020-05-14remove useless nosuspend parsingVexu
2020-05-13self-hosted: fix the rest of the compile errorsAndrew Kelley
2020-05-13self-hosted: fix compile errors, except for codegen.zigAndrew Kelley
2020-05-14recover from invalid builtin/async callVexu
2020-05-13recover after invalid inline/externVexu
2020-05-13correctly recover from invalid top level declarationsVexu
2020-05-13modernize std.zig.tokenizerVexu
2020-05-13improve recovery on top level declarationsVexu