summary refs log tree commit diff
path: root/src/libstd/net_url.rs
AgeCommit message (Expand)AuthorLines
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30libs: Remove transitionary material on iter_bytes, add workcache to build.Graydon Hoare-9/+0
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-45/+0
2012-11-28Register snapshotsBrian Anderson-45/+0
2012-11-28librustc: Add explicit self to IterBytes. r=nmatsakisPatrick Walton-0/+9
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+45
2012-11-18Made most of the URL functions pure.Jesse Jones-34/+40
2012-10-17Export std::net_url::encode_componentTim Chevalier-1/+1
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-8/+8
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-7/+13
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-6/+6
2012-10-03De-export net::*. Part of #3583.Graydon Hoare-22/+13
2012-10-03Remove uses of + mode from libstdTim Chevalier-6/+6
2012-10-02Removing explicit uses of + modeTim Chevalier-1/+1
2012-09-28std: Eliminate deprecated patternsBrian Anderson-2/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25Demode iter-traitTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-16/+16
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-43/+0
2012-09-23core: Demode optionBrian Anderson-7/+7
2012-09-21libcore: De-mode strPatrick Walton-13/+13
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+43
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-3/+3
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-7/+5
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-1/+1
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-3/+3
2012-09-10Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...Brian J. Burg-0/+23
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-4/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+2
2012-09-04Demode libstd/net_url.rsKevin Cantu-17/+20
2012-09-04std: Fix net::url constructor namesBrian Anderson-5/+5
2012-09-04libstd: "import" -> "use"Patrick Walton-8/+7
2012-09-03libstd: Make URL parsing not require unique strings, and have URLs implement ...Patrick Walton-7/+19
2012-09-03libstd: Export query_to_str from net::urlPatrick Walton-0/+1
2012-09-03libstd: Export the url() constructor from net_urlPatrick Walton-1/+1
2012-09-03libstd: Make net_url::encode no longer require a unique stringPatrick Walton-27/+27
2012-09-02libstd: Make URLs structsPatrick Walton-3/+3
2012-09-01Remove the 'to' keywordBrian Anderson-10/+10
2012-08-31std: Camel case net modulesBrian Anderson-72/+72
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-10/+29
2012-08-27Camel case various core constructorsBrian Anderson-5/+5
2012-08-27Convert core::result to camel caseBrian Anderson-31/+31
2012-08-26Camel case the option typeBrian Anderson-34/+34
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-1/+1
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3