Age | Commit message (Expand) | Author |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-23 | Fix doc typos | Nicholas Huelin |
2021-06-11 | Merge pull request #47584 from HaSa1002/docs-lang-7 | Rémi Verschelde |
2021-06-11 | Port code examples to C# (V) | Johannes |
2021-06-03 | Improve sort_custom() description | kobewi |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-05-07 | Improve docs for filter map and reduce | kobewi |
2021-05-05 | Add filter, map and reduce to Array | Tomasz Chabora |
2021-04-21 | Add fill method to Arrays and PackedArrays | Matheus Lima Cunha |
2021-04-04 | Fix misformatted documentation from #47435, #42827, #46991 | Yuri Sizov |
2021-03-21 | Rename Array.invert() to Array.reverse() | Marcel Admiraal |
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde |
2021-02-26 | Fixes typo in Array::bsearch_custom doc | Haoyu Qiu |
2021-02-04 | Change sort_custom/bsearch_custom to use Callables | kobewi |
2021-01-26 | Merge pull request #44624 from Calinou/doc-array-hash | Rémi Verschelde |
2021-01-26 | Document low performance of `Array.push_front()` and `Array.pop_front()` | Hugo Locurcio |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Improve the `Array.hash()` documentation | Hugo Locurcio |
2020-11-14 | Improve the Dictionary class documentation | Hugo Locurcio |
2020-11-10 | Merge pull request #43437 from akien-mga/doc-operators | Rémi Verschelde |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-10 | Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_... | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-08 | Add append_array() method to Array class | Tomasz Chabora |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde |
2020-09-26 | Add C# code examples to the docs | HaSa1002 |
2020-09-21 | Fix a typo in the Array class documentation | Hugo Locurcio |
2020-09-09 | Improve documentation related to Array error handling | Hugo Locurcio |
2020-08-12 | Mention that Array.front/back throw error if empty | Tomasz Chabora |
2020-07-13 | Commit other files changed by file_format.sh | Aaron Franke |
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio |
2020-05-16 | Document that Dictionary is always passed as reference | Hugo Locurcio |
2020-03-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-03-09 | DocData: Fix serialization of Variant default values | Rémi Verschelde |
2020-02-27 | doc: Mention concatenation using the `+` operator in Array | Hugo Locurcio |
2020-02-25 | doc: Sync classref for Packed{Int,Float}{32,64}Array additions | Rémi Verschelde |
2020-02-22 | doc: Sync classref with apparent Variant return type changes | Rémi Verschelde |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-01 | Merge pull request #35809 from clayjohn/DOCS-update-version | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-31 | doc: Add an example for `Array.sort()` | Hugo Locurcio |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | Remove unnecessary extra spaces before comments in code examples. | Michael Alexsander |
2020-01-10 | sort_custom description and example updated | cajallen |
2019-12-22 | Be more specific about array return values. | Ryan Roden-Corrent |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde |
2019-09-14 | Add array slice method | Cameron Reikes |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |