summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* make sets.nim useful for selective 'from import'sAraq2019-04-051-57/+54
|
* fixes #10943 (#10947)cooldome2019-04-053-1/+17
|
* destructors: progressAndreas Rumpf2019-04-054-12/+29
|
* newruntime: codegen fixAndreas Rumpf2019-04-051-5/+4
|
* relax warning about inconsistent spacing (#10968)Miran2019-04-051-1/+1
| | | | | | Now the warning is raised only in the cases when there is an inconsistency in the style (spacing vs no spacing): * if a> b --> warning * if a > b --> no warning
* fixes destructor tuple regression #10940 (#10941)cooldome2019-04-044-3/+56
| | | | | | | | * fixes #10940 * bug fixes * fix spacing
* add back what was requiredAraq2019-04-041-0/+6
|
* refactoring: move threadlocalstorage into its own fileAraq2019-04-044-329/+258
|
* newruntime: fixes codegen for closuresAraq2019-04-041-0/+2
|
* fixes #9811 (#10961)tofu2019-04-041-1/+2
| | | | | | * fixed wrong default indent value (nimpretty) * fixed help message of nimpretty
* fixes #10200 (#10950)tofu2019-04-043-1/+14
| | | | | | | | | | | | * fixes #10200 * add rule for other comparison operators * add rule for '!=' * add test * fixed to pass the test
* Merge pull request #10954 from cooldome/atomicInc_regressioncooldome2019-04-041-1/+1
|\ | | | | fixes regression #10953
| * fixes #10953Andrii Riabushenko2019-04-031-1/+1
| |
* | Pure ref object; fixes #10721 (#10955)Arne Döring2019-04-042-8/+43
| |
* | add alias for --debugger:native (#10957)Arne Döring2019-04-041-0/+5
| |
* | Fix dead sequtils link (#10960) [ci skip]MrZoraman2019-04-041-1/+1
|/
* fixes #10942. Lent T bug (#10946)cooldome2019-04-035-16/+54
| | | | | | | | * fixes #10942 * add test * bug build
* fixes #10948 (#10949)cooldome2019-04-032-1/+40
|
* make tests green againAndreas Rumpf2019-04-021-1/+1
|
* md5: add missing .gcsafe. to the forward declarations (#10944)Miran2019-04-021-3/+3
|
* try to make travis greenAraq2019-04-021-1/+1
|
* attempt to make the CIs green againAraq2019-04-021-5/+1
|
* simple program works with --newruntimeAraq2019-04-023-12/+14
|
* do not display stacktrace twice, fixes #10922 (#10939)Miran2019-04-021-1/+0
|
* make megatest work againAraq2019-04-023-1/+7
|
* newruntime: progressAraq2019-04-024-12/+18
|
* see what appveyor thinks about thisAraq2019-04-011-1/+1
|
* see what appveyor thinks about thisAraq2019-04-011-2/+2
|
* os.nim: proper indentationAraq2019-04-011-1/+1
|
* newruntime: progressAraq2019-04-0112-46/+57
|
* json.nim: tiny refactoringAraq2019-04-011-4/+1
|
* fixes #10934Araq2019-03-312-0/+2
|
* update unicode.nim (#10921)Miran2019-03-314-1148/+35443
| | | | | | | | | | * update unicode.nim * create a script to create the needed unicode data * make unicode.nim compatible with Unicode v12.0.0 * slightly improve unicode.nim documentation (fixes #4795) * more documentation
* fixes #10930Andreas Rumpf2019-03-301-0/+1
|
* make Boehm GC work on WindowsAraq2019-03-301-1/+4
|
* remove check for better error message (#10926)Arne Döring2019-03-291-3/+0
|
* fixes json.nim regressionAndreas Rumpf2019-03-292-16/+5
|
* change the order of appveyor tests (#10920)Miran2019-03-281-1/+1
| | | | | | | | | Testing packages sometimes randomly fails because of some reason not connected to Nim (e.g. github is down). Currently, that would prevent "regular" appveyor tests from running. Changing the order will allow "regular tests" to run regardless of the outside problems with packages.
* code cleanup (#10874)Arne Döring2019-03-286-61/+48
|
* manual: prefer 'typeof(x)' over 'type(x)'Andreas Rumpf2019-03-271-16/+20
|
* move more stuff into manual_experimentalAndreas Rumpf2019-03-272-382/+380
|
* manual.rst: move experimental features to manual_experimentalAndreas Rumpf2019-03-274-1330/+1250
|
* use atomicInc/atomicDec (#10906)Miran2019-03-271-6/+5
|
* Fix #10907 - remove unused typedef string (#10908)genotrance2019-03-261-2/+0
|
* proper fixnarimiran2019-03-261-1/+1
|
* fix nim-chronicles test: there is a new dependencynarimiran2019-03-261-1/+1
|
* fixes #10904Araq2019-03-261-3/+6
|
* disable testing of nim-chronicles until is fixednarimiran2019-03-261-1/+1
|
* add NimFrameFilter to nim-gdb.py (#10873)Arne Döring2019-03-261-0/+16
|
* fixes 'nimble install nimble' problemsAndreas Rumpf2019-03-261-2/+3
|