summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-25Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichtonManish Goregaokar-13/+8
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-23Hide unnecessary error checking from the userTobias Bucher-13/+8
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+4
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-27/+0
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-4/+8
2015-02-20Register new snapshotsAlex Crichton-27/+0
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+5
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-7/+12
2015-02-18std: Implement CString-related RFCsAlex Crichton-7/+12
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+3
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+28
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-5/+5
2015-02-17Fallout from stabilizationAaron Turon-5/+5
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-1/+6
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-1/+1
2015-02-13Add std::processAaron Turon-0/+21
2015-02-11More test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-0/+394
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+394
2015-02-11Test fixes and rebase conflictsAlex Crichton-0/+4
2015-02-11PR review fixesDave Huseby-12/+2
2015-02-11bitrig integrationDave Huseby-3/+17
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+2
2015-02-10rollup merge of #21920: vojtechkral/main-thread-nameAlex Crichton-4/+0
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+10
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+10
2015-02-08Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-4/+0
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-56/+56
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-9/+9
2015-02-04Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichtonbors-7/+7
2015-02-04Fix Unicode name manglingP1start-7/+7
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-13/+2
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-14/+0
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-11/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-14/+0
2015-02-01openbsd: incoporate remarksSébastien Marie-37/+17
2015-02-01openbsd supportSébastien Marie-2/+19
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-0/+4
2015-01-30smoke out remaining bugsJorge Aparicio-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+11
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1