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
/
lexer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-2
/
+1
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
1
-60
/
+13
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-7
/
+11
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
1
-5
/
+0
*
some Token refactors (#21762)
metagn
2023-05-06
1
-19
/
+15
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-0
/
+6
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-2
/
+2
*
refactor strongSpaceB with an enum (#20809)
ringabout
2022-11-10
1
-17
/
+20
*
fixes #15688; handle `strongSpace` overflow issues (#20724)
ringabout
2022-11-03
1
-7
/
+9
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
1
-5
/
+5
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-2
/
+2
*
use arrow precedence in spec (#20166)
metagn
2022-09-06
1
-1
/
+1
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
1
-2
/
+2
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
1
-46
/
+60
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
1
-6
/
+74
*
[minor]remove unnecessary stringify (#18419)
flywind
2021-07-02
1
-4
/
+4
*
refs #15667 improve invalid indentation errors, report when & where `=` could...
Timothee Cour
2021-04-10
1
-0
/
+1
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
1
-1
/
+1
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
1
-14
/
+11
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-4
/
+5
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-178
/
+170
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
1
-32
/
+55
*
conservative approach to fix #15184 (#16723)
Andrey Makarov
2021-01-15
1
-10
/
+19
*
Fix typo in lexer.nim (#15876)
sherbst
2020-11-07
1
-1
/
+1
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-63
/
+40
*
Fix commentOffsetA for doc comments (#15643)
Clyybber
2020-10-20
1
-1
/
+1
*
nimpretty: do not produce 'line too long' messages (#15541)
Andreas Rumpf
2020-10-10
1
-2
/
+3
*
fixes a regression
Araq
2020-10-08
1
-0
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-89
/
+68
*
Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)
Juan Carlos
2020-06-23
1
-6
/
+1
*
make `from` an operator (#14241)
hlaaftana
2020-05-08
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-3
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-34
/
+33
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
squashed and merged with devel
Arne Döring
2019-08-21
1
-1
/
+1
*
nim check, fix #11927, no more empty strings (#11979)
Miran
2019-08-19
1
-1
/
+3
*
minor style changes
Araq
2019-07-11
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
1
-1
/
+7
*
nimpretty: code cleanups
Araq
2019-07-09
1
-6
/
+0
*
[bugfix] fix #11469, new rules for a newline in nimpretty (#11512)
Miran
2019-06-26
1
-3
/
+6
*
[other] Improve the "tabs are not allowed" error message (#11554)
Kaushal Modi
2019-06-20
1
-1
/
+1
*
[bugfix] nimpretty: fixes #11468
Araq
2019-06-13
1
-3
/
+3
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
1
-6
/
+6
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-6
/
+7
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-3
/
+3
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-70
/
+53
[next]