summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* Updated `&` parametersapense2015-07-061-1/+1
|
* implements varargs[untyped]; refs #2545; to be documentedAraq2015-07-021-21/+27
|
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-18/+26
|
* Fix doc typoSergey Avseyev2015-06-281-1/+1
|
* Slight documentation additionapense2015-06-251-3/+38
| | | | | | Added a few type explanations Also docs for `==` and some examples. I'm not sure my explanation of `Ordinal[T]` is correct. It sounds the same as `SomeOrdinal` would be.
* reworked deprecation to retain old procspatrick dw2015-06-191-0/+4
|
* Renamed writeln procs to writeLinepatrick dw2015-06-181-3/+3
|
* conditional TGenericSeq extensionStefan Talpalaru2015-06-161-3/+7
|
* Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-32/+64
|\
| * fixes #2909Araq2015-06-151-11/+42
| |
| * Merge pull request #2896 from r-ku/I64-magics-goneAndreas Rumpf2015-06-121-15/+15
| |\ | | | | | | I64 magics gone
| | * Removed magics: mAbsI64rku2015-06-101-1/+1
| | |
| | * Removed magics: mBitnotI64rku2015-06-101-1/+1
| | |
| | * Removed magics: mEqI64 mLtI64 mLeI64rku2015-06-101-3/+3
| | |
| | * Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64rku2015-06-101-5/+5
| | | | | | | | | | | | Author: rku <rokups@zoho.com>
| | * Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64rku2015-06-101-5/+5
| | | | | | | | | | | | Author: rku <rokups@zoho.com>
| * | Removed unnecessary templateapense2015-06-091-3/+0
| |/ | | | | `-|` only used in the compiler for negative indexing
| * lib/system/a-e - Dropped 'T' from typespdw2015-06-041-8/+12
| |
| * Added slight explanation for count{down|up}apense2015-06-021-2/+2
| | | | | | The inclusivity of a..b (that it is from a <= n <= b) wasn't clear.
* | the Go GC - initial implementationStefan Talpalaru2015-05-311-4/+4
|/
* development version is 0.11.3Araq2015-05-281-1/+1
|
* Corrected various links within documentationapense2015-05-251-2/+2
| | | | | | | | | 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
* system.nim -> disabled Uninit warningsHOLYCOWBATMAN2015-05-241-2/+2
|
* Move the noreturn pragma to sysFataldef2015-05-051-9/+10
| | | | | Now you can choose to implement sysFatal with --os:standalone so that it returns.
* version 0.11.2Araq2015-05-041-1/+1
|
* development version is 0.11.1Araq2015-05-031-1/+1
|
* preparations for version 0.11.0Araq2015-04-301-2/+2
|
* system.locals is now a plugin for educationAraq2015-04-241-1/+1
|
* news.txt updates; fixes bootstrappingAraq2015-04-221-2/+3
|
* added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵Araq2015-04-221-0/+5
| | | | system to the compiler
* cleaned up some magics to make room for new magics; added '..<' and '..^' ↵Araq2015-04-221-3/+13
| | | | templates
* Merge pull request #2449 from def-/slice-itemsAndreas Rumpf2015-04-211-0/+6
|\ | | | | Add items iterator for slices
| * Add items iterator for slicesdef2015-04-031-0/+6
| |
* | fixes #2500Araq2015-04-101-23/+16
| |
* | minor doc improvementsAraq2015-04-081-4/+4
| |
* | Merge pull request #2472 from def-/naturalAndreas Rumpf2015-04-071-42/+42
|\ \ | | | | | | Use more Natural and Positive numbers in proc parameters
| * | Use more Natural and Positive numbers in proc parametersdef2015-04-061-42/+42
| | | | | | | | | | | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work
* | | added system.typed and system.untyped aliasesAraq2015-04-071-0/+4
|/ /
* / Update system.nimapense2015-04-031-0/+2
|/ | | Should let the documentation generate with proper code blocks
* Use `^` instead of `-` in slicesdef2015-03-281-1/+1
|
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-7/+7
|
* disallow negative indexingAraq2015-03-271-14/+10
|
* implemented a[^1] notationAraq2015-03-261-2/+10
|
* fixes #2395Araq2015-03-241-6/+4
|
* fixes #1805Araq2015-03-211-0/+10
|
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-8/+4
|
* fixed cuint definitionAraq2015-03-181-1/+1
|
* Rename PNimrodNode to NimNodedef2015-03-171-9/+3
|
* fixes #1845, fixes #2224Araq2015-03-121-13/+34
|
* GC: get rid of pathological behaviour for stack markingAraq2015-03-081-102/+102
|