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
*
added parseopt.remainingArgs; refs #9951
Araq
2018-12-14
2
-0
/
+6
*
fixes #9965
Araq
2018-12-14
2
-15
/
+94
*
timers.nim: avoid parser warning
Araq
2018-12-14
1
-1
/
+1
*
os.nim: use the new pathnorm.normalizePath implementation
Araq
2018-12-14
4
-86
/
+68
*
fixes joinPath regressions
Araq
2018-12-13
3
-2
/
+15
*
fixes testament regression due to changed '/' operator
Araq
2018-12-13
1
-2
/
+1
*
enum types can now be assigned values from enum with holes (#9958)
Neelesh Chandola
2018-12-13
2
-7
/
+7
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
6
-375
/
+425
*
Show lineinfo of for in yield (#9779)
Alexander Ivanov
2018-12-13
1
-0
/
+5
*
Give error when case has an else branch even though all cases are already cov...
Neelesh Chandola
2018-12-13
3
-6
/
+3
*
Undefine some symbols and globalOptions when processing nimscript (#9945) [ba...
Neelesh Chandola
2018-12-13
1
-0
/
+12
*
Merge pull request #9950 from nc-x/fix-nimsuggest-build
Andreas Rumpf
2018-12-13
1
-1
/
+1
|
\
|
*
Fix nimsuggest build with clang on windows
Neelesh Chandola
2018-12-13
1
-1
/
+1
*
|
Merge pull request #9956 from nc-x/fix-vccexe
Andreas Rumpf
2018-12-13
2
-11
/
+11
|
\
\
|
*
|
Fix vccexe compilation
Neelesh Chandola
2018-12-13
2
-11
/
+11
|
/
/
*
|
Merge pull request #9915 from zevv/asyncnet-unix
Dominik Picheta
2018-12-12
3
-7
/
+66
|
\
\
|
|
/
|
/
|
|
*
Added basic AF_UNIX support to asyncnet.
Ico Doornekamp
2018-12-09
3
-7
/
+66
*
|
Merge pull request #8748 from LemonBoy/when-in-objects
Andreas Rumpf
2018-12-12
2
-0
/
+91
|
\
\
|
*
|
Pervasive replacement of nkRecWhen in generic types
LemonBoy
2018-10-19
2
-0
/
+91
*
|
|
Merge branch 'couven92-devel' into devel
Araq
2018-12-12
9
-147
/
+367
|
\
\
\
|
*
|
|
resolve merge conflicts
Araq
2018-12-12
9
-147
/
+367
|
/
|
|
|
|
*
|
|
VCCEXE: lower case const identifier
Fredrik Høisæther Rasch
2017-04-04
1
-2
/
+2
|
*
|
|
Moved vccdiscover to vccexe
Fredrik Høisæther Rasch
2017-04-04
2
-108
/
+66
|
*
|
|
Added documentation and explanatory comments to vccexe
Fredrik Høisæther Rasch
2017-03-26
4
-36
/
+117
|
*
|
|
Exchanged debug compilation with verbose command-line argument
Fredrik Høisæther Rasch
2017-03-21
2
-14
/
+15
|
*
|
|
vcvarsallpath explaination no longer needed with vccdiscover
Fredrik Høisæther Rasch
2017-03-21
1
-29
/
+0
|
*
|
|
vccdiscover: Added additional documentation
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+4
|
*
|
|
vccexe tool can use vccdiscover utility
Fredrik Høisæther Rasch
2017-03-21
1
-2
/
+22
|
*
|
|
Created vccdiscover utility for vcc auto-discovery
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+76
|
*
|
|
vccenv module for vcc auto-discovery
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+25
|
*
|
|
Fixed vccexe, now regards the command argument
Fredrik Høisæther Rasch
2017-03-21
1
-1
/
+1
|
*
|
|
Reduced verbosity of vcvarsall
Fredrik Høisæther Rasch
2017-03-21
1
-2
/
+3
|
*
|
|
Added explanatory comments about vccexe and its path argument in nim.cfg
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+33
|
*
|
|
Corrected erroneous vccexe tool path in koch
Fredrik Høisæther Rasch
2017-03-21
1
-1
/
+1
|
*
|
|
Moved vccexe to a more logical place (vccexe)
Fredrik Høisæther Rasch
2017-03-21
2
-0
/
+0
|
*
|
|
Moved vccenv over to vcvarsall
Fredrik Høisæther Rasch
2017-03-21
3
-72
/
+116
|
*
|
|
Added Visual Studio build artifacts to gitignore
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+2
|
*
|
|
Removed arch option in compiler definition
Fredrik Høisæther Rasch
2017-03-21
1
-1
/
+1
|
*
|
|
Added missing VCC C++ options to nim.cfg
Fredrik Høisæther Rasch
2017-03-21
1
-0
/
+13
*
|
|
|
fix merge conflict
Araq
2018-12-12
3
-6
/
+51
|
\
\
\
\
|
*
\
\
\
Merge pull request #9552 from recloser/strmisc-doc
Andreas Rumpf
2018-12-12
1
-1
/
+28
|
|
\
\
\
\
|
|
*
|
|
|
Add runnable examples for strmisc procs and a better doc for expandTabs
recloser
2018-10-29
1
-1
/
+28
|
*
|
|
|
|
Merge pull request #9879 from data-man/sorted_deduplicate
Andreas Rumpf
2018-12-12
2
-4
/
+22
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge branch 'devel' into sorted_deduplicate
Andreas Rumpf
2018-12-12
494
-2655
/
+2507
|
|
|
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Add the parameter isSorted for the sequtils.deduplicate
data-man
2018-12-07
2
-3
/
+22
*
|
|
|
|
|
|
move diff.nim to experimental
Araq
2018-12-12
4
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
added diff.nim to the stdlib
Araq
2018-12-12
3
-0
/
+8
*
|
|
|
|
|
Merge branch 'krux02-std-diff' into devel
Araq
2018-12-12
1
-0
/
+387
|
\
\
\
\
\
\
|
*
|
|
|
|
|
diff.nim: massive code cleanups
Araq
2018-12-12
1
-166
/
+90
|
*
|
|
|
|
|
Merge branch 'std-diff' of https://github.com/krux02/Nim into krux02-std-diff
Araq
2018-12-12
1
-0
/
+463
|
/
|
|
|
|
|
|
[next]