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
/
nimsuggest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nimsuggest not showing suggestions for imported tuples (#22241)
Jake Leahy
2023-07-10
3
-0
/
+22
*
Create compiler and nimsuggest packages (#22118)
Ivan Yonchovski
2023-06-18
2
-7
/
+12
*
Improve nimsuggest (#21825)
Juan Carlos
2023-05-11
1
-1
/
+1
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+2
*
Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)
Peter Munch-Ellingsen
2023-03-20
1
-1
/
+1
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-1
/
+1
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
4
-51
/
+206
*
Fix nimsuggest not suggesting fields in when theres static parameters (#21189)
Jake Leahy
2022-12-28
1
-0
/
+18
*
Nimsuggest now defines the backends symbol (#21083)
Jake Leahy
2022-12-12
3
-2
/
+13
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
1
-2
/
+0
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
Fix typo in nimsuggest.nim (#20767)
Ikko Ashimine
2022-11-05
1
-1
/
+1
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-0
/
+3
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+2
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-1
/
+1
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
8
-24
/
+24
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
3
-9
/
+114
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-4
/
+4
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-12
/
+2
*
Partially Revert "Change nim's nimble files to make it installable" (#20296)
ringabout
2022-09-02
1
-0
/
+8
*
Change nim's nimble files to make it installable (#20179)
Ivan Yonchovski
2022-08-31
1
-8
/
+0
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
3
-38
/
+49
*
Use module actual file instead of PSym.info (#19956)
Ivan Yonchovski
2022-07-15
1
-0
/
+7
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
3
-2
/
+44
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
3
-15
/
+257
*
Make sure that field usage preserves the original line info (#19751)
Ivan Yonchovski
2022-04-29
1
-0
/
+15
*
[nimsuggest] return the type when on symbol in let/var (#19639)
Ivan Yonchovski
2022-04-07
1
-0
/
+7
*
fix stricteffects (nimsuggest/sexp) (#19405)
flywind
2022-01-18
1
-1
/
+1
*
[backport] use old style hints in .cfg files (#18917)
Miran
2021-09-29
1
-1
/
+1
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
1
-1
/
+1
*
fix #18385 followup, by building nimsuggest with -d:release during testing (#...
Timothee Cour
2021-07-29
1
-4
/
+11
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
3
-3
/
+3
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
1
-1
/
+1
*
disable tmacro_highlight on i386, refs #17945 (#17949)
Timothee Cour
2021-05-06
1
-0
/
+4
*
improve nimsuggest/tester, minor improvements to koch.nim (#17879)
Timothee Cour
2021-04-29
1
-10
/
+12
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
5
-6
/
+11
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
2
-12
/
+1
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
1
-0
/
+2
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-2
/
+4
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
2
-10
/
+12
*
regression test for nim-lang/nimsuggest#58 (#16817)
Saem Ghani
2021-01-25
1
-0
/
+22
*
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
Saem Ghani
2021-01-25
2
-3
/
+29
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+1
*
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)
Saem Ghani
2021-01-12
1
-2
/
+32
*
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)
Saem Ghani
2021-01-11
1
-0
/
+18
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
fixes nim-lang/nimsuggest#119 outline includes (#16608)
Saem Ghani
2021-01-06
1
-2
/
+8
*
nimsuggest: fix and re-enable old tests (#16401)
Saem Ghani
2020-12-27
19
-376
/
+292
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-8
/
+2
[next]