| Age | Commit message (Expand) | Author | Lines |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -0/+1 |
| 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-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-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 |
| 2018-07-30 | Implement Unpin for FutureObj and LocalFutureObj | Taylor Cramer | -0/+3 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -263/+0 |
| 2018-07-30 | fix memrchr in miri | Ralf Jung | -10/+16 |
| 2018-07-30 | Revert "Stabilize to_bytes and from_bytes for integers." | Simon Sapin | -4/+12 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -4417/+7142 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Fix From<LocalWaker> | Josef Reinhard Brandl | -3/+5 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-28 | Auto merge of #52744 - RalfJung:align_offset, r=Kimundi | bors | -10/+7 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -92/+236 |
| 2018-07-28 | Rollup merge of #52777 - omni-viral:master, r=TimNN | kennytm | -2/+2 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -58/+62 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | Fix doc comment for 'ptr::copy_to' method | Zakarum | -2/+2 |
| 2018-07-27 | add smoke test for ManuallyDrop | Ralf Jung | -0/+25 |
| 2018-07-27 | use slice::align_to | Ralf Jung | -26/+7 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | make memrchr use align_offset | Ralf Jung | -1/+17 |