summary refs log tree commit diff
path: root/src/libcore/at_vec.rs
AgeCommit message (Expand)AuthorLines
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-18/+0
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-0/+18
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-9/+9
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-4/+4
2012-09-26Make impl of Add for @[] publicNiko Matsakis-4/+2
2012-09-26libcore: De-mode at_vecPatrick Walton-15/+16
2012-09-26Revert "Revert "libcore: De-mode at_vec""Patrick Walton-15/+19
2012-09-25Comment out at_vec test that failsTim Chevalier-1/+2
2012-09-25Revert "libcore: De-mode at_vec"Tim Chevalier-19/+15
2012-09-25libcore: De-mode at_vecPatrick Walton-15/+19
2012-09-25libcore: De-export core::at_vecPatrick Walton-30/+21
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-3/+4
2012-09-21Revert "core: De-export at_vec and extfmt"Brian Anderson-17/+28
2012-09-21core: De-export at_vec and extfmtBrian Anderson-28/+17
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+6
2012-09-20core: Minor doc tweakageBrian Anderson-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-4/+18
2012-09-19Export the correct raw module from core::at_vecBrian Anderson-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-3/+3
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-3/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-4/+4
2012-09-18core: Rename at_vec::unsafe to rawBrian Anderson-4/+4
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-7/+7
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-3/+3
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Make more moves explicit in libcoreTim Chevalier-4/+4
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-3/+3
2012-09-04libcore: "import" -> "use"Patrick Walton-1/+1
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-09-01Demode reinterpret_castBrian Anderson-4/+4
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-24Add a Buildable interface for constructing general sequences. Work on #2921.Michael Sullivan-4/+1
2012-08-24Get rid of the unseemly reinterpret_casts in build_sized implementations. Clo...Michael Sullivan-8/+2
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-1/+19
2012-08-15Convert more core types to camel caseBrian Anderson-10/+10
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-1/+1
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-7/+0
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-08Implement + for @-vectors.Michael Sullivan-1/+32
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31test: Move two tests from run-pass into the libsBrian Anderson-0/+16
2012-07-30Make at_vec push functions more like the current vec ones.Michael Sullivan-6/+14
2012-07-17Create some infrastructure for building up @-vectors. Work on #2921.Michael Sullivan-0/+192