about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-02Use Alloc and Layout from core::heap.Mike Hommey-17/+19
2018-04-02Fixed error message from PR review #49392Peter Hrvola-1/+1
2018-04-02Auto merge of #49574 - tmccombs:stabilize-getpid, r=sfacklerbors-2/+1
2018-04-01Stabilize String::replace_rangeThayne McCombs-21/+20
2018-04-01Stabilize `Option::filter`.Thayne McCombs-1/+1
2018-04-01Stabilize `std::process::id()`Thayne McCombs-2/+1
2018-04-02Reject huge alignments on macos with system allocator onlyMike Hommey-14/+15
2018-04-02Add vec!['\0'; n] optimization, like vec![0; n]Mike Hommey-0/+2
2018-04-02Add vec![ptr::null{,_mut}(); n] optimization, like vec![0; n]Mike Hommey-26/+53
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