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
path:
root
/
tests
/
effects
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes #20808 (#21077)
Andreas Rumpf
2022-12-12
1
-0
/
+35
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
4
-15
/
+72
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-6
/
+0
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
2
-2
/
+2
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-1
/
+0
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
1
-1
/
+0
*
add a testcase for laxeffects (#20750)
ringabout
2022-11-04
1
-0
/
+11
*
closes #14216; add testcase (#20733)
ringabout
2022-11-02
1
-0
/
+39
*
fixes a strict case object problem that has been reported on the forum (#20614)
Andreas Rumpf
2022-10-21
1
-1
/
+21
*
implemented strictCaseObjects (#20608)
Andreas Rumpf
2022-10-21
1
-0
/
+27
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
3
-4
/
+4
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
4
-4
/
+4
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+9
*
fix #2614 improve error message when array of proc calling convention… (#20...
Bung
2022-09-26
1
-3
/
+4
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
3
-3
/
+3
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
1
-10
/
+7
*
closes #6559; add testcase (#20200)
ringabout
2022-08-12
1
-0
/
+17
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
9
-0
/
+204
*
fixes #19159 [backport:1.6] (#19210)
Andreas Rumpf
2021-12-04
1
-0
/
+12
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-0
/
+63
*
Fixed `strictFuncs` support for `std/pegs` (#18951)
quantimnot
2021-10-07
1
-1
/
+1
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-1
/
+1
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-0
/
+20
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
8
-4
/
+108
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
1
-1
/
+0
*
Extended side effect error messages (#18418)
quantimnot
2021-07-15
1
-0
/
+37
*
make strict funcs analysis smarter (#18219)
Andreas Rumpf
2021-06-09
2
-0
/
+44
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
1
-1
/
+1
*
close #17636 (#17643)
flywind
2021-04-06
2
-4
/
+3
*
strictFuncs+views: add test that imports stdlib modules (#16878)
ee7
2021-02-03
3
-12
/
+198
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
1
-0
/
+1
*
fix manual to reflect reality for .nosideeffect (#16781)
Timothee Cour
2021-01-22
1
-0
/
+24
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
1
-0
/
+1
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
1
-0
/
+1
*
complex.nim: Use `func` everywhere (#16294)
ee7
2020-12-09
1
-0
/
+1
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-1
/
+9
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
1
-2
/
+2
*
fix #15851 (#15852)
flywind
2020-11-06
1
-1
/
+1
*
fix #15756 (#15761)
cooldome
2020-10-28
1
-0
/
+12
*
fixes #15508 (#15509)
Andreas Rumpf
2020-10-07
1
-0
/
+21
*
effects: exclude swap() from "indirect calls" assumption (#15504)
Paul Tan
2020-10-06
1
-0
/
+12
*
New hint for unused exceptions in .raises (#15492)
IDF
2020-10-06
1
-1
/
+6
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-0
/
+18
*
use func in uri module (#15486)
flywind
2020-10-05
1
-1
/
+1
*
views: yet another bugfix (#15447)
Andreas Rumpf
2020-10-01
1
-1
/
+1
*
refactoring, fixes yet another strictFuncs regression (#15446)
Andreas Rumpf
2020-10-01
1
-0
/
+17
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
1
-18
/
+0
*
testament improvement: allow inline error messages inside test cases (#15294)
Andreas Rumpf
2020-09-10
1
-10
/
+9
*
borrow checking refinements (#15290)
Andreas Rumpf
2020-09-09
1
-0
/
+18
*
strict funcs: use control flow information for a more precise analysis (#15271)
Andreas Rumpf
2020-09-06
1
-3
/
+8
[next]