about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-01Update drop.rsAnders Pitman-1/+1
2018-04-02avoid IdxSets containing garbage above the universe lengthAriel Ben-Yehuda-3/+75
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-35/+87
2018-04-01Fix miri Discriminant() for non-ADTbjorn3-10/+19
2018-04-01Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichtonMark Simulacrum-19/+8
2018-04-01Rollup merge of #49498 - Manishearth:clippyup, r=oli-obkMark Simulacrum-8/+43
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-17/+70
2018-04-01Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkovbors-1/+1
2018-04-01Remove filetime dep from build_helperMark Simulacrum-19/+8
2018-04-01Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNNbors-2/+80
2018-04-01Inline most of the code paths for conversions with boxed slicesAnthony Ramine-1/+11
2018-04-01Fixed nits from PR review #49392Peter Hrvola-6/+10
2018-04-01Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddybbors-54/+164
2018-03-31Deprecate offset_to; switch core&alloc to using offset_from insteadScott McMurray-13/+19
2018-04-01Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertjbors-1/+3
2018-04-01Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapinbors-7/+8
2018-03-31Unignore borrowck testPhlosioneer-1/+0
2018-04-01Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichtonbors-1/+5
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-54/+164
2018-03-31Special-case OutputType::Metadatavarkor-1/+4
2018-03-31Shorten deprecation notevarkor-3/+3
2018-03-31Add ignore reasonPhlosioneer-1/+1
2018-03-31Remove whitespacePhlosioneer-2/+2
2018-03-31Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNNbors-2/+2
2018-03-31Open the file as write before trying to flush itnabijaczleweli-1/+1
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-30Add #[must_use] to a few standard library methodsScott McMurray-1/+4
2018-03-31Fix tidy trailing newlinesPhlosioneer-2/+0
2018-03-31Commit code for option size hintPhlosioneer-1/+6
2018-03-31Add test for rustdoc ignore testPhlosioneer-0/+17
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-30Add support for variant and types fields for intra linksGuillaume Gomez-3/+55
2018-03-30Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkovbors-1/+27
2018-03-30Add missing anchor for union type fieldsGuillaume Gomez-2/+7
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-5/+0
2018-03-30fix targetted value backgroundGuillaume Gomez-1/+1
2018-03-30Fix doctestSteven Fackler-0/+1
2018-03-30Fix anchor position on fieldsGuillaume Gomez-0/+3
2018-03-30Add an explanation for the `create_depgraph_edges`Oliver Schneider-1/+12