| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-18 | Switch compiler/ to intra-doc links | Joshua Nelson | -1/+0 | |
| rustc_lint and rustc_lint_defs weren't switched because they're included in the compiler book and so can't use intra-doc links. | ||||
| 2020-11-22 | Stabilise `then` | varkor | -1/+0 | |
| 2020-08-30 | Improve `BitSet` APIs | Dylan MacKenzie | -17/+37 | |
| A few small cleanups to `BitSet` and friends: - Overload `clone_from` for `BitSet`. - Improve `Debug` represenation of `HybridBitSet`. - Make `HybridBitSet::domain_size` public. - Don't require `T: Idx` at the type level. The `Idx` bound is still on most `BitSet` methods, but like `HashMap`, it doesn't need to be satisfied for the type to exist. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2438 | |
