diff --git a/docs/amaranth/latest/.buildinfo b/docs/amaranth/latest/.buildinfo
index 6b3aa4c9..54fbb2ea 100644
--- a/docs/amaranth/latest/.buildinfo
+++ b/docs/amaranth/latest/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: d34c43b1918f968f1ed0e01e3aa4d36d
+config: 391232d3b3dd4007ee8c67d2f4f82791
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/amaranth/latest/.doctrees/changes.doctree b/docs/amaranth/latest/.doctrees/changes.doctree
index b0d1f632..215cfd31 100644
Binary files a/docs/amaranth/latest/.doctrees/changes.doctree and b/docs/amaranth/latest/.doctrees/changes.doctree differ
diff --git a/docs/amaranth/latest/.doctrees/environment.pickle b/docs/amaranth/latest/.doctrees/environment.pickle
index d8e2dd7a..362b36cc 100644
Binary files a/docs/amaranth/latest/.doctrees/environment.pickle and b/docs/amaranth/latest/.doctrees/environment.pickle differ
diff --git a/docs/amaranth/latest/.doctrees/stdlib.doctree b/docs/amaranth/latest/.doctrees/stdlib.doctree
index f6759613..29e757f8 100644
Binary files a/docs/amaranth/latest/.doctrees/stdlib.doctree and b/docs/amaranth/latest/.doctrees/stdlib.doctree differ
diff --git a/docs/amaranth/latest/.doctrees/stdlib/coding.doctree b/docs/amaranth/latest/.doctrees/stdlib/coding.doctree
deleted file mode 100644
index f32a59ff..00000000
Binary files a/docs/amaranth/latest/.doctrees/stdlib/coding.doctree and /dev/null differ
diff --git a/docs/amaranth/latest/_sources/changes.rst.txt b/docs/amaranth/latest/_sources/changes.rst.txt
index 02809163..8f2d4785 100644
--- a/docs/amaranth/latest/_sources/changes.rst.txt
+++ b/docs/amaranth/latest/_sources/changes.rst.txt
@@ -9,6 +9,7 @@ Documentation for past releases
Documentation for past releases of the Amaranth language and toolchain is available online:
+* `Amaranth 0.5.0 `_
* `Amaranth 0.4.5 `_
* `Amaranth 0.4.4 `_
* `Amaranth 0.4.3 `_
@@ -18,6 +19,18 @@ Documentation for past releases of the Amaranth language and toolchain is availa
* `Amaranth 0.3 `_
+Version 0.6 (unreleased)
+========================
+
+
+Standard library changes
+------------------------
+
+.. currentmodule:: amaranth.lib
+
+* Removed: (deprecated in 0.5) :mod:`amaranth.lib.coding`. (`RFC 63`_)
+
+
Version 0.5
===========
diff --git a/docs/amaranth/latest/_sources/stdlib.rst.txt b/docs/amaranth/latest/_sources/stdlib.rst.txt
index 01e20345..78e97b0f 100644
--- a/docs/amaranth/latest/_sources/stdlib.rst.txt
+++ b/docs/amaranth/latest/_sources/stdlib.rst.txt
@@ -5,7 +5,7 @@ The :mod:`amaranth.lib` module, also known as the standard library, provides mod
1. Modules that will used by essentially all idiomatic Amaranth code, or which are necessary for interoperability. This includes :mod:`amaranth.lib.enum` (enumerations), :mod:`amaranth.lib.data` (data structures), :mod:`amaranth.lib.wiring` (interfaces and components), :mod:`amaranth.lib.meta` (interface metadata), and :mod:`amaranth.lib.stream` (data streams).
2. Modules that abstract common functionality whose implementation differs between hardware platforms. This includes :mod:`amaranth.lib.memory` and :mod:`amaranth.lib.cdc`.
-3. Modules that have essentially one correct implementation and are of broad utility in digital designs. This includes :mod:`amaranth.lib.coding`, :mod:`amaranth.lib.fifo`, and :mod:`amaranth.lib.crc`.
+3. Modules that have essentially one correct implementation and are of broad utility in digital designs. This includes :mod:`amaranth.lib.fifo`, and :mod:`amaranth.lib.crc`.
As part of the Amaranth backwards compatibility guarantee, any behaviors described in these documents will not change from a version to another without at least one version including a warning about the impending change. Any nontrivial change to these behaviors must also go through the public review as a part of the `Amaranth Request for Comments process `_.
@@ -22,6 +22,5 @@ The Amaranth standard library is separate from the Amaranth language: everything
stdlib/memory
stdlib/io
stdlib/cdc
- stdlib/coding
stdlib/fifo
stdlib/crc
diff --git a/docs/amaranth/latest/_sources/stdlib/coding.rst.txt b/docs/amaranth/latest/_sources/stdlib/coding.rst.txt
deleted file mode 100644
index c112c067..00000000
--- a/docs/amaranth/latest/_sources/stdlib/coding.rst.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Code conversion
-###############
-
-.. py:module:: amaranth.lib.coding
-
-The :mod:`amaranth.lib.coding` module provides building blocks for conversion between different encodings of binary numbers.
-
-
-One-hot coding
-==============
-
-.. autoclass:: Encoder()
-.. autoclass:: Decoder()
-
-
-Priority coding
-===============
-
-.. autoclass:: PriorityEncoder()
-.. autoclass:: PriorityDecoder()
-
-
-Gray coding
-===========
-
-.. autoclass:: GrayEncoder()
-.. autoclass:: GrayDecoder()
diff --git a/docs/amaranth/latest/_static/documentation_options.js b/docs/amaranth/latest/_static/documentation_options.js
index 378298d3..6ccf2d49 100644
--- a/docs/amaranth/latest/_static/documentation_options.js
+++ b/docs/amaranth/latest/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '0.5.0.dev1',
+ VERSION: '0.6.0.dev1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/amaranth/latest/changes.html b/docs/amaranth/latest/changes.html
index 6f0efdda..b5172aa3 100644
--- a/docs/amaranth/latest/changes.html
+++ b/docs/amaranth/latest/changes.html
@@ -4,7 +4,7 @@
-