summaryrefslogtreecommitdiffhomepage
path: root/crystal.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-2/+0
|
* [crystal/en] Update to Crystal 1.0 (#4235)Valentin Baca2021-09-25-30/+40
| | | Crystal 1.0 was released this year (currently at 1.1.1 actually), which solidified the language. Updating based on language changes.
* changed http link to httpscaminsha2020-04-12-1/+1
|
* Fixed a small typo.caminsha2020-04-12-1/+1
| | | | litteral => literal
* Add new Int128 and UInt128 typeszlotnleo2019-02-13-11/+13
| | | | https://crystal-lang.org/api/0.27.2/UInt128.html https://crystal-lang.org/api/0.27.2/Int128.html
* [crystal/en] Corrected mistakelouis2018-02-27-1/+0
|
* Update crystal.html.markdownDaniel Amireh2017-11-13-1/+1
| | | attr_accessor -> property
* Fix a bunch of typosHairyFotr2017-08-23-1/+1
|
* [crystal/fr] French language for crystal (#2602)Arnaud Fernandés2016-12-23-1/+1
| | | | | | * Add Crystal/FR * Spell checking
* [crystal/en] It would be greate to add crystal language :) (#2600)Arnaud Fernandés2016-12-18-0/+553
* Add Crystal language * Add Type informations and fix issues * Add missing examples * Add name in contributor list * Update code according to feedback received