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
/
concepts
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds another fix for concept in JS (#23535)
ringabout
2024-04-24
1
-4
/
+12
*
fixes testament targets field (#23472)
ringabout
2024-04-03
1
-1
/
+1
*
fixes #9550; Concept related crash only when compiling to JS (#23470)
ringabout
2024-04-02
1
-0
/
+11
*
fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)
ringabout
2024-02-24
1
-0
/
+24
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+1
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
2
-50
/
+57
*
Fix doc comment rendering for concepts (#22312)
konsumlamm
2023-07-22
1
-1
/
+1
*
Fix concepts with doc comments (#22228)
Jake Leahy
2023-07-06
1
-0
/
+11
*
close #12852; add a test case (#22016)
ringabout
2023-06-06
1
-0
/
+55
*
fixes #21263; consider all candidates for concept matches (#21265)
ringabout
2023-01-17
1
-0
/
+25
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
1
-19
/
+19
*
Support doc comments in new-styled concepts (#20752)
konsumlamm
2022-11-04
1
-0
/
+3
*
defaults to ORC (#19972)
ringabout
2022-09-23
2
-1
/
+4
*
Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)
nc-x
2022-04-30
2
-0
/
+57
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-2
/
+2
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-4
/
+4
*
Make error message for empty new-styled concept more descriptive (#18506)
konsumlamm
2021-07-18
1
-3
/
+2
*
close #17636 (#17643)
flywind
2021-04-06
2
-48
/
+45
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
4
-3
/
+109
*
Add testcase for #16897 (#16917)
Clyybber
2021-02-02
1
-0
/
+33
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-1
/
+1
*
close #8558(add testcase for #8558) (#15872)
flywind
2020-11-07
1
-0
/
+26
*
add testcase for #8012 (#15785)
flywind
2020-10-30
1
-0
/
+15
*
fix assignment to converted concept type (#15051)
jcosborn
2020-07-24
1
-17
/
+37
*
Clean out Deprecated proc (#14797)
Juan Carlos
2020-06-29
1
-15
/
+6
*
fix #14217 (#14218)
cooldome
2020-05-05
1
-2
/
+2
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
fixes #12741 (#14005)
Andreas Rumpf
2020-04-19
1
-39
/
+45
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
2
-31
/
+31
*
fixes a test case
Araq
2019-12-24
1
-1
/
+3
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
2
-12
/
+12
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-7
/
+7
*
fixes #11807 (#11900)
Andreas Rumpf
2019-08-07
1
-6
/
+6
*
fix #11854 (#11857)
Arne Döring
2019-07-30
1
-1
/
+1
*
address comments
Timothee Cour
2019-07-08
1
-2
/
+2
*
make tests/concepts/t3330.nim disabled again: the order of candidates is mach...
Timothee Cour
2019-07-08
1
-5
/
+5
*
fix tests
Timothee Cour
2019-07-08
2
-57
/
+111
*
make megatest work again
Araq
2019-04-02
2
-0
/
+5
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-6
/
+6
*
megatest checks output and nimout
Arne Döring
2018-12-11
1
-1
/
+3
*
megatest can be executed
Arne Döring
2018-12-11
1
-0
/
+0
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
2
-17
/
+15
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
4
-4
/
+3
*
More descriptive names of test files (#9531)
Miran
2018-10-29
1
-0
/
+0
*
make tests green again
Andreas Rumpf
2018-10-24
1
-0
/
+1
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
1
-1
/
+1
*
correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...
Timothee Cour
2018-10-14
1
-37
/
+52
*
put several issues in tests (#9352)
Miran
2018-10-13
1
-11
/
+57
*
Merge tests into a larger file (part 1 of ∞) (#9318)
Miran
2018-10-12
16
-428
/
+862
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-2
/
+2
[next]