aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-11-08initial docs for `@as`Andrew Kelley
2019-11-06add token for parsing pointer dereferenceBrendan Hansknecht
2019-10-27make implicit cast of tagged unions to enums easier to find in docsxackus
2019-10-22Add documentation on function parameter type inference.Maximilian Hunt
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-09Merge pull request #3390 from nrdmn/unicode_character_literalsAndrew Kelley
2019-10-07unicode character literalsNick Erdmann
2019-10-07Fix typo in docsMatt Keeter
2019-10-06stage1 parser supports doc commentsAndrew Kelley
2019-10-04langref: no viewportAndrew Kelley
2019-10-03docs: use the updated png faviconAndrew Kelley
2019-10-02llvm 9.0.0 => llvm 10.0.0Andrew Kelley
2019-09-30langref: add 0.5.0 docs linkAndrew Kelley
2019-09-30remove unhelpful/outdated/unused doc fileAndrew Kelley
2019-09-29docs: docgen supports release safe exe code examplesAndrew Kelley
2019-09-29docgen: support code examples for riscv targetAndrew Kelley
2019-09-26docgen: add "process terminated by signal" to exe_errAndrew Kelley
2019-09-26docs: mention release-small along with release-fastAndrew Kelley
2019-09-26doc: usingnamespace imports only public declsMichael Dusan
2019-09-25docgen: slightly better cachingAndrew Kelley
2019-09-24add docs for usingnamespaceAndrew Kelley
2019-09-24docgen: test blocks support linking libcAndrew Kelley
2019-09-24docgen: slightly cleaner display of libc cli argsAndrew Kelley
2019-09-22Fix #3272 - update docsEuan Torano
2019-09-20fix typo in docsAndrew Kelley
2019-09-19update remaining llvm 8.0.0 references to 9.0.0Andrew Kelley
2019-09-19Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-19docs: clarify @clz and @ctz terminology to not be endian-specific.Shawn Landden
2019-09-19add docs for `@splat`Andrew Kelley
2019-09-19implement runtime `@byteSwap` and other fixupsAndrew Kelley
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-05implement `noasync` function callsAndrew Kelley
2019-09-05Shorten @field documentation and add an exampleVesa Kaihlavirta
2019-09-05Add the noinline keyword for function declarationsLemonBoy
2019-09-04fixups and add documentation for `@Type`Andrew Kelley
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-09-02Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-31`@typeOf` now guarantees no runtime side effectsAndrew Kelley
2019-08-20Merge branch 'master' into llvm9Andrew Kelley
2019-08-19added documentation for field access to C pointers (#3088)Aaron Klapatch
2019-08-17fix compiler not checking alignment of function framesAndrew Kelley
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-16implement new async syntax in self-hosted compilerVexu
2019-08-15basic docs for new async/await semanticsAndrew Kelley
2019-08-15remove `cancel`Andrew Kelley
2019-08-13avoid the word "coroutine", they're "async functions"Andrew Kelley