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
...
*
Fixes #23085: update grammars for 'concept' (#23256)
Silly Carbon
2024-01-26
2
-3
/
+4
*
fixes #22597; avoid side effects for call returning openArray types (#23257)
ringabout
2024-01-26
4
-6
/
+37
*
fixes broken doc links (#23255)
ringabout
2024-01-25
2
-2
/
+2
*
Fix system.currentSourcePath() documentation [backport 2.0] (#23243)
rockcavera
2024-01-23
1
-4
/
+5
*
Show error when trying to run in folder that doesn't exist instead of asserti...
Jake Leahy
2024-01-23
2
-1
/
+8
*
account for nil return type in tyProc sumGeneric (#23250)
metagn
2024-01-23
2
-1
/
+19
*
closes #15176; adds a test case (#23248)
ringabout
2024-01-22
3
-68
/
+90
*
remove unreachable code (#23244)
ringabout
2024-01-22
1
-1
/
+0
*
fixes a broken link in `std/algorithm` (#23246)
ringabout
2024-01-22
1
-1
/
+1
*
Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237)
Angel Ezquerra
2024-01-20
1
-1
/
+5
*
fixes #23233; Regression when using generic type with Table/OrderedTable (#23...
ringabout
2024-01-19
2
-2
/
+22
*
Make `data-theme` default to "auto" in HTML (#23222)
Jake Leahy
2024-01-19
13
-13
/
+13
*
Fixing overload resolution documentation (#23171)
Ryan McConnell
2024-01-19
1
-22
/
+64
*
fix mime types data (#23226)
Bung
2024-01-19
2
-1725
/
+854
*
Make std/math classify work without `--passc:-fast-math`. (#23211)
Angel Ezquerra
2024-01-18
1
-3
/
+2
*
fixes #22218; avoids cursor when copy is disabled (#23209)
ringabout
2024-01-18
2
-1
/
+28
*
fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)
ringabout
2024-01-18
2
-0
/
+12
*
Nim Compiler User Guide: Add explanations about lto and strip (#23227)
Tomohiro
2024-01-18
1
-3
/
+10
*
fix wrong subtype relation in tuples & infer some conversions (#23228)
metagn
2024-01-18
4
-3
/
+55
*
error on large integer types as array index range (#23229)
metagn
2024-01-18
2
-3
/
+24
*
workaround arrayWith issues (#23230)
ringabout
2024-01-18
1
-1
/
+2
*
fix(#23231): add nimdoc.cls to installer script (#23232)
daylin
2024-01-18
1
-1
/
+1
*
give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)
metagn
2024-01-18
3
-3
/
+15
*
Fix reset code gen for range types (#22462, #23214) (#23215)
Giuliano Mega
2024-01-18
2
-2
/
+22
*
Add `^` operator support for Rational numbers (#23219)
Angel Ezquerra
2024-01-18
1
-0
/
+20
*
fixes #23223; prevents `insert` self-assignment (#23225)
ringabout
2024-01-18
2
-0
/
+9
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
10
-53
/
+91
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
14
-43
/
+59
*
remove unnecessary workaround from `arrayWith` (#23208)
ringabout
2024-01-15
1
-2
/
+1
*
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...
ringabout
2024-01-13
2
-3
/
+6
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
2
-5
/
+26
*
fix link to `jsfetch` stdlib (#23203)
Ethosa
2024-01-12
1
-1
/
+1
*
patches for #23129 (#23198)
ringabout
2024-01-11
1
-1
/
+1
*
document the new ambiguous identifier resolution (#23166)
metagn
2024-01-11
4
-4
/
+59
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
5
-2
/
+49
*
fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...
ringabout
2024-01-11
2
-1
/
+22
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
8
-23
/
+196
*
Nim manual: better byref pragma explanation (#23192)
Tomohiro
2024-01-09
1
-2
/
+56
*
Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)
Zoom
2024-01-08
1
-7
/
+20
*
trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)
metagn
2024-01-08
2
-2
/
+11
*
don't transform typed bracket exprs to `[]` calls in templates (#23175)
metagn
2024-01-07
2
-14
/
+63
*
Fixes #23172 (#23173)
Ryan McConnell
2024-01-06
3
-1
/
+16
*
fixes #23139; Cannot get repr of range type of enum (#23164)
ringabout
2024-01-05
2
-1
/
+6
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
11
-89
/
+237
*
fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...
ringabout
2024-01-05
2
-6
/
+15
*
Recommend hanging indent in NEP1 (#23105)
Jacek Sieka
2024-01-03
1
-15
/
+25
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
11
-114
/
+121
*
fixes #23148; restricts infix path concatenation to what starts with `/` (#23...
ringabout
2024-01-02
1
-5
/
+8
*
ambiguous identifier resolution (#23123)
metagn
2024-01-01
13
-71
/
+146
*
`typRel` and `sumGeneric` adjustments (#23137)
Ryan McConnell
2023-12-31
1
-54
/
+46
[prev]
[next]