summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...ringabout2024-08-122-1/+12
* impr: std/cpuinfo: use documented impl ; support JS (#23911)lit2024-08-111-60/+81
* fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)ringabout2024-08-112-1/+24
* fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)ringabout2024-08-112-4/+8
* don't treat template/macro/module as overloaded for opensym (#23939)metagn2024-08-113-3/+8
* fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)ringabout2024-08-115-9/+37
* fixes #23914; jsondoc broken in devel (#23916)ringabout2024-08-113-3/+8
* fixes #23907; Double destroy using proc type alias with a sink (#23909)ringabout2024-08-112-1/+25
* fixes #23902; Compiler infers sink in return type from auto (#23904)ringabout2024-08-112-3/+11
* special handlings for nimble packages to shorten function names (#23891)ringabout2024-08-112-29/+45
* Fixed nimscript docs (#23938)Antonis Geralis2024-08-111-7/+7
* bump nimble to include the fix to `nimble dump` (#23918)Juan M Gómez2024-08-101-1/+1
* closes #6549; adds a test case (#23929)ringabout2024-08-091-1/+17
* closes #21347; adds a test case (#23917)ringabout2024-08-041-0/+8
* Add a document to toOpenArray proc (#23905)Tomohiro2024-08-012-0/+18
* fixes #13391; VM: Can't get address of object (#23903)ringabout2024-07-291-0/+2
* fixes JS semicolon omissions (#23896)ringabout2024-07-267-11/+11
* fixes #23894; succ/pred shouldn't raise OverflowDefect for unsigned integers ...ringabout2024-07-262-1/+7
* implement genericsOpenSym for symchoices (#23873)metagn2024-07-256-25/+122
* Overload resultion with generic variables an inheritance (#23870)Ryan McConnell2024-07-243-46/+117
* bump nimble to 0.16.0 (#23883)Juan M Gómez2024-07-241-1/+1
* minor improvement on cgen (#23887)ringabout2024-07-241-4/+2
* improve mangling packages version names with checksums (#23888)ringabout2024-07-241-2/+2
* fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...Buldram2024-07-242-2/+28
* fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)ringabout2024-07-233-2/+48
* turn some sym flag aliases into enums (#23884)ringabout2024-07-231-18/+13
* doc,test(times): followup #23861 (#23881)lit2024-07-232-4/+17
* Allocator: Always place free cells into the active chunk and add documentatio...SirOlaf2024-07-221-21/+96
* fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)Ward2024-07-221-1/+1
* fixes #23869; sink generic typeclass (#23874)Ryan McConnell2024-07-222-2/+28
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-222-7/+7
* remove unused field in ConfigRef (#23875)ringabout2024-07-221-1/+0
* Merge tyUncheckedArray with tySeq in typeRel (#23866)SirOlaf2024-07-202-10/+6
* bypass constraints for tyFromExpr in generic bodies (#23863)metagn2024-07-202-4/+27
* fixes nim secret not flushing stdout (#23862)ringabout2024-07-201-0/+1
* Allocator: Track number of foreign cells a small chunk has access to (#23856)SirOlaf2024-07-201-29/+46
* fix generics treating symchoice symbols as uninstantiated (#23860)metagn2024-07-192-1/+96
* Add '.' (period, dot, ..) to `FormatLiterals` so that `ss.fff` can work. (#23...c-blake2024-07-191-1/+1
* fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)ringabout2024-07-184-4/+17
* doc: times.nim: DD -> dd (#23857)lit2024-07-181-2/+2
* Set type of object constructor during annotateType (#23852)SirOlaf2024-07-172-0/+24
* Add constantine to important_packages.nim (#23801)Mamy Ratsimbazafy2024-07-171-0/+1
* fixes #23848; The comand `nim gendepend` defaults to ORC (#23851)ringabout2024-07-171-1/+2
* Fixes #23846; prepend nimArgs to args (#23847)EuklidAlexandria2024-07-171-2/+3
* fixes #23844; Nim devel nightly i386 build failing (#23849)ringabout2024-07-171-1/+1
* Add warnings about exec usage. (#23820)Antonis Geralis2024-07-171-2/+9
* fixes #23837; cursor now processes distinct types with a destructor (#23845)ringabout2024-07-172-2/+62
* make routine implicitly gensym when other gensym symbol exists again (#23842)metagn2024-07-164-9/+26
* fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)ringabout2024-07-162-1/+10
* fixes regression; block can have arbitrary exit points; too hard for a simple...ringabout2024-07-162-5/+18