| Age | Commit message (Expand) | Author | Lines |
| 2018-12-16 | Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa | Mazdak Farrokhzad | -14/+1 |
| 2018-12-16 | Rollup merge of #56761 - estebank:path-display, r=zackmdavis | Mazdak Farrokhzad | -2/+7 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2018-12-16 | Rollup merge of #53506 - phungleson:fix-from-docs-atomic, r=KodrAus | Mazdak Farrokhzad | -2/+15 |
| 2018-12-15 | Remove u8 cttz hack | Nikita Popov | -14/+1 |
| 2018-12-15 | Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank | Pietro Albini | -0/+5 |
| 2018-12-15 | Rollup merge of #56751 - mbrubeck:hash, r=dtolnay | Pietro Albini | -1/+1 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -23/+5 |
| 2018-12-13 | Wording changes | Esteban Küber | -3/+3 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -4/+4 |
| 2018-12-12 | Suggest using `.display()` when trying to print a `Path` | Esteban Küber | -2/+7 |
| 2018-12-12 | Rename Pinned marker type to PhantomPinned | Taylor Cramer | -8/+11 |
| 2018-12-12 | Expand documantation for std::pin module | Taylor Cramer | -15/+22 |
| 2018-12-12 | Allow ptr::hash to accept fat pointers | Matt Brubeck | -1/+1 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -23/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -7/+14 |
| 2018-12-12 | Documentation for impl From for AtomicBool and other Atomic types | Son | -2/+15 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -2/+2 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -2/+0 |
| 2018-12-10 | Add #[must_use] attribute to stdlib traits | Felix Chapman | -0/+5 |
| 2018-12-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -22/+39 |
| 2018-12-09 | Don't call size_hint of underlying iterator needlessly | Shotaro Yamada | -2/+10 |
| 2018-12-09 | Resolve FIXME and cleanup | Shotaro Yamada | -20/+8 |
| 2018-12-09 | Override Cycle::try_fold | Shotaro Yamada | -0/+21 |
| 2018-12-08 | Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=Centril | Mazdak Farrokhzad | -2/+5 |
| 2018-12-08 | Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddyb | Mazdak Farrokhzad | -0/+2 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -109/+110 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -109/+110 |
| 2018-12-07 | codegen: Fix va_list - aaarch64 iOS/Windows | Dan Robertson | -0/+2 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -4/+3 |
| 2018-12-07 | grammar | Dale Wijnand | -1/+1 |
| 2018-12-07 | Fix the just-introduced ptr::hash docs | Dale Wijnand | -2/+5 |
| 2018-12-07 | Unique/NonNull::from: make sure we convert to raw pointers ASAP | Ralf Jung | -4/+4 |
| 2018-12-07 | Rollup merge of #56574 - cbarrick:master, r=varkor | kennytm | -2/+1 |
| 2018-12-07 | Rollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichton | kennytm | -0/+30 |
| 2018-12-06 | Fix a stutter in the docs for slice::exact_chunks | Chris Barrick | -2/+1 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -7/+7 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -14/+23 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -7/+7 |
| 2018-12-05 | Rollup merge of #56538 - xfix:patch-13, r=bluss | Pietro Albini | -1/+20 |
| 2018-12-05 | Rollup merge of #56424 - mark-i-m:explain-raw, r=Centril | Pietro Albini | -0/+4 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+3 |
| 2018-12-05 | Add a test for cloned side effects | Konrad Borowski | -0/+17 |
| 2018-12-05 | Use inner iterator may_have_side_effect for Cloned | Konrad Borowski | -1/+3 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+3 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -7/+7 |
| 2018-12-04 | Increase code-reuse and -readability | Oliver Scherer | -1/+1 |
| 2018-12-04 | Add tests for stable unsafe features in const fn | Oliver Scherer | -1/+0 |
| 2018-12-04 | Also make immutable references to non-freeze restricted value range types unsafe | Oliver Scherer | -5/+6 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -10/+19 |