about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-11/+17
2015-03-24rollup merge of #23674: nagisa/fallout-1Alex Crichton-7/+7
2015-03-24Test fixes and rebase conflicts, round 1Alex Crichton-0/+2
2015-03-25Fix some fallout in librustdocSimonas Kazlauskas-7/+7
2015-03-24rollup merge of #23671: steveklabnik/doc_std_cloneAlex Crichton-0/+8
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-63/+465
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-145/+144
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-145/+144
2015-03-24rollup merge of #23668: alexcrichton/io-zeroAlex Crichton-30/+14
2015-03-24rollup merge of #23662: steveklabnik/gh23421Alex Crichton-3/+3
2015-03-24rollup merge of #23661: steveklabnik/any_docsAlex Crichton-4/+4
2015-03-24rollup merge of #23659: GBGamer/masterAlex Crichton-0/+58
2015-03-24rollup merge of #23646: steveklabnik/doc_fileAlex Crichton-0/+74
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-621/+593
2015-03-24rollup merge of #23629: liammonahan/masterAlex Crichton-2/+2
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-46/+65
2015-03-24rollup merge of #23573: steveklabnik/doc_associated_typesAlex Crichton-0/+203
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-261/+711
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-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-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