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
/
compiler
/
semmagic.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-1
/
+1
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
1
-3
/
+3
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-7
/
+2
*
test ord (#18909)
flywind
2021-09-28
1
-4
/
+0
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-2
/
+3
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-0
/
+6
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
1
-4
/
+6
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
1
-4
/
+4
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
1
-4
/
+4
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-8
/
+4
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
1
-3
/
+3
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-0
/
+5
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-9
/
+4
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-3
/
+7
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-4
/
+4
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-12
/
+12
*
fix #15707 (#15870)
cooldome
2020-11-09
1
-8
/
+18
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-19
/
+19
*
Fix #15599 (#15601)
Clyybber
2020-10-16
1
-1
/
+1
*
fixes #14616 [backport:1.2] (#15109)
Andreas Rumpf
2020-07-29
1
-0
/
+4
*
fixes #15044 [backport:1.2]
Andreas Rumpf
2020-07-23
1
-3
/
+5
*
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-1
/
+4
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+0
*
fix #14243 (#14257)
cooldome
2020-05-07
1
-5
/
+9
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-8
/
+22
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-1
/
+16
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+25
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-1
/
+1
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-3
/
+1
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-0
/
+4
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
1
-10
/
+16
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-1
/
+1
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
1
-0
/
+1
*
fixes #13095 (#13181)
cooldome
2020-01-17
1
-0
/
+3
*
fixes #13112 (#13127)
Andreas Rumpf
2020-01-13
1
-2
/
+9
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-0
/
+31
*
distinctBase type trait for distinct types (#13031)
cooldome
2020-01-08
1
-0
/
+16
*
fixes #12804 (#12809)
cooldome
2019-12-05
1
-2
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-37
/
+36
*
error message: Nim calls it 'proc'
Andreas Rumpf
2019-11-07
1
-1
/
+1
*
fix deprecation warnings related to Int128 (#12474)
Miran
2019-10-28
1
-2
/
+2
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
typeToString can now show (recursively) resolved type aliases; fixes #8569 #...
Timothee Cour
2019-08-31
1
-0
/
+8
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+4
*
revert changes
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-44
/
+3
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
1
-0
/
+2
*
fixes #7937 (#11244)
Andreas Rumpf
2019-05-14
1
-3
/
+4
[next]