summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-23sync: Move Once to using &selfAlex Crichton-9/+9
2014-03-23sync: Move the Mutex type to using &selfAlex Crichton-61/+82
2014-03-23sync: Move the concurrent queue to using &selfAlex Crichton-10/+11
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-56/+65
2014-03-23Snapshot cleanupAlex Crichton-18/+1
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-208/+74
2014-03-23Make url::Url derive TotalEq.Ms2ger-2/+2
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-1065/+9
2014-03-23auto merge of #13093 : Havvy/rust/master, r=sfacklerbors-19/+19
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-208/+74
2014-03-23rustc: Change the filename of compressed bitcodePiotr Czarnecki-6/+10
2014-03-23auto merge of #13092 : sfackler/rust/buffer-vec, r=thestingerbors-15/+24
2014-03-23Register new snapshotsFlavio Percoco-1065/+9
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-61/+48
2014-03-23iter: remove `to_owned_vec`Daniel Micay-61/+48
2014-03-22auto merge of #13088 : thestinger/rust/hashmap, r=cmrbors-180/+203
2014-03-23use TotalEq for HashMapDaniel Micay-180/+203
2014-03-22auto merge of #13089 : thestinger/rust/managed, r=Aatchbors-87/+1
2014-03-22make std::managed privateDaniel Micay-87/+1
2014-03-22Change types T,U to R (recv), S (sender) in libsync/comm.rsRyan Scheel (Havvy)-19/+19
2014-03-22Some cleanup in std::io::bufferedSteven Fackler-15/+24
2014-03-22auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmrbors-85/+264
2014-03-23Implement cross-crate support for autoderef.Eduard Burtescu-20/+147
2014-03-22auto merge of #13085 : edwardw/rust/saddest-cell, r=cmrbors-11/+10
2014-03-22Implement vtable support for autoderef.Eduard Burtescu-66/+118
2014-03-22auto merge of #13084 : Havvy/rust/master, r=alexcrichtonbors-7/+7
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-224/+72
2014-03-22Unindent stringifier() in tasks guideRyan Scheel (Havvy)-7/+7
2014-03-23Get rid of @CellEdward Wang-11/+10
2014-03-22auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichtonbors-0/+122
2014-03-23Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at()Eunchong Yu-0/+122
2014-03-22auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonwbors-2639/+1587
2014-03-22rand: Use fill() instead of read()Alex Crichton-4/+2
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-7/+38
2014-03-22rustuv: Remove usage of get()Alex Crichton-6/+3
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-68/+61
2014-03-22test: Fix fallout of removing get()Alex Crichton-12/+12
2014-03-22rustdoc: Fix fallout of removing get()Alex Crichton-7/+5
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-2312/+1343
2014-03-22arena: Fix fallout of removing get()Alex Crichton-2/+2
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-209/+159
2014-03-22std: Remove the get() method from RefCell wrappersAlex Crichton-27/+6
2014-03-22auto merge of #13078 : klutzy/rust/issue-13075, r=alexcrichtonbors-3/+8
2014-03-22std::os: Handle FormatMessage failureklutzy-3/+8
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-29/+14
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-117/+32
2014-03-22std: Remove the Freeze kind and the NoFreeze markerFlavio Percoco-15/+1
2014-03-22cell: Remove Freeze / NoFreezeFlavio Percoco-10/+6
2014-03-22std::comm: Remove Freeze / NoFreezeFlavio Percoco-6/+4
2014-03-22sync: Remove Freeze / NoFreezeFlavio Percoco-13/+11