summary refs log tree commit diff stats
path: root/lib/deprecated/pure/securehash.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-231-2/+3
| | | | | | | | | | | | | | | * remove pre-1.0 stdlib deprecations notable exceptions: * ze, toU8 etc in system/arithmetics * potentially callsite * undo macros, ospaths, securehash, oswalkdir * add sets back * add back future, document deprecated versions * add to changelog [skip ci]
* Add deprecation pragmas in lib/deprecated/pure (#19113)konsumlamm2021-11-091-3/+2
|
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-281-1/+1
|
* remove deprecated modules (#10215)Miran2019-01-071-0/+6
* removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago)