| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update numerous package declaration names | gingerBill | 2024-04-18 | 1 | -1/+1 |
| * | encoding/base64: add decode_into, add tests | Laytan Laats | 2024-03-04 | 1 | -43/+90 |
| * | encoding/cbor: initial package implementation | Laytan Laats | 2024-03-04 | 1 | -47/+77 |
| * | Strip even more semicolons if followed by a `}` or `)` on the same line | gingerBill | 2021-08-31 | 1 | -2/+2 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -35/+35 |
| * | Make base32 and base64 adhere to `-strict-style` | gingerBill | 2021-03-14 | 1 | -2/+2 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -26/+30 |
| * | Fix encoding/base64 encoding null bytes incorrectly | Tetralux | 2020-02-28 | 1 | -5/+5 |
| * | Added an implementation for Base64. Also provides the ability to supply your ... | zhibog | 2019-08-15 | 1 | -0/+93 |