Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some deprecated pre-1.0 stdlib modules (#20202) | metagn | 2022-08-23 | 1 | -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) | konsumlamm | 2021-11-09 | 1 | -3/+2 |
| | |||||
* | Replace double backticks with single backticks - Part 2 out of ~6 (#17206) | Danil Yarantsev | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 1 | -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) |