aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2016-11-18IR: more maybe type supportAndrew Kelley
2016-11-18IR: correctly codegening memset and memcpyAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-26std/rand: remove unneeded TODOAndrew Kelley
2016-09-26cstr.len and cstr.cmp can run at compile timeAndrew Kelley
2016-09-26emit error for extern functionAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-09-21fix incorrect linking from previous commitAndrew Kelley
2016-09-20fix error when switch prong has implicit castAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-13std: fix compile error for unsupported osAndrew Kelley
2016-09-10std: use parameter type inference on min and max functionsAndrew Kelley
2016-09-08std: avoid calling close twice in InStreamAndrew Kelley
2016-09-08ability to infer parameter typesAndrew Kelley
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-31fix std io input to work for non seekable fdsAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-29std: more progress toward stack printingAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: replace print_u64/i64 with printIntAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-07-28std: add tests for mt32 and mt64Andrew Kelley
2016-07-27std: add vaporware plans for floating point builtinsAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-27std: cleanup of randAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-26std: add OutStream.write_byteAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-18don't add no-frame-pointer-elim for inline functionsAndrew Kelley
2016-05-18linux: accept calls accept4 with 0 for flagsAndrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-15compiler-rt: add __aeabi_uldivmodAndrew Kelley
2016-05-15Add unsigned and signed generic print fnsTravis McDemus
2016-05-14add compile_err builtinAndrew Kelley
2016-05-14std: take advantage of ability to cast maybe pointer to isizeAndrew Kelley
2016-05-13std: make parsing an unsigned number genericAndrew Kelley
2016-05-13std: fix linux.get_errnoAndrew Kelley
2016-05-13ability to cast maybe pointer to isize/usizeAndrew Kelley
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-11builtin: use explicit type instead of typeof functionAndrew Kelley
2016-05-10some work in progress networking codeAndrew Kelley