about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-07-04Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapinbors-0/+8
2018-07-04Auto merge of #51935 - cramertj:unpin-references, r=withoutboatsbors-0/+9
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-83/+189
2018-07-02Implement `UnsafeFutureObj` for `&mut Future`Josef Reinhard Brandl-2/+18
2018-07-02Remove unnecessary `PhantomData` fieldJosef Reinhard Brandl-4/+2
2018-07-02Add explanation for custom trait objectJosef Reinhard Brandl-1/+18
2018-07-02Fix naming convention issueJosef Reinhard Brandl-1/+1
2018-07-02Make `drop` method for `PinMut`'s `UnsafeFutureObj` impl emptyJosef Reinhard Brandl-3/+1
2018-07-02Improve doc comments for `FutureObj`Josef Reinhard Brandl-3/+4
2018-07-02`UnsafeFutureObj` impl for `PinMut`Josef Reinhard Brandl-3/+20
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-27/+45
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-53/+58
2018-07-01Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertjPietro Albini-5/+9
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-15/+7
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-244/+1
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-244/+1
2018-06-29Make Waker and LocalWaker UnpinTaylor Cramer-0/+3
2018-06-29Implement Unpin for referencesTaylor Cramer-0/+6
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-28/+0
2018-06-28Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAusMark Rousskov-2/+2
2018-06-28Auto merge of #51630 - joshlf:map-split-perf, r=dtolnaybors-30/+36
2018-06-28Rollup merge of #51842 - rust-lang:align-is-nonzero, r=cramertjkennytm-0/+2
2018-06-28Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushikennytm-0/+19
2018-06-27Add str::split_ascii_whitespace.Clar Charr-4/+155
2018-06-27Fix doc linksJosef Reinhard Brandl-5/+9
2018-06-27Document that Layout::from_size_align does not allow align=0Simon Sapin-0/+2
2018-06-27Auto merge of #51835 - tmccombs:stable-int-to-from-bytes, r=joshtriplettbors-12/+4
2018-06-27Optimize RefCell refcount trackingJoshua Liebow-Feeser-30/+36
2018-06-26Stabilize to_bytes and from_bytes for integers.Thayne McCombs-12/+4
2018-06-27Auto merge of #51598 - Pazzaz:master, r=sfacklerbors-2/+46
2018-06-26Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakisbors-46/+46
2018-06-26Move spawn errors into executor.rsJosef Reinhard Brandl-67/+50
2018-06-26Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversionsJosef Reinhard Brandl-75/+34
2018-06-26Add `LocalTaskObj`Josef Reinhard Brandl-6/+102
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-46/+46
2018-06-26Split libcore/task.rs into submodulesJosef Reinhard Brandl-294/+401
2018-06-26Add unit tests for `.mod_euc()` and `.div_euc()`Fabian Kössel-0/+19
2018-06-26Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboatsPietro Albini-5/+11
2018-06-24Use assert_eq! in copy_from_sliceJonas Schievink-2/+2
2018-06-23Auto merge of #51653 - mglagla:option-unreachable, r=dtolnaybors-3/+3
2018-06-23`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and...Josef Reinhard Brandl-5/+11
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-8/+31
2018-06-21Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfacklerbors-7/+81
2018-06-20Replace unreachable! with unreachable_uncheckedMartin Glagla-3/+3
2018-06-19Update message for `!Sized` typesEsteban Küber-2/+2
2018-06-19Add link to book for `Sized` errorsEsteban Küber-1/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-8/+29
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-7/+81
2018-06-18Rename OOM to allocation errorSimon Sapin-24/+24
2018-06-17Auto merge of #51404 - clarcharr:never_hash, r=KodrAusbors-0/+7