index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
implement genericsOpenSym for symchoices (#23873)
metagn
2024-07-25
6
-25
/
+122
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
3
-46
/
+117
*
bump nimble to 0.16.0 (#23883)
Juan M Gómez
2024-07-24
1
-1
/
+1
*
minor improvement on cgen (#23887)
ringabout
2024-07-24
1
-4
/
+2
*
improve mangling packages version names with checksums (#23888)
ringabout
2024-07-24
1
-2
/
+2
*
fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...
Buldram
2024-07-24
2
-2
/
+28
*
fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)
ringabout
2024-07-23
3
-2
/
+48
*
turn some sym flag aliases into enums (#23884)
ringabout
2024-07-23
1
-18
/
+13
*
doc,test(times): followup #23861 (#23881)
lit
2024-07-23
2
-4
/
+17
*
Allocator: Always place free cells into the active chunk and add documentatio...
SirOlaf
2024-07-22
1
-21
/
+96
*
fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)
Ward
2024-07-22
1
-1
/
+1
*
fixes #23869; sink generic typeclass (#23874)
Ryan McConnell
2024-07-22
2
-2
/
+28
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
2
-7
/
+7
*
remove unused field in ConfigRef (#23875)
ringabout
2024-07-22
1
-1
/
+0
*
Merge tyUncheckedArray with tySeq in typeRel (#23866)
SirOlaf
2024-07-20
2
-10
/
+6
*
bypass constraints for tyFromExpr in generic bodies (#23863)
metagn
2024-07-20
2
-4
/
+27
*
fixes nim secret not flushing stdout (#23862)
ringabout
2024-07-20
1
-0
/
+1
*
Allocator: Track number of foreign cells a small chunk has access to (#23856)
SirOlaf
2024-07-20
1
-29
/
+46
*
fix generics treating symchoice symbols as uninstantiated (#23860)
metagn
2024-07-19
2
-1
/
+96
*
Add '.' (period, dot, ..) to `FormatLiterals` so that `ss.fff` can work. (#23...
c-blake
2024-07-19
1
-1
/
+1
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
4
-4
/
+17
*
doc: times.nim: DD -> dd (#23857)
lit
2024-07-18
1
-2
/
+2
*
Set type of object constructor during annotateType (#23852)
SirOlaf
2024-07-17
2
-0
/
+24
*
Add constantine to important_packages.nim (#23801)
Mamy Ratsimbazafy
2024-07-17
1
-0
/
+1
*
fixes #23848; The comand `nim gendepend` defaults to ORC (#23851)
ringabout
2024-07-17
1
-1
/
+2
*
Fixes #23846; prepend nimArgs to args (#23847)
EuklidAlexandria
2024-07-17
1
-2
/
+3
*
fixes #23844; Nim devel nightly i386 build failing (#23849)
ringabout
2024-07-17
1
-1
/
+1
*
Add warnings about exec usage. (#23820)
Antonis Geralis
2024-07-17
1
-2
/
+9
*
fixes #23837; cursor now processes distinct types with a destructor (#23845)
ringabout
2024-07-17
2
-2
/
+62
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
4
-9
/
+26
*
fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)
ringabout
2024-07-16
2
-1
/
+10
*
fixes regression; block can have arbitrary exit points; too hard for a simple...
ringabout
2024-07-16
2
-5
/
+18
*
[minor] fixes wrong error messages (#23841)
ringabout
2024-07-16
1
-1
/
+1
*
Silence `hint:performance` message when using very basic http client (#23832)
c-blake
2024-07-15
1
-1
/
+2
*
Use monotonic timestamp to calculate timeouts refs #23826 (#23834)
Mark Leyva
2024-07-15
1
-10
/
+16
*
bump NimVersion to 2.1.9 (#23831)
Miran
2024-07-12
1
-1
/
+1
*
fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)
Mark Leyva
2024-07-12
2
-102
/
+58
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
18
-292
/
+291
*
deprecate `owner` from `std/macros` (#23828)
ringabout
2024-07-12
2
-1
/
+3
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
2
-0
/
+12
*
fixes #3011; handles meta fields defined in the ref object (#23818)
ringabout
2024-07-11
3
-14
/
+33
*
closes #22095; adds a test case (#23822)
ringabout
2024-07-11
1
-0
/
+20
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
4
-11
/
+27
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
3
-5
/
+21
*
conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773)
quimt
2024-07-09
1
-34
/
+37
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
22
-6984
/
+11
*
Bumps nimble so the next Nim release includes the latest changes (#23808)
Juan M Gómez
2024-07-09
1
-1
/
+1
*
Add support for nvcc & hipcc (cuda/rocm) (#23805)
Andrew Brower
2024-07-08
3
-2
/
+42
*
Adjust the correct chunk's free space in allocator (#23795)
SirOlaf
2024-07-08
1
-2
/
+2
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
11
-56
/
+75
[prev]
[next]