| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Bump compiler-builtins to 0.1.15 | Alex Crichton | -3/+3 |
| 2019-05-22 | Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton | Mazdak Farrokhzad | -57/+46 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -2/+50 |
| 2019-05-20 | Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfackler | Mazdak Farrokhzad | -1/+6 |
| 2019-05-20 | Auto merge of #60445 - RalfJung:maybe-uninit, r=Centril | bors | -1/+0 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -1/+0 |
| 2019-05-20 | Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin | bors | -1093/+9 |
| 2019-05-18 | Simplify BufRead doc example using NLL | Brent Kerby | -9/+4 |
| 2019-05-17 | Auto merge of #60920 - Manishearth:rollup-p4xp4gk, r=Manishearth | bors | -2/+10 |
| 2019-05-17 | Remove the unstable and deprecated mpsc_select | Josh Stone | -1093/+9 |
| 2019-05-17 | Rollup merge of #60902 - sfackler:fix-error-soudness, r=alexcrichton | Manish Goregaokar | -2/+10 |
| 2019-05-17 | Update the compiler_builtins crate | Alex Crichton | -2/+2 |
| 2019-05-17 | Auto merge of #60899 - cuviper:RawEntryMut-origin-story, r=Centril | bors | -2/+4 |
| 2019-05-17 | Auto merge of #60817 - ecstatic-morse:issue-60779, r=Centril | bors | -15/+279 |
| 2019-05-16 | Update src/libstd/error.rs | Steven Fackler | -1/+1 |
| 2019-05-16 | Prevent Error::type_id overrides | Steven Fackler | -2/+10 |
| 2019-05-16 | doc: correct the origin of RawEntryMut | Josh Stone | -2/+4 |
| 2019-05-17 | Rollup merge of #60894 - cuviper:hash_set_entry, r=cramertj,Centril | Mazdak Farrokhzad | -0/+56 |
| 2019-05-17 | Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-05-16 | error: remove StringError from Debug output | Sean McArthur | -1/+7 |
| 2019-05-16 | Comment why get_or_insert returns &T | Josh Stone | -0/+4 |
| 2019-05-16 | Add a hash_set_entry tracking issue | Josh Stone | -2/+2 |
| 2019-05-16 | Add entry-like methods to HashSet | Josh Stone | -0/+52 |
| 2019-05-16 | Add all keywords to keyword docs | Dylan MacKenzie | -15/+279 |
| 2019-05-15 | fix wasm unused import in thread local implementation | tyler | -1/+0 |
| 2019-05-15 | llvm makes good inlining choices with only the #[cold] attribute | tyler | -19/+15 |
| 2019-05-15 | remove trailing whitespace | tyler | -1/+1 |
| 2019-05-15 | cold was necessary on try_initialize_nodrop to get more straight line asm | tyler | -0/+1 |
| 2019-05-15 | - remove unnecessary inlines | tyler | -21/+18 |
| 2019-05-15 | add #[allow(unused)] | tyler | -0/+1 |
| 2019-05-15 | restructure thread_local! for better codegen (especially on macos) | tyler | -98/+189 |
| 2019-05-15 | Revert "ensure fast thread local lookups occur once per access on macos" | tyler | -32/+6 |
| 2019-05-15 | ensure fast thread local lookups occur once per access on macos | tyler | -6/+32 |
| 2019-05-15 | redox had a copy of fast thread local (oversight?) | tyler | -104/+1 |
| 2019-05-15 | remove dead code: requires_move_before_drop | tyler | -24/+3 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -262/+18 |
| 2019-05-14 | Rollup merge of #60780 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -4/+1 |
| 2019-05-14 | Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin | Mazdak Farrokhzad | -2/+7 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+24 |
| 2019-05-13 | Destabilize the `Error::type_id` function | Alex Crichton | -1/+4 |
| 2019-05-13 | Revert "use SecRandomCopyBytes on macOS in Miri" | Ralf Jung | -4/+1 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -262/+18 |
| 2019-05-10 | Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett | bors | -0/+1 |
| 2019-05-09 | Switch to SPDX 2.1 license expression | David Tolnay | -1/+1 |
| 2019-05-09 | Fix cfg(test) build on SGX | Jethro Beekman | -0/+1 |
| 2019-05-09 | Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril | Mazdak Farrokhzad | -23/+0 |
| 2019-05-09 | Rollup merge of #60234 - tesaguri:cursor-default, r=Amanieu | Mazdak Farrokhzad | -1/+1 |
| 2019-05-09 | Remove the old await! macro | Taylor Cramer | -23/+0 |
| 2019-05-09 | Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapin | Mazdak Farrokhzad | -1/+2 |
| 2019-05-09 | Rollup merge of #60656 - petertodd:2019-inline-cursor-over-slice, r=sfackler | Mazdak Farrokhzad | -0/+6 |