about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-261/+711
2015-03-24syntax: Update #[derive(...)] to work with phantom and associated typesErick Tryzelaar-6/+357
2015-03-25Bug fixesNick Cameron-25/+3
2015-03-24Unit tests for Issue 8142, collected into one file.Felix S. Klock II-0/+79
2015-03-24Reject specialized Drop impls.Felix S. Klock II-18/+341
2015-03-24Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-2/+2
2015-03-24added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.Felix S. Klock II-1/+1
2015-03-24Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.Felix S. Klock II-9/+9
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.Felix S. Klock II-2/+2
2015-03-24Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.Felix S. Klock II-9/+9
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-17/+17
2015-03-24Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` andFelix S. Klock II-3/+3
2015-03-24test: silence a warningErick Tryzelaar-0/+1
2015-03-24collections: Update docs for slice since SliceExt was removedUlrik Sverdrup-41/+33
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-9/+8
2015-03-24std: Update docs for removal of ReadExt, WriteExtUlrik Sverdrup-16/+16
2015-03-24syntax: Allow quotes to insert pathErick Tryzelaar-0/+2
2015-03-24syntax: Allow where strings to be parsed independent from genericsErick Tryzelaar-16/+25
2015-03-24syntax: add {trait_item,impl_item,where_clause}_to_stringErick Tryzelaar-13/+14
2015-03-24libcollections: move Vec::push slow path outCorey Richardson-9/+16
2015-03-25Change lint names to pluralsNick Cameron-49/+49
2015-03-25Add testsNick Cameron-2/+167
2015-03-25Remove the UnusedCasts lintNick Cameron-25/+0
2015-03-25Minor refactoring in coercion.rsNick Cameron-147/+163
2015-03-25Add trivial cast lints.Nick Cameron-449/+287
2015-03-24An example for cloneSteve Klabnik-0/+8
2015-03-24std: Zero memory when calling `read_to_end()`Alex Crichton-30/+14
2015-03-24Add examples for std::asciiSteve Klabnik-4/+96
2015-03-24Test fixes and rebase conflicts, round 4Alex Crichton-2/+0
2015-03-24correct reference wrt shiftsSteve Klabnik-3/+3
2015-03-24Clean up Any's title lineSteve Klabnik-4/+4
2015-03-24Add basic information about associated typesSteve Klabnik-0/+203
2015-03-24Add Examples for FileSteve Klabnik-0/+74
2015-03-24Add the other S_I(RWX)(GRP/OTH) for posix `creat`Nicholas Mazzuca-0/+58
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-6/+3
2015-03-23Improve the wording of the example section description on the ownership pageLiam Monahan-2/+2
2015-03-23rollup merge of #23653: dhuseby/bitrig-stage0-c64d671Alex Crichton-1/+1
2015-03-23rollup merge of #23652: alexcrichton/stabilize-hasher-finishAlex Crichton-1/+1
2015-03-23rollup merge of #23645: steveklabnik/gh23642Alex Crichton-6/+3
2015-03-23rollup merge of #23644: mbrubeck/doc-editAlex Crichton-6/+3
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-149/+179
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-59/+216
2015-03-23adding lastest Bitrig snapshot by handDave Huseby-1/+1
2015-03-23Update docs for ptr module.Matt Brubeck-6/+3
2015-03-23Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakisbors-30/+449
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-381/+29
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-41/+49
2015-03-23rollup merge of #23484: alexcrichton/marker-trait-stableAlex Crichton-0/+1