summary refs log tree commit diff stats
path: root/lib/deprecated/pure/parseurl.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated modules (#10215)Miran2019-01-071-112/+0
| | | | | | | | | | | | | | | | | | * 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)
* removes deprecated T/P typesAraq2018-11-161-2/+0
|
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+114
This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories.