about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-10-31enhance the documentation of std::io::BufReader regarding potential data lossMarco Conte-2/+4
2019-10-29vxWorks: remove all code related to UNIX socket as it is not supported by vxW...BaoshanPang-1828/+60
2019-10-29Add lint for unnecessary parens around typesjack-t-3/+3
2019-10-29doc: use new feature gate for c_void typeLzu Tao-1/+1
2019-10-28[doc] fix the reference to using `OpenOptions::open`Josh Stone-2/+2
2019-10-28[doc] add a possessive apostrophe in `OpenOptionsExt::mode`Josh Stone-2/+2
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-8/+4
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-431/+2262
2019-10-26Rollup merge of #65791 - dorfsmay:doc_keyword_continue, r=Mark-SimulacrumMazdak Farrokhzad-2/+33
2019-10-26Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisaYuki Okushi-1/+7
2019-10-25forgot pushfq/popqfq: fixedRaoul Strackx-0/+2
2019-10-25cleaning up codeRaoul Strackx-9/+4
2019-10-25removed unnecessary pushRaoul Strackx-1/+0
2019-10-25Rollup merge of #65731 - fusion-engineering-forks:set-extension, r=dtolnayMazdak Farrokhzad-11/+15
2019-10-25Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichtonMazdak Farrokhzad-42/+55
2019-10-25RFC 2008: StabilizationDavid Wood-1/+1
2019-10-25Mention park guaranteePaul Dicker-0/+4
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-19/+19
2019-10-25Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwcoMazdak Farrokhzad-1/+2
2019-10-24Adding doc on keyword continueYves Dorfsman-2/+33
2019-10-24Always align Waiter to 4 bytesPaul Dicker-0/+1
2019-10-24Use more precise atomic orderingsPaul Dicker-12/+41
2019-10-24In Waiter use interior mutability for threadPaul Dicker-9/+19
2019-10-24Reduce the amount of comments in call_innerPaul Dicker-19/+6
2019-10-24Move thread parking to a seperate functionPaul Dicker-38/+42
2019-10-24Turn Finish into WaiterQueuePaul Dicker-23/+21
2019-10-24Update hashbrown to 0.6.2Alex Crichton-1/+1
2019-10-24pre-expansion gate decl_macroMazdak Farrokhzad-1/+2
2019-10-23Rollup merge of #65479 - SimonSapin:matches, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-10-23Rollup merge of #64178 - mati865:clippy, r=scottmcmMazdak Farrokhzad-14/+12
2019-10-23Prevent unnecessary allocation in PathBuf::set_extension.Mara Bos-11/+15
2019-10-23Don't mutate waiter nodesPaul Dicker-9/+9
2019-10-23Move the `matches!` macro to the preludeSimon Sapin-10/+2
2019-10-23Add `core::macros::matches!( $expr, $pat ) -> bool`Simon Sapin-1/+11
2019-10-23Simplify loop conditions in RUNNING and add commentsPaul Dicker-17/+29
2019-10-23Rename state to state_and_queuePaul Dicker-28/+29
2019-10-23Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichtonYuki Okushi-4/+4
2019-10-23Some tweaksoxalica-49/+44
2019-10-22Apply clippy::single_match suggestionMateusz Mikuła-3/+2
2019-10-22Apply clippy::while_let_on_iterator suggestionsMateusz Mikuła-2/+1
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-9/+9
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-55/+111
2019-10-22rename Error::iter_chain() and remove Error::iter_sources()Harald Hoyer-80/+12
2019-10-22Fix check of `statx`oxalica-16/+34
2019-10-21Rollup merge of #65663 - Amanieu:typo, r=varkorMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-9/+9
2019-10-21add aarch64 support for HermitCoreStefan Lankes-1/+1
2019-10-21fixed ac vulnerabilityRaoul Strackx-0/+10
2019-10-21Fix typo from #65214Amanieu d'Antras-1/+1
2019-10-21Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPCYuki Okushi-2/+65