summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * Fix [wasm/ua] lang paramOleh Hromiak2019-10-08-0/+1
|/
* Merge pull request #3681 from ogroleg/wasm_ua_fix_filenameAndre Polykanine2019-10-07-0/+0
|\ | | | | [wasm/ua] Fix filename
| * Fix [wasm/ua] filenameOleh Hromiak2019-10-07-0/+0
|/
* Merge pull request #3680 from ogroleg/wasm_uaAndre Polykanine2019-10-07-1/+226
|\ | | | | [wasm/ua] Add translation
| * Add [wasm/uk-ua] and update name in [python/uk-ua]Oleh Hromiak2019-10-07-1/+226
|/
* Merge pull request #3676 from Menelion/fix-ru-sqlAndre Polykanine2019-10-05-36/+53
|\ | | | | [sql/ru] Fix translation
| * [sql/ru] Fix translationAndre Polykanine2019-10-05-36/+53
|/
* Merge pull request #3671 from matbur/patch-1Andre Polykanine2019-10-03-2/+3
|\ | | | | [bf/pl-pl] Fix translation
| * Fix translationMateusz Burniak2019-10-03-2/+3
| |
| * Fix typosMateusz Burniak2019-10-03-2/+2
|/
* Merge pull request #3654 from Anabaac/patch-1Andre Polykanine2019-10-01-1/+1
|\ | | | | [groovy/pt-br] Small typo
| * [groovy/pt-br] Small typoAna Beatriz Cavalcanti2019-10-01-1/+1
|/
* Merge pull request #3630 from divayprakash/fix-pythonDivay Prakash2019-09-24-9/+5
|\ | | | | [python3/en] Fix explanation for slices, closes #3629
| * Fix explanation for slicesDivay Prakash2019-09-24-9/+5
|/
* Merge pull request #3628 from divayprakash/fix-filenameDivay Prakash2019-09-22-1/+1
|\ | | | | [html/ca-es] Fix filename
| * Fix filenameDivay Prakash2019-09-22-1/+1
|/
* Merge pull request #3627 from Auledas/masterDivay Prakash2019-09-22-0/+176
|\ | | | | [html/ca-es] Catalan translation of HTML
| * Fixed filenameAuledas2019-09-22-1/+1
| |
| * [html/ca-es] Catalan translation of HTMLAuledas2019-09-21-0/+176
| |
* | Merge pull request #3626 from tomasbedrich/patch-1Divay Prakash2019-09-21-11/+16
|\ \ | | | | | | [python/cs-cz] Update examples: bool + generators
| * | [python/cs-cz] Update examples: bool + generatorsTomáš Bedřich2019-09-20-11/+16
| |/
* | Merge pull request #3625 from cdbax/fix-pcre-html-renderingDivay Prakash2019-09-21-16/+31
|\ \ | |/ |/| [pcre/en + it + zh-tw] Tweak markdown to properly render html
| * Tweak markdown to properly render htmlcarl2019-09-20-16/+31
| |
* | Merge pull request #3623 from fighou/patch-1Divay Prakash2019-09-19-1/+1
|\ \ | |/ |/| Update fsharp.html.markdown
| * Update fsharp.html.markdownfighou2019-09-18-1/+1
|/
* Merge pull request #3622 from Lartu/masterDivay Prakash2019-09-17-0/+183
|\ | | | | [ldpl/en] LDPL example documentation added.
| * LDPL example documentation added.Martín del Río2019-09-08-0/+183
| |
* | Merge pull request #3621 from VorontsovIE/ruby-postfix-ifDivay Prakash2019-09-17-0/+18
|\ \ | | | | | | [ruby/ru] [ruby/en] notes about postfix-if and `unless`
| * | [ruby/ru] [ruby/en] added notes about postfix-if and aboutIlya Vorontsov2019-09-05-0/+18
| |/
* | Merge pull request #3620 from WeJie/patch-2Divay Prakash2019-09-17-29/+33
|\ \ | | | | | | [yaml/zh-cn]Update yaml-cn.html.markdown
| * | [yaml/zh-cn]Update yaml-cn.html.markdownWeJie2019-09-04-29/+33
| |/
* | Merge pull request #3618 from Emerentius/masterDivay Prakash2019-09-17-5/+6
|\ \ | |/ |/| [Rust/en] minor fixes to string slices and borrow system
| * rust: update explanation of borrow systemEmerentius2019-09-01-1/+4
| | | | | | | | | | | | With the introduction of non-lexical lifetimes, borrows no longer last until the end of scope. This has always been active in the 2018 edition and is now also true in the 2015 edition as of Rust 1.36
| * rust: improve explanation of string slicesEmerentius2019-09-01-4/+2
| |
* | Merge pull request #3616 from candeira/nixifyDivay Prakash2019-09-02-0/+8
|\ \ | | | | | | Nixify so it can be easily developed on Nix
| * | Nixify so it can be easily developed on NixJavier Candeira2019-08-31-0/+8
| | |
* | | Merge pull request #3615 from candeira/fix_nixDivay Prakash2019-09-02-8/+24
|\ \ \ | | | | | | | | [nix/en] Updates for Nix 2.2.0
| * | | [nix/en] Updates for Nix 2.2.0Javier Candeira2019-09-01-8/+24
| |/ / | | | | | | | | | | | | | | | | | | | | | - nix-repl now deprecated, Nix 2 has `nix repl` - nix language now has floats, and type-preserving arithmetic - add note about immutable sets' attributes being un-redefinable - descendant sets can now have attributes added to them - fix editing loose ene in the Impurity section
* | / Added translation for [Rust/uk-ua] (#3613)Volodymyr Korniichuk2019-09-01-0/+331
| |/ |/| | | | | | | | | | | | | | | | | * Added uk-ua tranlation for Rust * fixed lang * fixed "80-symbols per line" limit * Fix filename
* | Merge pull request #3617 from madebyollin/masterDivay Prakash2019-09-01-23/+23
|\ \ | |/ |/| [C++/en] Minor fixes to Smart Pointer section
| * Minor fixes to C++ Smart Pointer sectionOllin Boer Bohan2019-08-31-23/+23
|/ | | | | | * Fix minor spelling / grammar problems ("tp de-allocate", "refences", "dont"...) * Remove filler words ("Basically", "As a matter of fact"...) * Remove spaces before parens in smart pointer initialization code sample (consistent with the other sections, e.g. the `Tuples` section) * Clarify `std::weak_ptr` use case
* Merge pull request #3614 from SMUsamaShah/patch-1Divay Prakash2019-08-30-0/+15
|\ | | | | Optional parameters in methods
| * Optional parameters in methodsMuhammad Usama2019-08-30-0/+15
|/
* [Perl6/en]Modify an error about the Range constructor (#3612)Amans Tofu2019-08-30-3/+12
| | | [Perl6/en] Modify an error about the Range constructor
* Merge pull request #3610 from Blandry1/masterDivay Prakash2019-08-25-0/+20
|\ | | | | [Python3/en] Added write to and read from a file syntax
| * Added write to and read from a file syntaxBen Landry2019-08-21-0/+20
| |
* | Merge pull request #3481 from shaltaev/masterDivay Prakash2019-08-21-0/+103
|\ \ | | | | | | [sql/ru] SQL full translate
| * | Update sql-ru.html.markdownDivay Prakash2019-08-21-1/+1
| | |
| * | [ru-ru] SQL full translateshaltaev2019-02-21-0/+103
| | |
* | | Merge pull request #3609 from mtnylnky/masterDivay Prakash2019-08-21-0/+125
|\ \ \ | | | | | | | | Sql file added for Turkish