| Age | Commit message (Expand) | Author | Lines |
| 2019-05-29 | Rollup merge of #61157 - czipperz:BufReader-Seek-remove-extra-discard_buffer,... | Mazdak Farrokhzad | -0/+35 |
| 2019-05-27 | Stabilize bufreader_buffer feature | Lzu Tao | -4/+2 |
| 2019-05-26 | Document tuple's Ord behavior as sequential | Chris Gregory | -0/+4 |
| 2019-05-26 | Print file mode of PermissionExt in octal in Examples | oberien | -2/+2 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -2134/+165 |
| 2019-05-25 | Annotate test with #[test] | Chris Gregory | -0/+1 |
| 2019-05-25 | Add test that impl Seek for BufReader correctly invalidates buffer between seeks | Chris Gregory | -0/+34 |
| 2019-05-23 | Fix typo "spit_paths", add link | Brent Kerby | -1/+3 |
| 2019-05-23 | Rollup merge of #61057 - sfackler:revert-next-back, r=alexcrichton | Mazdak Farrokhzad | -24/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -24/+0 |
| 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 |