| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -127/+130 |
| 2015-02-18 | Update tests to use #[feature(rustc_attrs)] | Niko Matsakis | -0/+10 |
| 2015-02-18 | Minor unused imports etc. | Niko Matsakis | -3/+1 |
| 2015-02-18 | rollup merge of #22118: fhahn/separate-parse-fail-2 | Alex Crichton | -3/+7 |
| 2015-02-18 | Stabilize Send/Sync. | Niko Matsakis | -4/+2 |
| 2015-02-18 | Try to write some basic docs. | Niko Matsakis | -3/+20 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -290/+555 |
| 2015-02-18 | Add deprecated versions of the old markers and integrate them back into the v... | Niko Matsakis | -1/+91 |
| 2015-02-18 | Simplify README by not talking about the source tarball option | Brian Anderson | -0/+0 |
| 2015-02-18 | WIP -- improve documentation on the phantom traits | Niko Matsakis | -5/+71 |
| 2015-02-18 | rustbook: no-longer-used feature gate | Tshepang Lekhonkhobe | -1/+0 |
| 2015-02-18 | unused imports | Tshepang Lekhonkhobe | -2/+0 |
| 2015-02-18 | os.getcwd renamed to env::current_dir | Tshepang Lekhonkhobe | -3/+4 |
| 2015-02-18 | revised pointer example | Junseok Lee | -13/+14 |
| 2015-02-18 | Add rustc_attrs feature to test. | Niko Matsakis | -0/+1 |
| 2015-02-18 | Always prefer where-clauses over impls in trait selection. Fixes #22110. | Niko Matsakis | -57/+48 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -132/+527 |
| 2015-02-18 | traits: break apart the "full normalization" code used for normalizing | Niko Matsakis | -14/+33 |
| 2015-02-18 | Move `tcx` from `Typer` into `ClosureTyper` | Niko Matsakis | -14/+4 |
| 2015-02-18 | Misc. cleanup in regionck: Remove a one-variant enum for some reason. | Niko Matsakis | -12/+10 |
| 2015-02-18 | Replace `assert_no_late_bound_regions` with | Niko Matsakis | -26/+30 |
| 2015-02-18 | Rename various things to "implications" | Niko Matsakis | -46/+36 |
| 2015-02-18 | Rename regionmanip to implicator. | Niko Matsakis | -12/+12 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -21/+16 |
| 2015-02-18 | Fix inconsistent spacing of collapse all button | Simonas Kazlauskas | -2/+1 |
| 2015-02-18 | Style all docblock links properly | Simonas Kazlauskas | -2/+2 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -43/+48 |
| 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 |