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
...
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
7
-33
/
+63
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
11
-45
/
+181
*
Fix tests/parallel/tguard2.nim
Zahary Karadjov
2020-04-01
3
-3
/
+5
*
Fix a CI failure during koch doc
Zahary Karadjov
2020-04-01
1
-1
/
+2
*
Fix https://github.com/nim-lang/Nim/issues/4907
Zahary Karadjov
2020-04-01
3
-5
/
+78
*
Close https://github.com/nim-lang/Nim/issues/11428
Zahary Karadjov
2020-04-01
1
-0
/
+12
*
Perform nil checks during object construction and within compiles()
Zahary Karadjov
2020-04-01
4
-7
/
+10
*
More precise error messages for uninitialized fields in the presence of inher...
Zahary Karadjov
2020-04-01
3
-38
/
+39
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
8
-22
/
+23
*
not nil types are illegal to construct through default(T)
Zahary Karadjov
2020-04-01
2
-0
/
+16
*
Turn the warning for uninitialized (result) variables into errors
Zahary Karadjov
2020-04-01
7
-17
/
+103
*
Fix tests/notnil/tnotnil_in_objconstr.nim
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Enable the requiresInit checks only for objects
Zahary Karadjov
2020-04-01
2
-2
/
+2
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
5
-19
/
+31
*
Don't allow 'var x: T' for objects that require initialization
Zahary Karadjov
2020-04-01
4
-37
/
+63
*
More sophistication; Allow requiresInit to be specified per-field
Zahary Karadjov
2020-04-01
4
-15
/
+61
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
7
-29
/
+26
*
make `usage of foo is a user-defined error` more informative (#13833)
Timothee Cour
2020-04-01
1
-3
/
+5
*
fix open file leak when running --debugger:native (#13832)
Timothee Cour
2020-04-01
2
-6
/
+16
*
updated the changelog
Araq
2020-04-01
1
-1
/
+1
*
encodeMIME should be encodeMime by our coding guidelines
Araq
2020-04-01
1
-3
/
+3
*
fix #13829 (#13831)
Timothee Cour
2020-04-01
1
-1
/
+1
*
Small typo (#13824)
Clyybber
2020-03-31
1
-1
/
+1
*
Add arm/arm64 for FreeBSD (#13822)
lbartoletti
2020-03-31
2
-3
/
+3
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
25
-35
/
+1242
*
Tiny fix on browsers.openDefaultBrowser (#13818)
Juan Carlos
2020-03-31
1
-1
/
+3
*
Fix a 'See XXX' on documentation, clean out (#13820)
Juan Carlos
2020-03-31
1
-2
/
+1
*
fixes #13810 (#13821)
cooldome
2020-03-31
2
-2
/
+23
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
7
-140
/
+303
*
workflows/ci_docs: fix documentation deployment (#13819)
alaviss
2020-03-31
1
-3
/
+9
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
8
-175
/
+99
*
#13806 - getApplFreebsd might lose data (#13807)
Euan
2020-03-31
1
-16
/
+16
*
workflows/ci_docs: lots of goodies (#13809)
alaviss
2020-03-31
1
-13
/
+95
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
12
-19
/
+135
*
refs #13797 (#13812)
Timothee Cour
2020-03-31
1
-1
/
+1
*
Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)
Huy Doan
2020-03-31
1
-1
/
+1
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
14
-21
/
+171
*
faster CIs (#13803)
Miran
2020-03-30
72
-1085
/
+535
*
'.push raises: []' now also affects proc types (#13776)
Andreas Rumpf
2020-03-29
5
-5
/
+32
*
fix #13794 HashSet leak (#13800)
Timothee Cour
2020-03-29
1
-1
/
+2
*
Fix #13631 (#13789)
Juan Carlos
2020-03-29
1
-2
/
+2
*
fix #13730 (#13787)
Timothee Cour
2020-03-28
2
-2
/
+10
*
[CI] fix recent freebsd systematic failure (#13788)
Timothee Cour
2020-03-28
1
-9
/
+14
*
fixes #13763 (#13777)
Andreas Rumpf
2020-03-27
2
-1
/
+10
*
More fixes for Haiku (#13774)
alaviss
2020-03-27
2
-47
/
+50
*
fix typos and deprecation warnings for tconvariancerules.nim (#13772)
Arne Döring
2020-03-27
1
-21
/
+20
*
make nim_temp compile with --gc:arc --sinkInference:off (#13769)
cooldome
2020-03-26
1
-1
/
+1
*
Fix vm.nim for --gc:arc (#13741)
Clyybber
2020-03-26
3
-41
/
+30
*
ssl_certs: add Haiku support (#13761)
alaviss
2020-03-26
1
-7
/
+32
*
asyncdispatch: fix erroneous set construction (#13765)
alaviss
2020-03-26
1
-1
/
+3
[prev]
[next]