| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 | 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 |
| 2018-08-02 | macro-inline len() and is_empty() to fix performance regressions | Ralf Jung | -20/+29 |
| 2018-08-02 | make the code for nth closer to what it used to be | Ralf Jung | -3/+4 |
| 2018-08-02 | test nth better | Ralf Jung | -11/+37 |
| 2018-08-02 | use wrapping_offset; fix logic error in nth | Ralf Jung | -10/+12 |
| 2018-08-02 | comments | Ralf Jung | -2/+3 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -211/+228 |
| 2018-08-01 | Auto merge of #52958 - pietroalbini:rollup, r=pietroalbini | bors | -10/+16 |
| 2018-08-01 | Rollup merge of #52854 - RalfJung:memrchr, r=Kimundi | Pietro Albini | -10/+16 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -225/+17 |
| 2018-08-01 | Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton | bors | -35/+50 |
| 2018-08-01 | Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52870 - cramertj:unpin-futureobj, r=aturon | Pietro Albini | -0/+3 |
| 2018-08-01 | Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj | Pietro Albini | -3/+5 |
| 2018-08-01 | Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum | Pietro Albini | -263/+0 |
| 2018-07-31 | Fix a typo in unsize.rs | pravic | -1/+1 |
| 2018-07-31 | Auto merge of #50267 - humanenginuity:master, r=alexcrichton | bors | -3/+162 |