aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-22Sema: fix parameter of type 'T' must be comptime errorVeikka Tuominen
2022-08-19langref: update to new error messageAndrew Kelley
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-07-27std.fmt: lowercase compile errorsr00ster91
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-24Revert "std.fmt: require specifier for unwrapping ?T and E!T."Andrew Kelley
2022-07-24std.fmt: require specifier for unwrapping ?T and E!T.InKryption
2022-07-23langref: clarify permitted `@bitCast` usage.InKryption
2022-07-23docs: Pointer ArithmeticAllan Regush
2022-07-15doc/langref: clarify behavior of slicing with constant indexesYujiri
2022-07-07langref: disable an example that regressed from LLVM 14Andrew Kelley
2022-06-27doc: update std.builtin.TypeInfo to std.builtin.TypePierre Curto
2022-05-27Fix grammatical errorr00ster
2022-05-17docs: add documentation on errdefer with caputure syntaxVincenzo Palazzo
2022-05-17docs: add documentation about return stm in the defer methodVincenzo Palazzo
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-10docs: T.bit_count -> @typeInfo(T).Int.bitsKirk Scheibelhut
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-04-27add new builtin function `@tan`Andrew Kelley
2022-04-21[doc update] add size_t (#11482)Motiejus Jakštys
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-09Remove primitive values from keyword referenceKirk Scheibelhut
2022-04-04langref: rename incorrect expect to assertPhilipp Lühmann
2022-03-25chore: doc fixes, closes 11091dxps
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17langref: small clarification of `@reduce`Andrew Kelley
2022-03-14basic language features do not belong in std.metaAndrew Kelley
2022-03-08langref: fix a stray anyopaque that should be a voidAndrew Kelley
2022-03-06correct `@frameSize()` params in documentationThe Depressed Milkman
2022-02-23Add documentation for common mistakes in errdefer scopingExonorid
2022-02-17stage1: improve error message when casting tuplesVeikka Tuominen
2022-02-14CI: update download page and langref for 0.9.1Andrew Kelley
2022-02-14langref: correct info about type info of declarationsAndrew Kelley
2022-02-04Various documentation fixesKirk Scheibelhut
2022-02-02Correct f80 descriptionGithubPrankster
2022-01-28std: add f80 bitsVeikka Tuominen
2022-01-27docs: reorganize `@truncate` and `@intCast` for claritypraschke
2022-01-27fix precedence in langref or examplePhilipp Lühmann
2022-01-27Added documentation for implicit struct pointer dereferencingExonorid
2022-01-07Add missing package to the langref that's always availabler00ster
2021-12-21Langref: replace mentions of c_void with anyopaqueJohn Schmidt
2021-12-20Release 0.9.00.9.0Andrew Kelley
2021-12-18langref: fix tidy html errorAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-18Add Vector documentation (#10303)bnprks
2021-12-11langref: document @prefetch() builtinIsaac Freund
2021-12-03Add documentation for sentinel-terminated slicing (#10010)Michael Byrne
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley