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
/
syntaxes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-2
/
+8
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-84
/
+44
*
no more code duplication bw liMessage and rawMessage + several bug fixes (#14...
Timothee Cour
2020-05-22
1
-2
/
+2
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-10
/
+10
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
[bugfix] fix #11532, nimpretty should ignore source code filters (#11603)
Miran
2019-06-26
1
-1
/
+1
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-3
/
+3
*
nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport]
Andreas Rumpf
2018-11-11
1
-7
/
+11
*
removed the undocumented #? strongSpaces parsing mode
Araq
2018-11-06
1
-7
/
+5
*
nimpretty: fixes #9384
Araq
2018-10-17
1
-6
/
+10
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-6
/
+6
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-2
/
+2
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-3
/
+1
*
fixes testament compilation
Araq
2018-05-14
1
-0
/
+4
|
\
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
|
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-16
/
+18
|
/
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-16
/
+13
*
the compiler does not rely on the zero terminator anymore
Andreas Rumpf
2018-04-29
1
-5
/
+5
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-2
/
+2
*
big refactoring: step 1
Araq
2016-10-31
1
-38
/
+27
*
implements #?braces syntax
Araq
2016-10-16
1
-3
/
+3
*
Removed `#!` handling (was deprecated long enought)
Hans Raaf
2016-02-26
1
-4
/
+1
*
fixes #2559
Araq
2015-09-10
1
-1
/
+6
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-51
/
+51
*
Introduce NotesVerbosity defining verbosity levels
Adam Strzelecki
2015-07-03
1
-1
/
+1
*
nimsuggest: sane dirty buffer handling
Araq
2015-01-29
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
Delete dead file
flaviut
2014-04-19
1
-2
/
+0
*
implements strongSpaces parsing mode
Araq
2014-03-07
1
-9
/
+12
*
case consistency: next steps
Araq
2013-12-29
1
-2
/
+2
*
case consistency part 4
Araq
2013-12-27
1
-14
/
+14
*
case consistency part 1
Araq
2013-12-27
1
-15
/
+15
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Fixed openssl lib path on Mac OS X;
Zahary Karadjov
2013-01-27
1
-1
/
+1
*
fixed a regression: compiling projects not residing in the current directory
Zahary Karadjov
2013-01-20
1
-1
/
+1
*
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-8
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-1
/
+1
*
compiler uses new 'readLine'
Araq
2011-11-27
1
-4
/
+5
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-1
/
+1
*
got rid of some arcane module names
Araq
2011-04-21
1
-7
/
+7
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+173