about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-12-16Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisaMazdak Farrokhzad-14/+1
2018-12-16Rollup merge of #56761 - estebank:path-display, r=zackmdavisMazdak Farrokhzad-2/+7
2018-12-16Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=CentrilMazdak Farrokhzad-2/+2
2018-12-16Rollup merge of #53506 - phungleson:fix-from-docs-atomic, r=KodrAusMazdak Farrokhzad-2/+15
2018-12-15Remove u8 cttz hackNikita Popov-14/+1
2018-12-15Rollup merge of #56677 - aelred:must-use-on-traits, r=estebankPietro Albini-0/+5
2018-12-15Rollup merge of #56751 - mbrubeck:hash, r=dtolnayPietro Albini-1/+1
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-23/+5
2018-12-13Wording changesEsteban Küber-3/+3
2018-12-13Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapinbors-4/+4
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-2/+7
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-8/+11
2018-12-12Expand documantation for std::pin moduleTaylor Cramer-15/+22
2018-12-12Allow ptr::hash to accept fat pointersMatt Brubeck-1/+1
2018-12-12Bump to 1.33.0Alex Crichton-23/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-7/+14
2018-12-12Documentation for impl From for AtomicBool and other Atomic typesSon-2/+15
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-2/+2
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+0
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+5
2018-12-09Auto merge of #56630 - sinkuu:core_iter, r=kennytmbors-22/+39
2018-12-09Don't call size_hint of underlying iterator needlesslyShotaro Yamada-2/+10
2018-12-09Resolve FIXME and cleanupShotaro Yamada-20/+8
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+21
2018-12-08Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=CentrilMazdak Farrokhzad-2/+5
2018-12-08Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddybMazdak Farrokhzad-0/+2
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-109/+110
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-109/+110
2018-12-07codegen: Fix va_list - aaarch64 iOS/WindowsDan Robertson-0/+2
2018-12-07use top level `fs` functions where appropriateAndy Russell-4/+3
2018-12-07grammarDale Wijnand-1/+1
2018-12-07Fix the just-introduced ptr::hash docsDale Wijnand-2/+5
2018-12-07Unique/NonNull::from: make sure we convert to raw pointers ASAPRalf Jung-4/+4
2018-12-07Rollup merge of #56574 - cbarrick:master, r=varkorkennytm-2/+1
2018-12-07Rollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichtonkennytm-0/+30
2018-12-06Fix a stutter in the docs for slice::exact_chunksChris Barrick-2/+1
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-7/+7
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-14/+23
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-7/+7
2018-12-05Rollup merge of #56538 - xfix:patch-13, r=blussPietro Albini-1/+20
2018-12-05Rollup merge of #56424 - mark-i-m:explain-raw, r=CentrilPietro Albini-0/+4
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+3
2018-12-05Add a test for cloned side effectsKonrad Borowski-0/+17
2018-12-05Use inner iterator may_have_side_effect for ClonedKonrad Borowski-1/+3
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+3
2018-12-04cleanup: remove static lifetimes from constsljedrz-7/+7
2018-12-04Increase code-reuse and -readabilityOliver Scherer-1/+1
2018-12-04Add tests for stable unsafe features in const fnOliver Scherer-1/+0
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-5/+6
2018-12-04Make sure the initialization of constrained int range newtypes is unsafeOliver Scherer-10/+19