Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -2/+2 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | remove legacy code (#21134) | ringabout | 2022-12-26 | 1 | -2/+1 |
| | | | | | * remove legacy code * fixes | ||||
* | move `system/atomics` out of system; `std/atomics` should be preferred (#20875) | ringabout | 2022-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | * move `system/atomics` out of system; `std/atomics` should be preferred * add deprecation message * fixes * fixes * fixes * fixes more tests | ||||
* | fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714) | ringabout | 2022-11-01 | 1 | -0/+3 |
| | | | | | | | * fixes #20526; use `nimPreviewSlimSystem` for `koch docs` * fixes documentation errors * fixes remaning issues | ||||
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -4/+4 |
| | | | | | * 'lock levels' are deprecated, now a noop * fixes tests | ||||
* | close #4451 (#17627) | flywind | 2021-04-06 | 1 | -1/+2 |
| | |||||
* | use single backtick (#17181) | flywind | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | addQuitProc => addExitProc (#16765) | Timothee Cour | 2021-01-22 | 1 | -1/+2 |
| | |||||
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 1 | -1/+2 |
| | |||||
* | mark nimprof as used when profiling | narimiran | 2019-09-02 | 1 | -0/+3 |
| | |||||
* | Minor bug fix (#9430) | cooldome | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | Enable embedded profiler to display filenames. | Andrey Sobolev | 2016-08-02 | 1 | -6/+10 |
| | | | | Enable embedded profiler to display filenames in profile_results.txt | ||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Improve warning msg when -d:profiler not passed | Nick Greenfield | 2016-01-21 | 1 | -1/+1 |
| | | | | Partially addresses #3741 | ||||
* | profiling doesn't require call to enableProfiling | Andreas Rumpf | 2015-12-18 | 1 | -0/+1 |
| | |||||
* | modified the integrated profiler to hopefully produce more reliable results | Andreas Rumpf | 2015-12-18 | 1 | -11/+26 |
| | |||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -23/+25 |
| | |||||
* | Changed nimprof.hook() to handle uninitialized t0 | GrundleTrundle | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | It's unlikely, but possible for the conversion to nanoseconds to overflow if QueryPerformanceCounter() returns a large enough timestamp. This change avoids that, at the cost of always taking a sample the first time through when t0 == 0. | ||||
* | more modules updated | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -5/+5 |
| | |||||
* | Fix nimprof import error when --threads:on. | Nick Greenfield | 2014-05-20 | 1 | -6/+7 |
| | |||||
* | more things case consistent | Araq | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | first version of a memory profiler | Araq | 2012-10-10 | 1 | -25/+44 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 1 | -4/+6 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 1 | -30/+85 |
| | |||||
* | profiler documentation | Araq | 2012-09-15 | 1 | -2/+5 |
| | |||||
* | implemented a stack trace profiler | Araq | 2012-09-15 | 1 | -0/+125 |