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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
1
-25
/
+33
*
minor improvement on cgen (#23887)
ringabout
2024-07-24
1
-4
/
+2
*
improve mangling packages version names with checksums (#23888)
ringabout
2024-07-24
1
-2
/
+2
*
fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...
Buldram
2024-07-24
1
-2
/
+9
*
fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)
ringabout
2024-07-23
1
-2
/
+1
*
turn some sym flag aliases into enums (#23884)
ringabout
2024-07-23
1
-18
/
+13
*
fixes #23869; sink generic typeclass (#23874)
Ryan McConnell
2024-07-22
1
-2
/
+2
*
remove unused field in ConfigRef (#23875)
ringabout
2024-07-22
1
-1
/
+0
*
Merge tyUncheckedArray with tySeq in typeRel (#23866)
SirOlaf
2024-07-20
1
-10
/
+4
*
bypass constraints for tyFromExpr in generic bodies (#23863)
metagn
2024-07-20
1
-4
/
+9
*
fixes nim secret not flushing stdout (#23862)
ringabout
2024-07-20
1
-0
/
+1
*
fix generics treating symchoice symbols as uninstantiated (#23860)
metagn
2024-07-19
1
-1
/
+5
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
3
-4
/
+6
*
Set type of object constructor during annotateType (#23852)
SirOlaf
2024-07-17
1
-0
/
+1
*
fixes #23848; The comand `nim gendepend` defaults to ORC (#23851)
ringabout
2024-07-17
1
-1
/
+2
*
fixes #23837; cursor now processes distinct types with a destructor (#23845)
ringabout
2024-07-17
1
-2
/
+11
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
1
-5
/
+7
*
fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)
ringabout
2024-07-16
1
-1
/
+1
*
fixes regression; block can have arbitrary exit points; too hard for a simple...
ringabout
2024-07-16
1
-5
/
+6
*
[minor] fixes wrong error messages (#23841)
ringabout
2024-07-16
1
-1
/
+1
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
18
-292
/
+291
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
1
-0
/
+2
*
fixes #3011; handles meta fields defined in the ref object (#23818)
ringabout
2024-07-11
1
-2
/
+7
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
2
-9
/
+9
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
2
-5
/
+6
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
22
-6984
/
+11
*
Add support for nvcc & hipcc (cuda/rocm) (#23805)
Andrew Brower
2024-07-08
2
-2
/
+20
*
[backport] fixes #23796; remove extra indirection for args in importc'ed func...
Alexander Kernozhitsky
2024-07-06
1
-1
/
+2
*
fixes #23790; roll back instCounter properly in case of exceptions (#23802)
Alexander Kernozhitsky
2024-07-06
2
-3
/
+3
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
5
-123
/
+150
*
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
ringabout
2024-07-03
1
-1
/
+1
*
fixes #23775; injectdestructors now handles discardable statements (#23780)
ringabout
2024-07-02
2
-2
/
+3
*
fixes #23755; array static inference during overload resolution (#23760)
Ryan McConnell
2024-07-01
2
-11
/
+19
*
[backport] fixes #23748; do not skip materializing temporaries for proc argum...
Alexander Kernozhitsky
2024-06-30
2
-4
/
+17
*
fixes #23759; rework move for refc (#23764)
ringabout
2024-06-29
2
-3
/
+9
*
fixes #9940; genericAssign does not take care of the importC variables in ref...
ringabout
2024-06-26
1
-1
/
+1
*
adapt semOpAux to opt-in symchoices (#23750)
metagn
2024-06-25
1
-1
/
+1
*
[backport] fixes #23711; C code contains backtick`gensym (#23716)
ringabout
2024-06-19
5
-7
/
+15
*
adds a define nimHasJsNoLambdaLifting so we can use it in the config for comp...
ringabout
2024-06-19
1
-0
/
+1
*
IC: use tables instead of huge seqs because the compiler can create l… (#23...
Andreas Rumpf
2024-06-18
5
-49
/
+67
*
ignore uninstantiated static on match to base type [backport:2.0] (#23731)
metagn
2024-06-18
1
-2
/
+5
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
4
-19
/
+73
*
fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...
ringabout
2024-06-15
1
-1
/
+2
*
ref #20653; fixes chronos empty case branches (#23706)
ringabout
2024-06-14
1
-7
/
+11
*
fixes a long standing bug with varargs type inference [backport] (#23720)
Andreas Rumpf
2024-06-14
1
-1
/
+1
*
nrvo for embedded importc'ed types (#23708)
ringabout
2024-06-12
1
-3
/
+6
*
[backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)
ringabout
2024-06-11
1
-3
/
+6
*
fixes #22398; [backport] (#23704)
Andreas Rumpf
2024-06-10
1
-9
/
+13
*
fixes #23445; fixes #23418 [backport] (#23699)
Andreas Rumpf
2024-06-09
2
-1
/
+12
*
fixes #23354; [backport] (#23685)
Andreas Rumpf
2024-06-07
1
-0
/
+3
[prev]
[next]