Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change --useColors to --colors:on|off and add help | Adam Strzelecki | 2015-06-24 | 1 | -0/+1 |
| | | | | | | | | Since we introduced automatic colors on terminals (via isatty) there is no way to turn it off, since (undocumented) --useColors just turns them on. This replaces --useColors with --colors:on|off, so anyone who prefers non-colored compiler messages may now turn it off now. | ||||
* | Merge pull request #2968 from def-/neutral-language | reactormonk | 2015-06-21 | 2 | -6/+6 |
|\ | | | | | Neutral language | ||||
| * | Use gender neutral language in documentation | def | 2015-06-21 | 2 | -6/+6 |
| | | |||||
* | | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -64/+2 |
| | | |||||
* | | rename writeln to writeLine in doc | patrick dw | 2015-06-19 | 6 | -33/+33 |
|/ | |||||
* | Update tut2.txt | Rafael | 2015-06-18 | 1 | -7/+5 |
| | |||||
* | Minor fixes to astspec | apense | 2015-06-18 | 1 | -37/+38 |
| | | | Closing parenthesis. Couple of indentation fixes. | ||||
* | Merge pull request #2954 from avsej/fix-rest-syntax-in-astspec | Andreas Rumpf | 2015-06-18 | 1 | -59/+59 |
|\ | | | | | Fix rest syntax in astspec | ||||
| * | Fix reST syntax in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -3/+3 |
| | | |||||
| * | Remove trailing spaces in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -57/+57 |
| | | |||||
* | | More documentation of AST | apense | 2015-06-17 | 1 | -1/+95 |
|/ | | | Also gave some examples | ||||
* | Added uints to Leaf nodes | apense | 2015-06-16 | 1 | -0/+4 |
| | | | [This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode) made me realized these weren't in there | ||||
* | Merge pull request #2936 from alexamy/alexamy-patch-1 | Andreas Rumpf | 2015-06-16 | 1 | -3/+12 |
|\ | | | | | Tutorial Part I update | ||||
| * | Update tut1.txt | Alexander | 2015-06-16 | 1 | -7/+12 |
| | | |||||
| * | Update tut1.txt | Alexander | 2015-06-16 | 1 | -1/+1 |
| | | |||||
| * | Update tut1.txt | Alexander | 2015-06-16 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2851 from stefantalpalaru/gogc | Andreas Rumpf | 2015-06-16 | 2 | -2/+2 |
|\ \ | |/ |/| | the Go GC (using the gccgo implementation) | ||||
| * | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 5 | -23/+47 |
| |\ | |||||
| * | | the Go GC - initial implementation | Stefan Talpalaru | 2015-05-31 | 2 | -2/+2 |
| | | | |||||
* | | | Fleshed out type section | apense | 2015-06-15 | 1 | -2/+103 |
| | | | | | | | | | Hopefully this table renders correctly. Not sure this is the best place for this stuff. | ||||
* | | | Added import-type statements | apense | 2015-06-15 | 1 | -0/+96 |
| | | | | | | | | | import, import .. except, export, include, etc. | ||||
* | | | Minor updates; addition of `var` return in procs | apense | 2015-06-15 | 1 | -0/+48 |
| | | | |||||
* | | | Added static types | apense | 2015-06-15 | 1 | -0/+20 |
| | | | | | | | | | I put this within the type section, but I'm not sure if it should go here. It has a broader use. Should it get its own section? | ||||
* | | | Added raw string literal function calls docs | apense | 2015-06-15 | 1 | -0/+19 |
| | | | | | | | | | Got curious as to how re"..." worked. | ||||
* | | | Corrected capitalization | apense | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | Sorry to be making so many changes. | ||||
* | | | Updated type section a little | apense | 2015-06-15 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | Objects are ubiquitous. Concepts don't use ``concept`` in their name. Really, a lot more could be added here. | ||||
* | | | Clarified AST | apense | 2015-06-15 | 1 | -4/+4 |
| | | | | | | | | | Generic parameters are treated in the next paragraph. Revised text for future compatibility | ||||
* | | | Added some documentation | apense | 2015-06-15 | 1 | -16/+391 |
| |/ |/| | | | | | This is a start. Other updates for `macros.nim` are planned, but this at least fleshes out some of the sections. Comments are appreciated! | ||||
* | | Regarding num literals, mod paths, ident equality. | Oscar Campbell | 2015-06-14 | 2 | -9/+26 |
| | | |||||
* | | Note about deprecation in generics.txt | apense | 2015-06-08 | 1 | -2/+4 |
| | | | | | | I'm happy to change the wording or anything. It does seem like an important thing to mention, though. It might be better not to even mention typeless procs so as not to encourage bad behavior. | ||||
* | | Fixed links in Error hierarchy | apense | 2015-06-04 | 1 | -2/+2 |
| | | | | | | Manual contained invalid links | ||||
* | | Fixed code indentation in procs.txt | apense | 2015-06-04 | 1 | -1/+1 |
| | | | | | | Now matches tut2.txt | ||||
* | | Fix doc for #2523, regarding numeric literals. | Oscar Campbell | 2015-05-31 | 1 | -9/+14 |
|/ | |||||
* | prepare for unidecode Nimble package | Araq | 2015-05-28 | 1 | -5/+0 |
| | |||||
* | Fix introduced erroneous use of "canonical" back to original wording. Fix ↵ | Oscar Campbell | 2015-05-26 | 2 | -4/+5 |
| | | | | faulty description of proc params behavior. Remove 'null' return type in example. | ||||
* | Remove double punctuation. Change "contrained" wording to "constraint". | Oscar Campbell | 2015-05-25 | 2 | -3/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/devel' into devel | Oscar Campbell | 2015-05-25 | 2 | -4/+4 |
|\ | |||||
| * | Corrected various links within documentation | apense | 2015-05-25 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Corrected `noSideEffect pragma` links in lib/system (The newer documentation uses slightly different links) Corrected `noSideEffect pragma` in types links to match the updated link names Minor link adjustment in stmts to match the newer link names | ||||
| * | Revert "Fix typo in manual" | reactormonk | 2015-05-24 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #2787 from flaviut/fix-doc-typos | reactormonk | 2015-05-24 | 1 | -4/+4 |
| |\ | | | | | | | Fix typo in manual | ||||
| | * | Fix typo in manual | Flaviu Tamas | 2015-05-24 | 1 | -4/+4 |
| | | | | | | | | | | | | See IRC logs around Sun May 24 22:06:26 EDT 2015 for details | ||||
* | | | Change to hard word wrap at 80. | Oscar Campbell | 2015-05-25 | 4 | -17/+33 |
| | | | |||||
* | | | Change wording in some parts. Fix some typos. | Oscar Campbell | 2015-05-25 | 11 | -60/+71 |
|/ / | |||||
* / | Fix typo in tutorial | Sergey Avseyev | 2015-05-23 | 1 | -1/+1 |
|/ | |||||
* | Update ast spec about uint literals | def | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2717 from reactormonk/sexp-to-libs | Dominik Picheta | 2015-05-16 | 1 | -0/+4 |
|\ | | | | | added documentation about sexp | ||||
| * | added documentation about sexp | Simon Hafner | 2015-05-14 | 1 | -0/+4 |
| | | |||||
* | | RawFlowVar was renamed to FlowVarBase | Markus Engelbrecht | 2015-05-16 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #2729 from mgee/fix-noSideEffect-typo | reactormonk | 2015-05-15 | 1 | -1/+1 |
|\ \ | | | | | | | fix typo for noSideEffect pragma | ||||
| * | | fix typo for noSideEffect pragma | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
| |/ |