| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -26/+32 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -876/+917 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -356/+4988 |
| 2015-02-18 | Missing test. | Niko Matsakis | -0/+32 |
| 2015-02-18 | Add regression test for #20533. Fixes #20533. | Niko Matsakis | -0/+54 |
| 2015-02-18 | Fallout: Accepter trait needs phantomdata. This seems like it should | Niko Matsakis | -2/+4 |
| 2015-02-18 | Fallout: add phantomdata to hash | Niko Matsakis | -3/+4 |
| 2015-02-18 | Fallout: port hashmap to use Unique | Niko Matsakis | -23/+39 |
| 2015-02-18 | Fallout: add phantomdata for 'a in path | Niko Matsakis | -0/+1 |
| 2015-02-18 | Fallout: extend thread with phantomdata for `'a` lifetime | Niko Matsakis | -3/+3 |
| 2015-02-18 | Fallout: add phantom data to the type inferencer | Niko Matsakis | -6/+8 |
| 2015-02-18 | Fallout: add phantom data to librand | Niko Matsakis | -3/+12 |
| 2015-02-18 | Fallout: port libflate to new Unique API | Niko Matsakis | -4/+4 |
| 2015-02-18 | Fallout: Port slice to use `PhantomData` instead of `ContravariantLifetime` | Niko Matsakis | -7/+7 |
| 2015-02-18 | Fallout: remove unused type and region parameters. | Niko Matsakis | -19/+17 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -580/+915 |
| 2015-02-18 | Fallout: docs, elided examples often elided too much. | Niko Matsakis | -5/+5 |
| 2015-02-18 | Fallout: iter, add markers or other changes such that all type parameters are... | Niko Matsakis | -5/+6 |
| 2015-02-18 | Fallout: AtomicPtr needs phantom data to indicate that it contains an unsafe ... | Niko Matsakis | -1/+4 |
| 2015-02-18 | Fallout: arena needs to use phantomdata since invariantlifetime is gone | Niko Matsakis | -2/+4 |
| 2015-02-18 | Fallout: RingBuf, use Unique. | Niko Matsakis | -29/+31 |
| 2015-02-18 | Fallout: EnumSet, add Marker. | Niko Matsakis | -9/+15 |
| 2015-02-18 | Fallout: port btree to use Unique, some markers. | Niko Matsakis | -32/+52 |
| 2015-02-18 | Fallout: btree. Rephrase invariant lifetime in terms of PhantomData. | Niko Matsakis | -4/+13 |
| 2015-02-18 | Fallout: Port Vec to use `Unique` | Niko Matsakis | -20/+20 |
| 2015-02-18 | Constrain operands to outlive the operation. Fixes #21422. | Niko Matsakis | -0/+60 |
| 2015-02-18 | Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner... | Niko Matsakis | -27/+38 |
| 2015-02-18 | Extend coherence check to understand subtyping. | Niko Matsakis | -39/+123 |
| 2015-02-18 | Report errors for type parameters that are not constrained, either by | Niko Matsakis | -70/+180 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -503/+1522 |
| 2015-02-18 | Fix remaining bench/debuginfo tests (and a few stragglers) | Niko Matsakis | -83/+85 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -639/+639 |
| 2015-02-18 | Update docs by dropping suffixes except where they served to instruct. | Niko Matsakis | -16/+12 |
| 2015-02-18 | Tweak pretty printing. | Niko Matsakis | -8/+2 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -102/+102 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -174/+174 |
| 2015-02-18 | Modify parser to require `isize`/`usize` suffixes. | Niko Matsakis | -4/+13 |
| 2015-02-18 | Audit `core::intrinsics` for `int`/`uint`: `size_of`/`align_of` use `usize`. | Felix S. Klock II | -12/+12 |
| 2015-02-18 | Audit `core::default` for `int`/`uint` usage. | Felix S. Klock II | -8/+8 |
| 2015-02-18 | Audit `core::cmp` for `int/uint`. | Felix S. Klock II | -6/+6 |
| 2015-02-18 | Audit `core::borrow` for use of `int/uint`: use `i32` in doc example. | Felix S. Klock II | -1/+1 |
| 2015-02-18 | Eliminate excessive null-checks from slice iterators | Björn Steinbrink | -1/+6 |
| 2015-02-18 | Avoid ptrtoint when checking if a pointer is null | Björn Steinbrink | -2/+2 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -3175/+6706 |
| 2015-02-18 | Fixed link in ffi documentation | Ryan Riginding | -1/+1 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -547/+25 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -64/+65 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -297/+231 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -168/+155 |
| 2015-02-17 | rollup merge of #22394: alexcrichton/vec-from-iter-comment | Alex Crichton | -10/+19 |