| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-05-10 | Implement `append` and `split_off` for BitSet (RFC 509) | Johannes Oertel | -0/+61 | |
| 2015-05-06 | Implement append and split_off for BitVec (RFC 509) | Johannes Oertel | -0/+135 | |
| 2015-04-14 | More test fixes | Alex Crichton | -5/+4 | |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -4/+3 | |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -41/+41 | |
| These constants are small and can fit even in `u8`, but semantically they have type `usize` because they denote sizes and are almost always used in `usize` context. The change of their type to `u32` during the integer audit led only to the large amount of `as usize` noise (see the second commit, which removes this noise). This is a minor [breaking-change] to an unstable interface. r? @aturon | ||||
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+1 | |
| This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along. | ||||
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -41/+41 | |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -0/+1182 | |
