| Age | Commit message (Expand) | Author | Lines |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -5/+2 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -11/+26 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+138 |
| 2020-01-24 | Use Self instead of self return type | Lzu Tao | -10/+10 |
| 2020-01-24 | Rollup merge of #68469 - ollie27:skip_count, r=sfackler | Tyler Mandry | -2/+8 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -0/+2 |
| 2020-01-23 | Updating str.chars docs to mention crates.io. | Steven Degutis | -1/+2 |
| 2020-01-23 | Unlock assoc_int_consts in documentation examples using it | Linus Färnstrand | -0/+4 |
| 2020-01-23 | Unlock assoc_int_consts in core+std | Linus Färnstrand | -0/+1 |
| 2020-01-23 | Fix some float operations to work together with the assoc consts | Linus Färnstrand | -5/+5 |
| 2020-01-23 | Add relevant associated constants to the float types | Linus Färnstrand | -28/+135 |
| 2020-01-23 | Add MIN/MAX associated constants to the integer types | Linus Färnstrand | -23/+47 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -0/+2 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -2/+8 |
| 2020-01-20 | Auto merge of #68405 - JohnTitor:rollup-kj0x4za, r=JohnTitor | bors | -44/+40 |
| 2020-01-21 | Rollup merge of #68381 - mjp41:master, r=Dylan-DPC | Yuki Okushi | -1/+2 |
| 2020-01-20 | Auto merge of #68066 - CAD97:stabilize-manuallydrop-take, r=Amanieu,Mark-Simu... | bors | -7/+8 |
| 2020-01-20 | Drop args from Formatter | Mark Rousskov | -13/+6 |
| 2020-01-20 | Move run/getcount to functions | Mark Rousskov | -38/+35 |
| 2020-01-20 | Delete unused "next" variants from formatting infrastructure | Mark Rousskov | -10/+15 |
| 2020-01-20 | Added minor clarification to specification of realloc. | Matthew Parkinson | -1/+2 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -12/+2 |
| 2020-01-19 | Rollup merge of #68348 - xfix:patch-14, r=nagisa | Dylan DPC | -0/+5 |
| 2020-01-18 | Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPC | Mazdak Farrokhzad | -1/+5 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -2/+2 |
| 2020-01-18 | Make iter::Empty<T> implement Send and Sync for any T | Konrad Borowski | -0/+5 |
| 2020-01-18 | improve type_name_of_val docs | lcnr/Bastian Kauschke | -1/+5 |
| 2020-01-18 | get rid of real_drop_in_place again | Ralf Jung | -12/+2 |
| 2020-01-17 | Rollup merge of #66564 - foeb:66219-document-unsafe-sync-cell-str, r=Amanieu | Dylan DPC | -35/+112 |
| 2020-01-16 | Add SAFETY comment for atomic example | Phoebe Bell | -1/+3 |
| 2020-01-16 | Fix formatting: ./x.py fmt | Phoebe Bell | -15/+5 |
| 2020-01-16 | Move comments for tidy | Phoebe Bell | -5/+5 |
| 2020-01-16 | Elaborate on SAFETY comments | Phoebe Bell | -77/+88 |
| 2020-01-16 | Apply suggestions from code review | Phoebe Bell | -1/+1 |
| 2020-01-16 | Fix typo "gurantees -> guarantees" | Phoebe Bell | -1/+1 |
| 2020-01-16 | Document unsafe blocks in core::{cell, str, sync} | Phoebe Bell | -17/+91 |
| 2020-01-17 | Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnay | bors | -0/+142 |
| 2020-01-16 | Rust ./x.py fmt | Richard Dodd | -12/+14 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-15 | Fix incorrect slice->ptr conversion in slice_from_raw_parts docs | CAD97 | -1/+1 |
| 2020-01-15 | Rollup merge of #68232 - Mark-Simulacrum:unicode-tables, r=joshtriplett | Dylan DPC | -3194/+2402 |
| 2020-01-15 | Mark leading_trailing_ones with tracking issue 57969 | Thom Chiovoloni | -4/+4 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -3/+21 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -7/+5 |
| 2020-01-14 | Replace old tables with new unicode data | Mark Rousskov | -3189/+2353 |
| 2020-01-14 | Add support code for new unicode_data module | Mark Rousskov | -5/+49 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+140 |
| 2020-01-12 | Tests for leading_trailing_ones | Thom Chiovoloni | -0/+55 |
| 2020-01-12 | Add {leading,trailing}_ones to primitive int types | Thom Chiovoloni | -0/+83 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |