summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-083-4/+2
* use lent (#18638)flywind2021-08-081-2/+2
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-083-44/+106
* Nim pretty and add void (#18652)Kyle Brown2021-08-081-6/+12
* improve several tests in testament (#18635)Timothee Cour2021-08-087-39/+38
* [nre]fix #17129 (#18632)flywind2021-08-081-3/+2
* Documentation only, add 1 example (#18621)Juan Carlos2021-08-081-1/+21
* Documentation only, add 1 example (#18633)Juan Carlos2021-08-031-0/+18
* improve runnableExamples and docs for std/nre (#18634)Timothee Cour2021-08-021-68/+49
* Add Artix to distro list (#18629)Kyle Brown2021-08-021-2/+5
* make proc names consistent (#18626)flywind2021-08-019-13/+13
* fix #18620 (#18624)flywind2021-08-012-4/+18
* exportC => exportc (#18625)Timothee Cour2021-07-311-1/+1
* Modify atlas test for short commit hashes (#18619)Antonis Geralis2021-07-303-4/+2
* fixes #18371 (#18617)Andreas Rumpf2021-07-302-3/+6
* [minor] reduce `substr` (#18611)flywind2021-07-302-5/+7
* refs #16613: check opcWrDeref for nil (#18613)Timothee Cour2021-07-301-5/+4
* fix #18385 followup, by building nimsuggest with -d:release during testing (#...Timothee Cour2021-07-292-4/+16
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-296-186/+240
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-296-75/+162
* Update `lib.rst` (#18605)konsumlamm2021-07-291-24/+20
* Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)Vindaar2021-07-291-1/+5
* various small documentation improvements (#18602)Miran2021-07-2813-97/+123
* implements overloadable enum values; WIP (#18470)Andreas Rumpf2021-07-2810-11/+125
* fix #17072: add times.dateTime with ISO 8601 order (#18590)Timothee Cour2021-07-282-12/+23
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-276-1/+205
* fixes #18543 (#18601)Andreas Rumpf2021-07-274-189/+112
* fixes #18579 (#18600)Andreas Rumpf2021-07-272-4/+28
* fixes #18570 (#18599)Andreas Rumpf2021-07-271-2/+3
* delEnv now works at CT (#18568)Timothee Cour2021-07-271-1/+2
* Clarify use of import via pseudo dir... (#18569)GordonBGood2021-07-271-0/+1
* add comment to astalgo.debug (#18594)Timothee Cour2021-07-271-0/+3
* Fixed const tuples in inferred generics (#18598)Jason Beetham2021-07-272-17/+30
* fixes #18565 (#18593)Andreas Rumpf2021-07-275-12/+33
* fix #18578 (#18580)flywind2021-07-273-6/+32
* Update documentation for dynlib (#17356)konsumlamm2021-07-261-44/+34
* don't use plus instead of space (#18589)Miran2021-07-261-2/+2
* atlas tool: testing via mocking (#18588)Andreas Rumpf2021-07-2613-58/+387
* optimize for the non-throwing case (#18587)Antonis Geralis2021-07-261-4/+7
* fixes #18558 again (#18586)Andreas Rumpf2021-07-261-0/+2
* added missing .inline for toCCharAraq2021-07-261-1/+1
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-253-349/+419
* followup #18453 (#18582)Timothee Cour2021-07-252-17/+17
* Documentation only, Sugar arrow and semicolons (#18574)Juan Carlos2021-07-251-0/+4
* fixes #18385 (#18571)Saem Ghani2021-07-251-2/+10
* refactoring: removed dead code (#18567)Andreas Rumpf2021-07-244-17/+11
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-236-12/+12
* fixes #18558 (#18563)Andreas Rumpf2021-07-231-16/+28
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-232-10/+85
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-232-3/+11