about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-11-06Fallout from collection conventionsAlexis Beingessner-417/+418
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-1062/+1386
2014-11-06auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturonbors-30/+51
2014-11-06auto merge of #18467 : japaric/rust/eq, r=alexcrichtonbors-29/+635
2014-11-06auto merge of #18388 : nikomatsakis/rust/fn-trait-hierarchy, r=acrichtobors-94/+313
2014-11-05Correct tests that were supposed to fail but now pass due to the fn trait hie...Niko Matsakis-4/+4
2014-11-05Partial fix for #17901: Be less conservative around unbound typeNiko Matsakis-61/+85
2014-11-05Reverse order of lookupNiko Matsakis-3/+3
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-26/+221
2014-11-05Fix testsJorge Aparicio-19/+19
2014-11-05Add test for the first half of issue #15689Jorge Aparicio-0/+18
2014-11-05DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+64
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+172
2014-11-05DSTify PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+329
2014-11-05Fix fallout of changing the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-5/+2
2014-11-05Use operator sugar in the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-5/+31
2014-11-05auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwaltonbors-263/+1009
2014-11-05auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichtonbors-264/+411
2014-11-05Better debug printoutsNiko Matsakis-13/+21
2014-11-05Remove incorrect doc annotation, mark experimental since we haven't discussed...Niko Matsakis-5/+1
2014-11-05Update the guide examples and try not to leave user hanging as to whatNiko Matsakis-3/+7
2014-11-05Implement new operator dispatch semantics.Niko Matsakis-221/+827
2014-11-05Fixed not compiling code in docstringVladimir Matveev-2/+2
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-11/+102
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-15/+56
2014-11-05auto merge of #18646 : eddyb/rust/snapshots, r=alexcrichtonbors-352/+18
2014-11-05Register snapshots.Eduard Burtescu-352/+18
2014-11-05auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581bors-37/+94
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-3/+92
2014-11-05Fixed tidy errorsVladimir Matveev-3/+3
2014-11-05Fixed other tests to pass make checkVladimir Matveev-22/+12
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-20/+34
2014-11-05Switched io::net::tcp to use ToSocketAddrVladimir Matveev-227/+130
2014-11-05Added ToSocketAddr traitVladimir Matveev-0/+151
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-41/+105
2014-11-05auto merge of #18504 : pcwalton/rust/small-escapes, r=pcwaltonbors-4178/+4263
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4178/+4263
2014-11-04auto merge of #18338 : chastell/rust/guide_pointer_fixes, r=alexcrichtonbors-8/+8
2014-11-04auto merge of #18528 : seanjensengrey/rust/doc-18498, r=brsonbors-0/+44
2014-11-04Guide: drop line-number cruft from elided error examplesPiotr Szotkowski-5/+5
2014-11-04Guide: minor clarifications for the Pointers partPiotr Szotkowski-3/+3
2014-11-04auto merge of #18497 : gamazeps/rust/enumsmatch, r=steveklabnikbors-21/+50
2014-11-04rustc: Support stability attributes on cratesAlex Crichton-30/+51
2014-11-04Guide: explains the enum/match relationshipgamazeps-21/+50
2014-11-04auto merge of #16156 : cmr/rust/target-spec, r=alexcrichtonbors-801/+1610
2014-11-04Update for collections reformCorey Richardson-4/+4
2014-11-04Update some new use of the old targ_cfgCorey Richardson-2/+2
2014-11-04Don't use pie on AndroidCorey Richardson-0/+2
2014-11-04Same fix for dragonflyCorey Richardson-1/+4
2014-11-04Same fix for mac32Corey Richardson-2/+4