about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-14/+6
2014-12-17rollup merge of #19770: csouth3/iterator-wrapperstructsAlex Crichton-57/+89
2014-12-17auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichtonbors-1/+1
2014-12-17auto merge of #19761 : nick29581/rust/coerce-double, r=nikomatsakisbors-5/+5
2014-12-16auto merge of #19647 : nielsegberts/rust/master, r=pnkfelixbors-6/+6
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-5/+5
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-16Remove the double auto-ref on arrays/strings as receiversNick Cameron-5/+5
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-46/+37
2014-12-15Use wrapper structs for `HashSet`'s iterators.Chase Southwood-20/+59
2014-12-15Use wrapper structs for `HashMap`'s iterators.Chase Southwood-38/+31
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-11/+121
2014-12-15libstd: add a dummy field to `OsRng` to avoid out of module constructionJorge Aparicio-2/+5
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-16/+5
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-5/+5
2014-12-15rollup merge of #19787: akiss77/fix-i8-c_charBrian Anderson-1/+1
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-7/+7
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-46/+37
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-10/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-272/+284
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-87/+115
2014-12-13libstd: fix unit testsJorge Aparicio-11/+13
2014-12-13libstd: convert `Duration` binops to by valueJorge Aparicio-0/+64
2014-12-13libstd: convert `BitFlags` binops to by valueJorge Aparicio-0/+44
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-2/+2
2014-12-13libstd: use tuple indexingJorge Aparicio-4/+4
2014-12-13libstd: add missing importsJorge Aparicio-0/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-95/+171
2014-12-13libstd: fix falloutJorge Aparicio-0/+1
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libstd: fix falloutJorge Aparicio-16/+28
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-10/+1
2014-12-13auto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankrobors-29/+21
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-12-11Register new snapshotsAlex Crichton-18/+16
2014-12-10Fix inappropriate ## headingsSteve Klabnik-7/+7
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-09Rollback accidental documentation changesTobias Bucher-29/+21
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-1/+4
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-39/+35
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-1/+1
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-08Remove Result and Option reexportsCorey Farwell-1/+4
2014-12-09Rename assert_eq arguments to left and right.Niels Egberts-6/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-22/+125
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-218/+215
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-39/+35