summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-29Re-enable test on AndroidTamir Duberstein-2/+0
2015-04-29Reference the correct issueTamir Duberstein-1/+1
2015-04-29Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9
2015-04-29Add some missing punctuation in the libstd/net/tcp.rs docs.Nick Hamann-1/+1
2015-04-29Add some missing punctuation in the libstd/net/ip.rs docs.Nick Hamann-19/+19
2015-04-29tests for lint that warns about mixing #[repr(C)] with Drop.Felix S. Klock II-0/+59
2015-04-29lint for mixing `#[repr(C)]` with an impl of `Drop`.Felix S. Klock II-0/+55
2015-04-29std: Fixup docs for std::processtynopex-13/+16
2015-04-29Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-04-29Use PIE on AndroidTamir Duberstein-2/+1
2015-04-29Update SNAPs to latest snapshot.Peter Marheine-4/+4
2015-04-29DRY Android targetsTamir Duberstein-20/+32
2015-04-29Add `-g` that I should have included in PR #24932.Felix S. Klock II-0/+1
2015-04-29Unit test ensuring we accept repeated `-g` and `-O`.Felix S. Klock II-0/+18
2015-04-29Allow `-g` and `-O` options to be specified multiple times at command line.Felix S. Klock II-2/+5
2015-04-29distinction between official and community pluginsJannis Redmann-2/+7
2015-04-29FalloutTamir Duberstein-290/+335
2015-04-29`bitflags!` uses associated constantsTamir Duberstein-2/+4
2015-04-29`bitflags!` is no longer used in `std`Tamir Duberstein-2/+1
2015-04-29link to .editorconfig for Rust filesJannis Redmann-0/+1
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-29Currently, LLVM lowers a cttz8 on x86_64 to these instructions:Björn Steinbrink-1/+14
2015-04-29Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonwbors-1/+79
2015-04-29fix broken linkOliver Schneider-1/+1
2015-04-29Regression test for issue 24687.Felix S. Klock II-0/+78
2015-04-29Adapt benchmark tests to unit test guidelinesjooert-1/+1
2015-04-29Fix zero-normalization of the pos of a `MultiByteChar`.Felix S. Klock II-1/+1
2015-04-29Auto merge of #24893 - robinst:issue-24407-E0013, r=nrcbors-1/+19
2015-04-29save-analysis: fix impl functionsNick Cameron-2/+4
2015-04-29Reviewer changesNick Cameron-2486/+2454
2015-04-29Tidy upNick Cameron-43/+46
2015-04-29debuginfo: extract adt.rsNick Cameron-804/+841
2015-04-29debuginfo: extract metadata.rsNick Cameron-568/+604
2015-04-29debuginfo: extract types.rsNick Cameron-213/+233
2015-04-29debuginfo: extract namespace.rsNick Cameron-117/+139
2015-04-29debuginfo: extract create.rsNick Cameron-96/+129
2015-04-29debuginfo: extract utils.rsNick Cameron-563/+589
2015-04-29debuginfo: extract gdb.rsNick Cameron-80/+101
2015-04-29debuginfo: pull out docsNick Cameron-189/+202
2015-04-29Tidy up word-wrapping in debuginfoNick Cameron-131/+142
2015-04-29Move debuginfo.rs to its own directoryNick Cameron-0/+0
2015-04-28Unstub some testsTamir Duberstein-4/+1
2015-04-28Tests need not be publicTamir Duberstein-11/+11
2015-04-28Remove unused variableTamir Duberstein-9/+7
2015-04-29Auto merge of #24681 - tamird:unignore-android, r=alexcrichtonbors-61/+72
2015-04-28Fix punctuation placement in doc-commentCorey Farwell-1/+1
2015-04-29Auto merge of #24888 - tamird:snapshot, r=alexcrichtonbors-397/+29
2015-04-28Move explanation that references lexical grammar to the grammarCarol Nichols-5/+6
2015-04-28Add boolean literal to the grammarCarol (Nichols || Goulding)-2/+4
2015-04-28Add intrinsics for unchecked division and moduloNicholas Mazzuca-0/+31