summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-31Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichtonbors-0/+23
2018-03-31Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoeristerbors-1/+60
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-11/+17
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+117
2018-03-31Commit code for option size hintPhlosioneer-1/+6
2018-03-31Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelixbors-48/+136
2018-03-30Only include space in RUSTFLAGS extra flags if not emptyPetr Hosek-1/+3
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-13/+91
2018-03-30Handle fast-submodules option correctlyPetr Hosek-1/+5
2018-03-30Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichtonbors-7/+25
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-7/+8
2018-03-30fs_read_write_bytes stabilized in 1.26.0Matt Brubeck-2/+2
2018-03-30Auto merge of #49518 - SimonSapin:prelude, r=alexcrichtonbors-5/+0
2018-03-30Deprecate signed std::num::NonZeroI* with a call for use casesSimon Sapin-7/+25
2018-03-30Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkovbors-1/+27
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-5/+0
2018-03-30Fix doctestSteven Fackler-0/+1
2018-03-30Add an explanation for the `create_depgraph_edges`Oliver Schneider-1/+12
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-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-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-29Move the alloc::allocator module to core::heapSimon Sapin-11/+17
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