| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertj | bors | -44/+93 |
| 2019-05-22 | Rollup merge of #61006 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -66/+34 |
| 2019-05-22 | Rollup merge of #60998 - RalfJung:static_assert, r=Centril | Mazdak Farrokhzad | -7/+6 |
| 2019-05-22 | Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha... | Mazdak Farrokhzad | -0/+17 |
| 2019-05-22 | Rollup merge of #60991 - spastorino:local-decls-push, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-05-22 | Rollup merge of #60982 - estebank:fix-60976, r=petrochenkov | Mazdak Farrokhzad | -11/+11 |
| 2019-05-22 | Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoerister | Mazdak Farrokhzad | -34/+34 |
| 2019-05-22 | Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton | Mazdak Farrokhzad | -25/+64 |
| 2019-05-22 | Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton | Mazdak Farrokhzad | -57/+46 |
| 2019-05-22 | Rollup merge of #59742 - Zoxc:edition-cleanup, r=petrochenkov | Mazdak Farrokhzad | -143/+162 |
| 2019-05-21 | Auto merge of #61007 - michaelwoerister:limited-debuginfo, r=alexcrichton | bors | -2/+21 |
| 2019-05-21 | Specify the edition for the rustdoc thread-pool | John Kåre Alsaker | -5/+8 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -139/+155 |
| 2019-05-21 | update doc comment | Ralf Jung | -2/+1 |
| 2019-05-21 | Fix tidy: remove a trailing whitespace | topecongiro | -1/+1 |
| 2019-05-21 | Add doc comment | topecongiro | -0/+10 |
| 2019-05-21 | debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1. | Michael Woerister | -2/+21 |
| 2019-05-21 | adjust deprecation date of mem::uninitialized | Ralf Jung | -1/+1 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -66/+34 |
| 2019-05-21 | static_assert: make use of anonymous constants | Ralf Jung | -5/+5 |
| 2019-05-21 | Auto merge of #60903 - nnethercote:mv-gensyms-from-Symbol-to-Ident, r=petroch... | bors | -71/+67 |
| 2019-05-21 | Add stream_to_parser_with_base_dir | topecongiro | -0/+7 |
| 2019-05-21 | Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril | bors | -3/+5 |
| 2019-05-20 | Create and reference Memory Layout section of boxed docs | Brent Kerby | -31/+39 |
| 2019-05-21 | Auto merge of #60985 - cr1901:msp430-fix, r=alexcrichton | bors | -0/+0 |
| 2019-05-20 | LocalDecl push returns Local len | Santiago Pastorino | -2/+2 |
| 2019-05-20 | Rollup merge of #60983 - petrhosek:libunwind-no-exceptions, r=alexcrichton | Mazdak Farrokhzad | -5/+2 |
| 2019-05-20 | Rollup merge of #60972 - RalfJung:volatile, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -23/+31 |
| 2019-05-20 | Rollup merge of #60952 - dtolnay:heap, r=Amanieu | Mazdak Farrokhzad | -0/+43 |
| 2019-05-20 | Rollup merge of #60942 - bjorn3:metadata_loader_refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+5 |
| 2019-05-20 | Rollup merge of #60915 - michaelwoerister:hashstablestuff, r=estebank | Mazdak Farrokhzad | -20/+24 |
| 2019-05-20 | Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoerister | Mazdak Farrokhzad | -8/+12 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -2/+94 |
| 2019-05-20 | Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy... | Mazdak Farrokhzad | -9/+10 |
| 2019-05-20 | Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfackler | Mazdak Farrokhzad | -1/+6 |
| 2019-05-20 | Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle... | Mazdak Farrokhzad | -207/+214 |
| 2019-05-20 | Fix MSP430 AsmPrinter and assembler syntax mismatch. | William D. Jones | -0/+0 |
| 2019-05-20 | Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind | Petr Hosek | -5/+2 |
| 2019-05-20 | Do not fail on child without DefId | Esteban Küber | -11/+11 |
| 2019-05-20 | Auto merge of #60445 - RalfJung:maybe-uninit, r=Centril | bors | -250/+202 |
| 2019-05-20 | Remove trailing whitespaces to satisfy tidy | Brent Kerby | -5/+5 |
| 2019-05-20 | Update boxed::Box docs on memory layout | Brent Kerby | -14/+45 |
| 2019-05-20 | Avoid symbol interning in `file_metadata`. | Nicholas Nethercote | -34/+34 |
| 2019-05-20 | update miri | Ralf Jung | -19/+5 |
| 2019-05-20 | Document layout guarantee of MaybeUninit | Peter Todd | -0/+22 |
| 2019-05-20 | elliminate mem::uninitialize from docs in libcore | Ralf Jung | -60/+4 |
| 2019-05-20 | add out-pointer example | Ralf Jung | -1/+25 |
| 2019-05-20 | apply feedback | Ralf Jung | -28/+36 |