about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-30Auto merge of #49403 - oli-obk:try2, r=eddybbors-6/+38
2018-03-30Make UNIX_EPOCH an associated constant of SystemTimeSteven Fackler-0/+22
2018-03-30Introduce an edge from a const eval to the MIR of all statics it depends onOliver Schneider-1/+49
2018-03-30Add a generic CAS loop to std::sync::Atomic*Andre Bogus-0/+185
2018-03-30Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoeristerbors-12/+50
2018-03-30Bump lockfileManish Goregaokar-3/+24
2018-03-30Update clippyManish Goregaokar-5/+19
2018-03-30Tweak `Clause` definition and HRTBsscalexm-53/+88
2018-03-30Auto merge of #49422 - mbrubeck:fs_read, r=TimNNbors-6/+2
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-30/+40
2018-03-30Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavusbors-138/+165
2018-03-30Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichtonkennytm-0/+5
2018-03-30Rollup merge of #49473 - joshtriplett:nonnull-size, r=steveklabnikkennytm-1/+1
2018-03-30Rollup merge of #49468 - glandium:cleanup, r=pnkfelixkennytm-2/+2
2018-03-30Rollup merge of #49466 - glandium:master, r=rkruppekennytm-2/+2
2018-03-30Rollup merge of #49464 - ollie27:rustbuild_junction_handle_leak, r=alexcrichtonkennytm-2/+5
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-3/+3
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-18/+18
2018-03-30Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavuskennytm-2/+4
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+154
2018-03-29apply pnkfelix nitsNiko Matsakis-6/+20
2018-03-29document reason for #[inline(never)] annotationNiko Matsakis-1/+1
2018-03-29amortize dfs storage creationNiko Matsakis-31/+65
2018-03-29remove dependency map and instead use a linked list of constraintsNiko Matsakis-17/+55
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+5
2018-03-29Also protect first attemptnabijaczleweli-1/+5
2018-03-29Flush executables to disk after linkagenabijaczleweli-3/+33
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-11/+17
2018-03-29Remove unneeded trait implementations titlesGuillaume Gomez-11/+34
2018-03-29Rename main theme into light themeGuillaume Gomez-18/+18
2018-03-29Add primitive intra-linksGuillaume Gomez-13/+91
2018-03-29Fix escaped backslash in windows file not found messagePhlosioneer-1/+1
2018-03-29Update clippyManish Goregaokar-19/+5
2018-03-29Hide the Bound type in docs at its deprecated location in std::collectionsSimon Sapin-0/+1
2018-03-29Hide the deprecated std::collections::range module from docsSimon Sapin-0/+1
2018-03-29impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T>Simon Sapin-0/+60
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-184/+183
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-63/+64
2018-03-29Auto merge of #49471 - matklad:cargo-rustdoc, r=alexcrichtonbors-1/+14
2018-03-29src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>`Josh Triplett-1/+1
2018-03-29add `#[inline(never)]` annotationsNiko Matsakis-0/+2
2018-03-29Update CargoAleksey Kladov-1/+14
2018-03-29tidyQuietMisdreavus-2/+8
2018-03-29Fix testManish Goregaokar-1/+1
2018-03-29Add easy edition feature flagManish Goregaokar-13/+30
2018-03-28Take the original extra-filename passed to a crate into account whenChris Manchester-14/+57
2018-03-29Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakisbors-244/+97
2018-03-29Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr...bors-9/+120
2018-03-29Remove unnecessary use core::hash in liballoc/boxed.rsMike Hommey-2/+2
2018-03-29Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakisbors-82/+27