about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-127/+130
2015-02-18Update tests to use #[feature(rustc_attrs)]Niko Matsakis-0/+10
2015-02-18Minor unused imports etc.Niko Matsakis-3/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-3/+7
2015-02-18Stabilize Send/Sync.Niko Matsakis-4/+2
2015-02-18Try to write some basic docs.Niko Matsakis-3/+20
2015-02-18std: Implement CString-related RFCsAlex Crichton-290/+555
2015-02-18Add deprecated versions of the old markers and integrate them back into the v...Niko Matsakis-1/+91
2015-02-18Simplify README by not talking about the source tarball optionBrian Anderson-0/+0
2015-02-18WIP -- improve documentation on the phantom traitsNiko Matsakis-5/+71
2015-02-18rustbook: no-longer-used feature gateTshepang Lekhonkhobe-1/+0
2015-02-18unused importsTshepang Lekhonkhobe-2/+0
2015-02-18os.getcwd renamed to env::current_dirTshepang Lekhonkhobe-3/+4
2015-02-18revised pointer exampleJunseok Lee-13/+14
2015-02-18Add rustc_attrs feature to test.Niko Matsakis-0/+1
2015-02-18Always prefer where-clauses over impls in trait selection. Fixes #22110.Niko Matsakis-57/+48
2015-02-18Extend the implicator so it produces general obligations and also soNiko Matsakis-132/+527
2015-02-18traits: break apart the "full normalization" code used for normalizingNiko Matsakis-14/+33
2015-02-18Move `tcx` from `Typer` into `ClosureTyper`Niko Matsakis-14/+4
2015-02-18Misc. cleanup in regionck: Remove a one-variant enum for some reason.Niko Matsakis-12/+10
2015-02-18Replace `assert_no_late_bound_regions` withNiko Matsakis-26/+30
2015-02-18Rename various things to "implications"Niko Matsakis-46/+36
2015-02-18Rename regionmanip to implicator.Niko Matsakis-12/+12
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-21/+16
2015-02-18Fix inconsistent spacing of collapse all buttonSimonas Kazlauskas-2/+1
2015-02-18Style all docblock links properlySimonas Kazlauskas-2/+2
2015-02-18make FromIterator use IntoIteratorAlexis-43/+48
2015-02-18make Extend use IntoIteratorAlexis-26/+32
2015-02-18Implement RFC 580Aaron Turon-876/+917
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-356/+4988
2015-02-18Missing test.Niko Matsakis-0/+32
2015-02-18Add regression test for #20533. Fixes #20533.Niko Matsakis-0/+54
2015-02-18Fallout: Accepter trait needs phantomdata. This seems like it shouldNiko Matsakis-2/+4
2015-02-18Fallout: add phantomdata to hashNiko Matsakis-3/+4
2015-02-18Fallout: port hashmap to use UniqueNiko Matsakis-23/+39
2015-02-18Fallout: add phantomdata for 'a in pathNiko Matsakis-0/+1
2015-02-18Fallout: extend thread with phantomdata for `'a` lifetimeNiko Matsakis-3/+3
2015-02-18Fallout: add phantom data to the type inferencerNiko Matsakis-6/+8
2015-02-18Fallout: add phantom data to librandNiko Matsakis-3/+12
2015-02-18Fallout: port libflate to new Unique APINiko Matsakis-4/+4
2015-02-18Fallout: Port slice to use `PhantomData` instead of `ContravariantLifetime`Niko Matsakis-7/+7
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-19/+17
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-580/+915
2015-02-18Fallout: docs, elided examples often elided too much.Niko Matsakis-5/+5
2015-02-18Fallout: iter, add markers or other changes such that all type parameters are...Niko Matsakis-5/+6
2015-02-18Fallout: AtomicPtr needs phantom data to indicate that it contains an unsafe ...Niko Matsakis-1/+4
2015-02-18Fallout: arena needs to use phantomdata since invariantlifetime is goneNiko Matsakis-2/+4
2015-02-18Fallout: RingBuf, use Unique.Niko Matsakis-29/+31
2015-02-18Fallout: EnumSet, add Marker.Niko Matsakis-9/+15
2015-02-18Fallout: port btree to use Unique, some markers.Niko Matsakis-32/+52