about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-22Auto merge of #22574 - huonw:remove-lame-statics, r=alexcirchtonbors-45/+147
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-5242/+20
2015-02-22Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonwManish Goregaokar-1/+1
2015-02-22Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichtonManish Goregaokar-2/+2
2015-02-22Fix errors from #22592Manish Goregaokar-5/+5
2015-02-22Fix lint-unsafe-code test from #22542Manish Goregaokar-2/+5
2015-02-22Rollup merge of #22567 - Gankro:unstable, r=alexcrichtonManish Goregaokar-194/+157
2015-02-22Rollup merge of #22516 - leejunseok:nonpub_field_sugg, r=jakub-Manish Goregaokar-1/+41
2015-02-22Rollup merge of #22602 - steveklabnik:doc_range_step, r=alexcrichtonManish Goregaokar-2/+47
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-732/+732
2015-02-22Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonwManish Goregaokar-37/+103
2015-02-22Rollup merge of #22634 - shepmaster:std-io-typo, r=ManishearthManish Goregaokar-1/+1
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-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-21Minor grammar/spelling fixes to the "Static and Dynamic Dispatch" docinrustwetrust-9/+9
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-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-731/+730
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-19typo: fucntion -> functionKevin Butler-14/+14