| Age | Commit message (Expand) | Author | Lines |
| 2018-12-23 | Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearth | kennytm | -0/+39 |
| 2018-12-23 | Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -3/+24 |
| 2018-12-23 | Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay | kennytm | -121/+143 |
| 2018-12-23 | Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -2/+16 |
| 2018-12-23 | Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichton | kennytm | -1/+6 |
| 2018-12-23 | Rollup merge of #56909 - dlrobertson:fix_56762, r=estebank | kennytm | -4/+30 |
| 2018-12-23 | Rollup merge of #56802 - clarcharr:nth_back, r=alexcrichton | kennytm | -6/+107 |
| 2018-12-22 | Auto merge of #56680 - vakaras:issue56280, r=nagisa | bors | -10/+16 |
| 2018-12-22 | Reintroduce the original `check_bounds_ptr` checks | Oliver Scherer | -11/+21 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -61/+52 |
| 2018-12-22 | Auto merge of #57060 - nikic:inhabit-perf-2, r=varkor | bors | -1/+12 |
| 2018-12-22 | Fix a comment | bjorn3 | -1/+1 |
| 2018-12-22 | Short-circuit DefIdForest::intersection() | Nikita Popov | -1/+12 |
| 2018-12-22 | Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakis | bors | -4/+37 |
| 2018-12-22 | Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichton | bors | -1/+248 |
| 2018-12-21 | Fix Unpin docs link | Taylor Cramer | -1/+1 |
| 2018-12-21 | Rename Box/Arc/Rc::pinned to ::pin | Taylor Cramer | -5/+11 |
| 2018-12-21 | Pin stabilization: fix doctests | Taylor Cramer | -4/+1 |
| 2018-12-21 | Stabilize Pin | Taylor Cramer | -41/+39 |
| 2018-12-21 | Update Pin API to match the one proposed for stabilization | Taylor Cramer | -23/+18 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -127/+183 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -100/+244 |
| 2018-12-21 | Auto merge of #57033 - nikic:inhabitedness-perf, r=varkor | bors | -44/+10 |
| 2018-12-21 | Fix alignment for array indexing | Nikita Popov | -3/+93 |
| 2018-12-21 | exhaustive_integer_patterns slipped 1.32; stabilized in 1.33. | Mazdak Farrokhzad | -2/+2 |
| 2018-12-21 | macro_literal_matcher was stabilized in 1.32; not 1.32. | Mazdak Farrokhzad | -1/+1 |
| 2018-12-21 | Auto merge of #56779 - adrian-budau:master, r=alexcrichton | bors | -28/+78 |
| 2018-12-21 | Fixed typo in HashMap documentation | Ryan Marcus | -1/+1 |
| 2018-12-21 | Remove unstable-book repr-packed entry | Taylor Cramer | -8/+0 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -83/+18 |
| 2018-12-21 | Sidestep ICE in `FieldPlacement::count` by not calling it when count will not... | Felix S. Klock II | -1/+5 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Fix feature gate to point to 1.32.0 for `path_from_str` | Otavio Salvador | -1/+1 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Uninline some debugging code and use unlikely! macro | John Kåre Alsaker | -23/+39 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+19 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -103/+5 |
| 2018-12-21 | Remove "visited" set from inhabitedness checking | Nikita Popov | -44/+10 |
| 2018-12-21 | fix deprecation warnings in liballoc benches | Ralf Jung | -7/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -6/+44 |
| 2018-12-21 | Optimize away a move | John Kåre Alsaker | -1/+4 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -33/+79 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+29 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -24/+20 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -105/+157 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -6/+37 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -4/+53 |