| Age | Commit message (Expand) | Author | Lines |
| 2015-02-22 | Auto merge of #22574 - huonw:remove-lame-statics, r=alexcirchton | bors | -45/+147 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -5242/+20 |
| 2015-02-22 | Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-22 | Fix errors from #22592 | Manish Goregaokar | -5/+5 |
| 2015-02-22 | Fix lint-unsafe-code test from #22542 | Manish Goregaokar | -2/+5 |
| 2015-02-22 | Rollup merge of #22567 - Gankro:unstable, r=alexcrichton | Manish Goregaokar | -194/+157 |
| 2015-02-22 | Rollup merge of #22516 - leejunseok:nonpub_field_sugg, r=jakub- | Manish Goregaokar | -1/+41 |
| 2015-02-22 | Rollup merge of #22602 - steveklabnik:doc_range_step, r=alexcrichton | Manish Goregaokar | -2/+47 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -732/+732 |
| 2015-02-22 | Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonw | Manish Goregaokar | -37/+103 |
| 2015-02-22 | Rollup merge of #22634 - shepmaster:std-io-typo, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22633 - wesleywiser:fix_22586, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22625 - inrustwetrust:dispatch-doc-grammar, r=huonw | Manish Goregaokar | -9/+9 |
| 2015-02-22 | Rollup merge of #22620 - edwardw:issue-22356, r=brson | Manish Goregaokar | -0/+39 |
| 2015-02-22 | Rollup merge of #22614 - nick29581:fix-cc-crate, r=alexcrichton | Manish Goregaokar | -7/+12 |
| 2015-02-22 | Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichton | Manish Goregaokar | -12/+15 |
| 2015-02-22 | Rollup merge of #22571 - nagisa:style-fallout, r=alexcrichton | Manish Goregaokar | -2/+17 |
| 2015-02-22 | Rollup merge of #22562 - dckc:patch-4, r=Aatch | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22545 - Ryman:fucntion, r=dotdash | Manish Goregaokar | -14/+14 |
| 2015-02-22 | Rollup merge of #22527 - dotdash:if-loop, r=huonw | Manish Goregaokar | -0/+27 |
| 2015-02-22 | Rollup merge of #22524 - stevencrockett:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22515 - adamhjk:add-else-if-to-docs, r=steveklabnik | Manish Goregaokar | -0/+14 |
| 2015-02-22 | Rollup merge of #22509 - tshepang:not-needed-mut, r=steveklabnik | Manish Goregaokar | -8/+8 |
| 2015-02-22 | Rollup merge of #22267 - steveklabnik:fix_lie, r=Gankro | Manish Goregaokar | -2/+7 |
| 2015-02-21 | Fix typo in std::io unstable reason | Jake Goulding | -1/+1 |
| 2015-02-21 | Remove mention of non-existing AtomicOption in docs | Wesley Wiser | -1/+1 |
| 2015-02-21 | Minor grammar/spelling fixes to the "Static and Dynamic Dispatch" doc | inrustwetrust | -9/+9 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -140/+718 |
| 2015-02-21 | Add test for #22356 | Edward Wang | -0/+39 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -5242/+20 |
| 2015-02-21 | Remove `'static` bound from sync::mpsc, Mutex and RwLock. | Huon Wilson | -45/+147 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -7/+12 |
| 2015-02-20 | make int/uint modules just re-exports | Alexis | -151/+107 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -51/+58 |
| 2015-02-20 | added license header to test | Junseok Lee | -0/+10 |
| 2015-02-20 | added local crate struct with priv field to test | Junseok Lee | -0/+13 |
| 2015-02-20 | added 'suggest-private-fields' cfail test | Junseok Lee | -0/+13 |
| 2015-02-20 | suggestions no longer include private fields for structs outside local crate.... | Junseok Lee | -1/+5 |
| 2015-02-20 | Add examples for iter::range_step | Steve Klabnik | -2/+47 |
| 2015-02-20 | fix a few 'variable does not need to be mutable' warnings | Tshepang Lekhonkhobe | -8/+8 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -731/+730 |
| 2015-02-20 | iOS: CStr fallout | Valerii Hiora | -2/+2 |
| 2015-02-20 | Escape some rustdoc strings | Simonas Kazlauskas | -12/+15 |
| 2015-02-20 | Fix style fallout from 204e2bd442 | Simonas Kazlauskas | -2/+17 |
| 2015-02-20 | make span on obsolete syntax very precise | Niko Matsakis | -1/+2 |
| 2015-02-20 | unbreak openbsd build after 1860ee52 | Sébastien Marie | -1/+1 |
| 2015-02-19 | fix markup of "just one effect, unsafe" | Dan Connolly | -1/+1 |
| 2015-02-19 | Unsafe lint will also check for other unsafe code | Ivan Petkov | -37/+103 |
| 2015-02-19 | typo: fucntion -> function | Kevin Butler | -14/+14 |