| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | Rollup merge of #61900 - s3bk:master, r=sfackler | Mazdak Farrokhzad | -0/+4 |
| 2019-06-20 | Add a few trait impls for AccessError | Stjepan Glavina | -0/+4 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -223/+184 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -1/+1 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -1/+1 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -2/+2 |
| 2019-06-17 | implement Error::source for Box<T: Error> | s3bk | -0/+4 |
| 2019-06-14 | make sure we use cfg-if as a std dependency | Ralf Jung | -1/+1 |
| 2019-06-13 | Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichton | Mazdak Farrokhzad | -0/+6 |
| 2019-06-13 | Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfackler | Mazdak Farrokhzad | -43/+14 |
| 2019-06-12 | Deprecate ONCE_INIT | Steven Fackler | -0/+6 |
| 2019-06-12 | Hygienize macros in the standard library | Vadim Petrochenkov | -8/+8 |
| 2019-06-11 | Rollup merge of #61652 - JohnTitor:docs-improve-array, r=Centril | Mazdak Farrokhzad | -2/+12 |
| 2019-06-10 | std: Remove internal definitions of `cfg_if!` macro | Alex Crichton | -43/+14 |
| 2019-06-10 | Add an example | Yuki Okushi | -0/+10 |
| 2019-06-08 | Mention slice patterns | Yuki Okushi | -2/+2 |
| 2019-06-08 | Rollup merge of #61647 - JohnTitor:use-stable-func, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-06-08 | Rollup merge of #61223 - czipperz:tuple-ord-document-ordering, r=oli-obk | Mazdak Farrokhzad | -0/+4 |
| 2019-06-08 | Use stable wrappers | Yuki Okushi | -2/+2 |
| 2019-06-07 | Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-06-06 | increase max heapsize available during sgx tests | Dario Gonzalez | -0/+2 |
| 2019-06-06 | Update compiler_builtins | varkor | -1/+1 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -3/+4 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -3/+4 |
| 2019-06-05 | Rollup merge of #61534 - ReinierMaas:patch-1, r=Centril | Mazdak Farrokhzad | -1/+4 |
| 2019-06-05 | Rollup merge of #61503 - jethrogb:jb/fix-sgx-test, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-06-05 | Auto merge of #61502 - alexcrichton:update-backtrace, r=estebank | bors | -1/+1 |
| 2019-06-05 | Tidy: trailing whitespace | Reinier Maas | -1/+1 |
| 2019-06-05 | Edit docs of ExitStatus | Reinier Maas | -1/+4 |
| 2019-06-04 | std: Update dependency on `backtrace` | Alex Crichton | -1/+1 |
| 2019-06-04 | Hide gen_future API from documentation | Wim Looman | -0/+6 |
| 2019-06-03 | Fix cfg(test) build for x86_64-fortanix-unknown-sgx | Jethro Beekman | -1/+2 |
| 2019-06-02 | Fix missing semicolon in doc | 0x1793d1 | -1/+1 |
| 2019-06-01 | Bump hashbrown to 0.4.0 | Amanieu d'Antras | -1/+1 |
| 2019-06-01 | Auto merge of #60145 - little-dude:ip2, r=alexcrichton | bors | -163/+781 |
| 2019-05-31 | Rollup merge of #60897 - seanmonstar:patch-4, r=sfackler | Pietro Albini | -1/+7 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -10/+10 |
| 2019-05-29 | Rollup merge of #61235 - lzutao:stabilize-bufreader_buffer, r=Centril | Mazdak Farrokhzad | -4/+2 |
| 2019-05-29 | Update libstd doctests to use dyn | memoryruins | -10/+10 |
| 2019-05-29 | Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 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 |