about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-22Rollup merge of #22633 - wesleywiser:fix_22586, r=sfacklerManish Goregaokar-1/+1
2015-02-22Rollup merge of #22625 - inrustwetrust:dispatch-doc-grammar, r=huonwManish Goregaokar-9/+9
2015-02-22Rollup merge of #22620 - edwardw:issue-22356, r=brsonManish Goregaokar-0/+39
2015-02-22Rollup merge of #22614 - nick29581:fix-cc-crate, r=alexcrichtonManish Goregaokar-7/+12
2015-02-22Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichtonManish Goregaokar-12/+15
2015-02-22Rollup merge of #22571 - nagisa:style-fallout, r=alexcrichtonManish Goregaokar-2/+17
2015-02-22Rollup merge of #22562 - dckc:patch-4, r=AatchManish Goregaokar-1/+1
2015-02-22Rollup merge of #22545 - Ryman:fucntion, r=dotdashManish Goregaokar-14/+14
2015-02-22Rollup merge of #22527 - dotdash:if-loop, r=huonwManish Goregaokar-0/+27
2015-02-22Rollup merge of #22524 - stevencrockett:master, r=steveklabnikManish Goregaokar-1/+1
2015-02-22Rollup merge of #22515 - adamhjk:add-else-if-to-docs, r=steveklabnikManish Goregaokar-0/+14
2015-02-22Rollup merge of #22509 - tshepang:not-needed-mut, r=steveklabnikManish Goregaokar-8/+8
2015-02-22Rollup merge of #22267 - steveklabnik:fix_lie, r=GankroManish Goregaokar-2/+7
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-5/+5
2015-02-21Fix io::Take behavior with limit 0Steven Fackler-0/+20
2015-02-21Fix typo in std::io unstable reasonJake Goulding-1/+1
2015-02-21Remove mention of non-existing AtomicOption in docsWesley Wiser-1/+1
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-52/+19
2015-02-21Update LLVM to rust-llvm-2015-02-19Björn Steinbrink-1/+1
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-12/+14
2015-02-21Fix thread documentationAdolfo Ochagavía-5/+8
2015-02-21Minor grammar/spelling fixes to the "Static and Dynamic Dispatch" docinrustwetrust-9/+9
2015-02-21Un-ignore lang-item-public test.Vadim Chugunov-1/+0
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-140/+718
2015-02-21Add test for #22356Edward Wang-0/+39
2015-02-20Register new snapshotsAlex Crichton-5242/+20
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-45/+147
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-7/+12
2015-02-20make int/uint modules just re-exportsAlexis-151/+107
2015-02-20try to reduce bajillion warningsAlexis-51/+58
2015-02-20added license header to testJunseok Lee-0/+10
2015-02-20added local crate struct with priv field to testJunseok Lee-0/+13
2015-02-20added 'suggest-private-fields' cfail testJunseok Lee-0/+13
2015-02-20suggestions no longer include private fields for structs outside local crate....Junseok Lee-1/+5
2015-02-20Add examples for iter::range_stepSteve Klabnik-2/+47
2015-02-20fix a few 'variable does not need to be mutable' warningsTshepang Lekhonkhobe-8/+8
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-25/+68
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-25/+76
2015-02-20docs: Explain static dispatch advantage more clearlyBrian Anderson-4/+5
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-731/+730
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-103/+86
2015-02-20iOS: CStr falloutValerii Hiora-2/+2
2015-02-20Escape some rustdoc stringsSimonas Kazlauskas-12/+15
2015-02-20Fix style fallout from 204e2bd442Simonas Kazlauskas-2/+17
2015-02-20make span on obsolete syntax very preciseNiko Matsakis-1/+2
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19fix markup of "just one effect, unsafe"Dan Connolly-1/+1
2015-02-19Unsafe lint will also check for other unsafe codeIvan Petkov-37/+103
2015-02-19std: Update the std::io adaptors to proxy all methodsErick Tryzelaar-1/+36
2015-02-19book: Minor clarifications about stringsBrian Anderson-7/+10