summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-29rollup merge of #24962: tamird/unignore-android-testsAlex Crichton-7/+1
2015-04-29rollup merge of #24961: nham/net_docs_cleanupAlex Crichton-39/+39
2015-04-29rollup merge of #24953: tamird/android-pieAlex Crichton-22/+33
2015-04-29rollup merge of #24952: pnkfelix/put-back-missing-dash-g-in-24687-testAlex Crichton-0/+1
2015-04-29rollup merge of #24945: pnkfelix/fixes-for-dash-g-handlingAlex Crichton-2/+23
2015-04-29rollup merge of #24935: pnkfelix/lint-repr-c-dropAlex Crichton-0/+114
2015-04-29rollup merge of #24933: oli-obk/patch-1Alex Crichton-1/+1
2015-04-29rollup merge of #24931: jooert/patch-1Alex Crichton-1/+1
2015-04-29rollup merge of #24930: nrc/save-fnAlex Crichton-2/+4
2015-04-29rollup merge of #24929: tamird/unstub-some-testsAlex Crichton-24/+19
2015-04-29rollup merge of #24926: frewsxcv/patch-20Alex Crichton-1/+1
2015-04-29rollup merge of #24917: zecozephyr/nullptroptAlex Crichton-0/+59
2015-04-29rollup merge of #24911: GBGamer/patch-4Alex Crichton-1/+1
2015-04-29rollup merge of #24908: inrustwetrust/once_memory_orderingAlex Crichton-1/+5
2015-04-29rollup merge of #24904: steveklabnik/remove_std_net_warningAlex Crichton-4/+1
2015-04-29rollup merge of #24903: pnkfelix/fsk-enum-swapindropAlex Crichton-10/+10
2015-04-29rollup merge of #24894: bguiz/diagnostic-E0267Alex Crichton-1/+16
2015-04-29rollup merge of #24886: GBGamer/masterAlex Crichton-0/+31
2015-04-29rollup merge of #24881: chris-morgan/issue-24872Alex Crichton-1/+5
2015-04-29rollup merge of #24871: mbrubeck/doc-editAlex Crichton-1/+1
2015-04-29rollup merge of #24870: tshepang/reference-fix-bracketsAlex Crichton-2/+2
2015-04-29rollup merge of #24862: barometz/intro-push-err-fixAlex Crichton-1/+1
2015-04-29rollup merge of #24846: dotdash/fast_cttz8Alex Crichton-6/+14
2015-04-29rollup merge of #24833: tari/rfc888Alex Crichton-11/+43
2015-04-29rollup merge of #24762: nrc/mod-debug-2Alex Crichton-2672/+2862
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-932/+2508
2015-04-29rollup merge of #24610: nagisa/offset-docsAlex Crichton-6/+12
2015-04-29Update process.rstynopex-8/+8
2015-04-29Re-enable tests on AndroidTamir Duberstein-4/+0
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