| Age | Commit message (Expand) | Author | Lines |
| 2019-07-03 | HashMap is UnwindSafe | Simon Sapin | -0/+12 |
| 2019-06-30 | Extend the #[must_use] lint to boxed types | varkor | -1/+3 |
| 2019-06-29 | Rollup merge of #62163 - cuviper:unix-uninit, r=RalfJung | Mazdak Farrokhzad | -61/+58 |
| 2019-06-27 | Rollup merge of #62102 - RalfJung:read, r=Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -1/+0 |
| 2019-06-26 | Use pointer::write_bytes for android sigemptyset | Josh Stone | -5/+3 |
| 2019-06-26 | Avoid mem::uninitialized() in std::sys::unix | Josh Stone | -58/+57 |
| 2019-06-25 | tweak wording | Ralf Jung | -3/+3 |
| 2019-06-24 | call out explicitly that general read needs to be called with an initialized ... | Ralf Jung | -1/+10 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -1/+0 |
| 2019-06-22 | Typo | Felix Rabe | -1/+1 |
| 2019-06-20 | Rollup merge of #61900 - s3bk:master, r=sfackler | Mazdak Farrokhzad | -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 |