| Age | Commit message (Expand) | Author | Lines |
| 2018-08-20 | core::convert::identity: fix issue number to #53500 | Mazdak Farrokhzad | -1/+1 |
| 2018-08-19 | remove feature(convert_id) from lib{core,std}/lib.rs | Mazdak Farrokhzad | -1/+0 |
| 2018-08-19 | Make core::convert::identity a const fn. | Mazdak Farrokhzad | -1/+2 |
| 2018-08-19 | Drop `identity` from prelude. | Mazdak Farrokhzad | -3/+0 |
| 2018-08-19 | Merge branch 'master' into feature/core_convert_id | Mazdak Farrokhzad | -6320/+25263 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -0/+18 |
| 2018-08-17 | Rollup merge of #53358 - SimonSapin:int-bytes, r=shepmaster | Corey Farwell | -18/+90 |
| 2018-08-17 | Gratuitous at byte boundaries in hex i32 literals in some doc-tests | Simon Sapin | -4/+4 |
| 2018-08-17 | Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster | kennytm | -24/+2 |
| 2018-08-16 | Auto merge of #53256 - ollie27:writeln, r=KodrAus | bors | -5/+3 |
| 2018-08-15 | Fix since of Iterator::flatten to be a proper semver | Aleksey Kladov | -7/+7 |
| 2018-08-15 | Make core::sync::atomic::Ordering #[non_exhaustive] | varkor | -24/+2 |
| 2018-08-14 | `{to,from}_{ne,le,be}_bytes` for unsigned integer types | Simon Sapin | -16/+88 |
| 2018-08-14 | Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapin | bors | -3/+11 |
| 2018-08-12 | Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez | Guillaume Gomez | -1/+4 |
| 2018-08-12 | Rollup merge of #53240 - llogiq:doc-num-swap-reverse, r=joshtriplett | Guillaume Gomez | -113/+112 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -0/+1 |
| 2018-08-12 | Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm | Guillaume Gomez | -21/+21 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -1/+4 |
| 2018-08-10 | Don't accept none str literals for the format string in writeln | Oliver Middleton | -5/+3 |
| 2018-08-10 | Add individual documentation for <integer>`.swap_bytes`/.`reverse_bits` | Andre Bogus | -113/+112 |
| 2018-08-10 | Rollup merge of #53207 - llogiq:num-rotate-docs, r=QuietMisdreavus | kennytm | -113/+115 |
| 2018-08-10 | Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-10 | Rollup merge of #53217 - strake:inline, r=nagisa | kennytm | -0/+10 |
| 2018-08-10 | Rollup merge of #53106 - RalfJung:ordering, r=stjepang | kennytm | -74/+327 |
| 2018-08-09 | Add individual docs for rotate_{left, right} | Andre Bogus | -113/+115 |
| 2018-08-09 | [nll] libcore: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | repr(transparent) | Ralf Jung | -0/+1 |
| 2018-08-09 | inline some short functions | M Farkas-Dyck | -0/+10 |
| 2018-08-07 | Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis | bors | -0/+1 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -0/+1 |
| 2018-08-07 | document mode possibilities for all RMW operations | Ralf Jung | -29/+226 |
| 2018-08-07 | list possible orderings for load and store | Ralf Jung | -26/+43 |
| 2018-08-07 | forgot to add comment for some atomic types | Ralf Jung | -2/+4 |
| 2018-08-07 | fix link label; use more https | Ralf Jung | -14/+14 |
| 2018-08-07 | Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertj | kennytm | -32/+33 |
| 2018-08-07 | Rollup merge of #53052 - redroc:master, r=QuietMisdreavus | kennytm | -33/+0 |
| 2018-08-06 | unconfuse @eddyb | Ralf Jung | -1/+2 |
| 2018-08-06 | remove unnecessary CoerceUnsized impl | Ralf Jung | -3/+0 |
| 2018-08-06 | Rename Executor trait to Spawn | Josef Reinhard Brandl | -32/+33 |
| 2018-08-06 | atomic ordering docs | Ralf Jung | -11/+48 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -1/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -1/+0 |
| 2018-08-05 | Correct invalid feature attributes | varkor | -45/+5 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -7/+0 |
| 2018-08-05 | Fix doc link (again) | Felix Rabe | -1/+1 |
| 2018-08-04 | Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrum | kennytm | -50/+50 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -50/+50 |
| 2018-08-04 | Remove explicit returns where unnecessary | ljedrz | -21/+21 |
| 2018-08-04 | Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapin | kennytm | -18/+90 |