| Age | Commit message (Expand) | Author | Lines |
| 2019-07-12 | Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco... | Mazdak Farrokhzad | -4/+5 |
| 2019-07-12 | Add tracking issue 62633 | Josh Stone | -2/+2 |
| 2019-07-11 | move mem::uninitialized deprecation back by 1 release, to 1.39 | Ralf Jung | -1/+1 |
| 2019-07-11 | Make cold unwraps take &dyn Debug | Josh Stone | -8/+8 |
| 2019-07-11 | Add Option::expect_none(msg) and unwrap_none() | Josh Stone | -1/+94 |
| 2019-07-10 | Implement Unpin for all raw pointers | Steven Fackler | -0/+6 |
| 2019-07-11 | Rollup merge of #62557 - taiki-e:typo, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -2/+5 |
| 2019-07-11 | Rollup merge of #61665 - aschampion:slice-eq-ptr, r=sfackler | Mazdak Farrokhzad | -6/+17 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Remove unnecessary expansions created by `#[test_case/test/bench]` | Vadim Petrochenkov | -0/+3 |
| 2019-07-10 | Rollup merge of #62493 - Freyskeyd:valid_example_read-write_unaligned, r=rkruppe | Mazdak Farrokhzad | -0/+32 |
| 2019-07-10 | Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcm | Mazdak Farrokhzad | -3/+1 |
| 2019-07-10 | Fix typo in libcore/intrinsics.rs | Taiki Endo | -1/+2 |
| 2019-07-09 | Use fold in Iterator::last | Chris Gregory | -3/+1 |
| 2019-07-10 | Rollup merge of #62278 - cuviper:iter-partition, r=alexcrichton | Mazdak Farrokhzad | -0/+138 |
| 2019-07-09 | Tracking issue 62544 for iter_is_partitioned | Josh Stone | -1/+1 |
| 2019-07-09 | Tracking issue 62543 for iter_partition_in_place | Josh Stone | -1/+1 |
| 2019-07-09 | Implement DoubleEndedIterator for iter::{StepBy, Peekable, Take} | Tim Vermeulen | -13/+296 |
| 2019-07-09 | Unit test Iterator::partition_in_place and is_partitioned | Josh Stone | -0/+38 |
| 2019-07-09 | Return the true count from partition_in_place | Josh Stone | -6/+35 |
| 2019-07-09 | Rename partition_mut to partition_in_place | Josh Stone | -8/+8 |
| 2019-07-09 | Capitalize example comment | Josh Stone | -1/+1 |
| 2019-07-09 | Add Iterator::partition_mut() and is_partitioned() | Josh Stone | -0/+71 |
| 2019-07-09 | Apply suggestions from code review | Aleksey Kladov | -3/+3 |
| 2019-07-09 | doc(ptr): add example for {read,write}_unaligned | Freyskeyd | -0/+32 |
| 2019-07-09 | Add missing links for CannotReallocInPlace type | Guillaume Gomez | -2/+5 |
| 2019-07-09 | clarify that debug_assert does not completely omits the code | Aleksey Kladov | -6/+6 |
| 2019-07-09 | Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichton | Mazdak Farrokhzad | -25/+229 |
| 2019-07-09 | add feature to docs | Ashley Mannix | -0/+2 |
| 2019-07-08 | Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcm | bors | -5/+5 |
| 2019-07-08 | Fix Pin urls in Option documentation | Guillaume Gomez | -0/+4 |
| 2019-07-08 | Add documentation to float conversion methods | Lzu Tao | -20/+144 |
| 2019-07-08 | Add float conversions to and from bytes | Tobias Bucher | -0/+106 |
| 2019-07-08 | Rollup merge of #62356 - soc:topic/contains, r=Centril | Mazdak Farrokhzad | -0/+78 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -25/+227 |
| 2019-07-07 | Only call the closure parameter of Iterator::is_sorted_by_key once per item | Tim Vermeulen | -5/+5 |
| 2019-07-07 | Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril | bors | -0/+321 |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -0/+321 |
| 2019-07-07 | Implement Option::contains, Result::contains and Result::contains_err | Simon Ochsenreither | -0/+78 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -33/+16 |
| 2019-07-07 | Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavus | Mazdak Farrokhzad | -10/+22 |
| 2019-07-07 | Rollup merge of #61990 - llogiq:questionmark-test, r=QuietMisdreavus | Mazdak Farrokhzad | -4/+7 |
| 2019-07-06 | Rollup merge of #62243 - petrochenkov:macrodoc, r=eddyb | Mazdak Farrokhzad | -91/+629 |
| 2019-07-06 | Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor | Mazdak Farrokhzad | -352/+740 |
| 2019-07-06 | Improve documentation for built-in macros | Vadim Petrochenkov | -76/+614 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -16/+16 |
| 2019-07-05 | Wrap line | Chris Gregory | -1/+2 |
| 2019-07-05 | Add messages to Option and Result must_use for is_* | Chris Gregory | -4/+4 |
| 2019-07-05 | Do not use pointer alignment on unsupported platforms | Justin Ridgewell | -1/+1 |