summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2018-03-29Use f{32,64}::to_bits for is_zero test in vec::SpecFromElemMike Hommey-2/+2
2018-03-29Fix doctest (typo).Fabian Zaiser-2/+2
2018-03-29Stabilize underscore lifetimesTaylor Cramer-82/+27
2018-03-28Auto merge of #49460 - kennytm:rollup, r=kennytmbors-158/+472
2018-03-28fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+4
2018-03-28added testtinaun-0/+28
2018-03-28check impl trait firsttinaun-8/+14
2018-03-28Add docs for the test crate with the std docsOliver Middleton-1/+4
2018-03-28rustbuild: Don't leak file handles when creating junctions on WindowsOliver Middleton-2/+5
2018-03-28Fix tooltip positionGuillaume Gomez-2/+4
2018-03-28Fix up tidy errorsbobtwinkles-3/+8
2018-03-28Run make tests for file resolutionChris Manchester-0/+50
2018-03-28Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum...bors-1127/+1130
2018-03-28std: Child::kill() returns error if process has already exitedAndreas Tolfsen-2/+3
2018-03-28Rollup merge of #49452 - frewsxcv:frewsxcv-vec-cap-len, r=dtolnaykennytm-3/+4
2018-03-28Rollup merge of #49444 - rust-lang:oli-obk-patch-1, r=Mark-Simulacrumkennytm-59/+0
2018-03-28Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavuskennytm-32/+55
2018-03-28Rollup merge of #49439 - GuillaumeGomez:trait-impl-collapse, r=QuietMisdreavuskennytm-10/+15
2018-03-28Rollup merge of #49429 - GuillaumeGomez:fix-collapse-toggle-insertion, r=Quie...kennytm-0/+3
2018-03-28Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichtonkennytm-9/+9
2018-03-28Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomezkennytm-10/+117
2018-03-28Rollup merge of #49405 - GuillaumeGomez:search-appearance, r=QuietMisdreavuskennytm-3/+20
2018-03-28Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplettkennytm-2/+237
2018-03-28Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoeri...kennytm-2/+7
2018-03-28Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelixkennytm-2/+4
2018-03-28Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushikennytm-26/+1
2018-03-28Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakisbors-402/+68
2018-03-28Stabilize fs::read and fs::writeMatt Brubeck-6/+2
2018-03-28Fix #![feature]s.Fabian Zaiser-37/+40
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-57/+150
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-2/+7