summaryrefslogtreecommitdiff
path: root/docs/markdown/Syntax.md
AgeCommit message (Expand)Author
2025-07-22Docs: standardize between list and array as arrayDylan Baker
2025-03-26docs: Clarify string building with absolute pathsPaul Caprioli
2023-09-11raw printerCharles Brunet
2023-08-31Document that dicts can be indexed with []Bruce Merry
2023-07-28docs: clarify what str.split doesEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-03-02doc: remove unexisting operators from grammarCharles Brunet
2023-02-27documentation: there is no unary + operatorCharles Brunet
2022-11-02Document binary literals.Garrett D'Amore
2022-05-01Add support for multiline f-stringsPeter Lesslie
2022-04-15Add note in docs that multiline f-strings are not supportedPeter Lesslie
2022-04-07docs: Document argument flatteningDaniel Mensinger
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger
2021-09-30doc: document string.strip() optional argument [skip ci]Stone Tickle
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger
2021-08-31Make assignment a statement in Syntax.md (#9188) [skip-ci]jimman2003
2021-04-28doc: update syntax description of immutabilityAlexander Lyashuk
2021-04-06docs: document bool to_int and to_string methodsSimon Ser
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning
2021-03-10Yet another documentation updateLaurin-Luis Lehning
2021-03-10Add syntax documentation with tentative version targetLaurin-Luis Lehning
2021-03-09Add str.replace() methodTristan Partin
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2021-01-23docs: Fix typo in Syntax.md [skip ci]Evgeny Ermakov
2020-10-22Syntax.md: Fix variable used in substring exampleDanilo Spinella
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan
2020-07-20string: add substring methodStéphane Cerveau
2020-06-28syntax.md: document version_compare ambiguities [skip ci]Michael Hirsch, Ph.D
2020-06-28syntax.md: correct markdown heading syntax [skip ci]Michael Hirsch, Ph.D
2020-06-24docs: Document string path building with examplesNirbheek Chauhan
2020-05-01Document formal Meson grammar [skip ci]Flow-It
2019-12-04dict: Fully evaluate keysXavier Claessens
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan
2019-07-26note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D
2019-04-28consistent invalid escape sequence behaviourJon Turney
2018-12-19docs: Add warning about not using join_paths() with build targets [skip ci]Dylan Baker
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen
2018-10-04Add documentation and release notes for 'in', 'continue' and 'break'Xavier Claessens
2018-09-20syntax guide: move logical ops section beside if statement [skip ci]Bruce Richardson
2018-06-06docs: Fix dictionary syntax [skip ci]Yudi Matsuzake
2018-05-23Document octal and binary integer literals in syntax.Filipe Brandenburger
2018-05-22dict: add since annotationsMathieu Duponchelle
2018-05-20dict: Document, add release snippetMathieu Duponchelle
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell
2018-02-05Add support for hex int literals.Jussi Pakkanen