| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2018-08-04 | Change tracking issue from #49792 to #51919 | Tobias Bucher | -8/+8 |
| 2018-08-04 | deleted changed lines | redroc | -33/+0 |
| 2018-08-04 | fixed broken links to char | redroc | -19/+19 |
| 2018-08-03 | unsized ManuallyDrop | Ralf Jung | -3/+12 |
| 2018-08-03 | volatile operations docs: clarify that this does not help wrt. concurrency | Ralf Jung | -0/+30 |
| 2018-08-03 | Provide `{to,from}_{ne,le,be}_bytes` functions on integers | Tobias Bucher | -14/+86 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -225/+17 |
| 2018-08-02 | Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton | bors | -212/+277 |
| 2018-08-02 | use the same length computation everywhere | Ralf Jung | -21/+10 |
| 2018-08-02 | Introduce another way to compute the length, to fix position codegen regression | Ralf Jung | -8/+21 |
| 2018-08-02 | simplify len macro: No longer require the type | Ralf Jung | -12/+19 |