summary refs log tree commit diff
path: root/src/libstd/net_url.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-164/+164
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-2/+2
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-21/+21
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-3/+3
2013-03-22std: replace uses of old deriving attribute with new oneAndrew Paseltiner-3/+3
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-20/+20
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-22/+22
2013-03-07test: Fix tests.Patrick Walton-2/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-167/+167
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+0
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-82/+86
2013-02-15libstd: Get rid of `move`.Luqman Aden-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-07implement BaseIter for LinearMapDaniel Micay-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+2
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-28/+26
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-12/+6
2013-01-23switch LinearMap to current constructor conventionDaniel Micay-4/+4
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-11/+13
2013-01-23rename hashmap find/get -> find_copy/get_copyDaniel Micay-7/+1
2013-01-23rename send_map to hashmapDaniel Micay-3/+3
2013-01-11Comment out test_decode_form_urlencoded again. Filed issue 4449. rs=breakageTim Chevalier-0/+4
2013-01-10std: Fix net_url test that was commented outTim Chevalier-3/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5
2012-12-29libstd: Comment out mysteriously failing net-url test. rs=bustedPatrick Walton-2/+3
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+19
2012-12-21std: modernize net_urlErick Tryzelaar-364/+316
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