about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-22Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertjbors-44/+93
2019-05-22Rollup merge of #61006 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-1/+1
2019-05-22Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet...Mazdak Farrokhzad-66/+34
2019-05-22Rollup merge of #60998 - RalfJung:static_assert, r=CentrilMazdak Farrokhzad-7/+6
2019-05-22Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha...Mazdak Farrokhzad-0/+17
2019-05-22Rollup merge of #60991 - spastorino:local-decls-push, r=oli-obkMazdak Farrokhzad-2/+2
2019-05-22Rollup merge of #60982 - estebank:fix-60976, r=petrochenkovMazdak Farrokhzad-11/+11
2019-05-22Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoeristerMazdak Farrokhzad-34/+34
2019-05-22Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichtonMazdak Farrokhzad-25/+64
2019-05-22Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichtonMazdak Farrokhzad-57/+46
2019-05-22Rollup merge of #59742 - Zoxc:edition-cleanup, r=petrochenkovMazdak Farrokhzad-143/+162
2019-05-21Auto merge of #61007 - michaelwoerister:limited-debuginfo, r=alexcrichtonbors-2/+21
2019-05-21Specify the edition for the rustdoc thread-poolJohn Kåre Alsaker-5/+8
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-139/+155
2019-05-21update doc commentRalf Jung-2/+1
2019-05-21Fix tidy: remove a trailing whitespacetopecongiro-1/+1
2019-05-21Add doc commenttopecongiro-0/+10
2019-05-21debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1.Michael Woerister-2/+21
2019-05-21adjust deprecation date of mem::uninitializedRalf Jung-1/+1
2019-05-21Remove impls for `InternedString`/string equality.Nicholas Nethercote-66/+34
2019-05-21static_assert: make use of anonymous constantsRalf Jung-5/+5
2019-05-21Auto merge of #60903 - nnethercote:mv-gensyms-from-Symbol-to-Ident, r=petroch...bors-71/+67
2019-05-21Add stream_to_parser_with_base_dirtopecongiro-0/+7
2019-05-21Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centrilbors-3/+5
2019-05-20Create and reference Memory Layout section of boxed docsBrent Kerby-31/+39
2019-05-21Auto merge of #60985 - cr1901:msp430-fix, r=alexcrichtonbors-0/+0
2019-05-20LocalDecl push returns Local lenSantiago Pastorino-2/+2
2019-05-20Rollup merge of #60983 - petrhosek:libunwind-no-exceptions, r=alexcrichtonMazdak Farrokhzad-5/+2
2019-05-20Rollup merge of #60972 - RalfJung:volatile, r=alexcrichtonMazdak Farrokhzad-6/+0
2019-05-20Rollup merge of #60959 - petrochenkov:sassert, r=estebankMazdak Farrokhzad-23/+31
2019-05-20Rollup merge of #60952 - dtolnay:heap, r=AmanieuMazdak Farrokhzad-0/+43
2019-05-20Rollup merge of #60942 - bjorn3:metadata_loader_refactor, r=michaelwoeristerMazdak Farrokhzad-6/+5
2019-05-20Rollup merge of #60915 - michaelwoerister:hashstablestuff, r=estebankMazdak Farrokhzad-20/+24
2019-05-20Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoeristerMazdak Farrokhzad-8/+12
2019-05-20Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPCMazdak Farrokhzad-2/+94
2019-05-20Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy...Mazdak Farrokhzad-9/+10
2019-05-20Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfacklerMazdak Farrokhzad-1/+6
2019-05-20Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle...Mazdak Farrokhzad-207/+214
2019-05-20Fix MSP430 AsmPrinter and assembler syntax mismatch.William D. Jones-0/+0
2019-05-20Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwindPetr Hosek-5/+2
2019-05-20Do not fail on child without DefIdEsteban Küber-11/+11
2019-05-20Auto merge of #60445 - RalfJung:maybe-uninit, r=Centrilbors-250/+202
2019-05-20Remove trailing whitespaces to satisfy tidyBrent Kerby-5/+5
2019-05-20Update boxed::Box docs on memory layoutBrent Kerby-14/+45
2019-05-20Avoid symbol interning in `file_metadata`.Nicholas Nethercote-34/+34
2019-05-20update miriRalf Jung-19/+5
2019-05-20Document layout guarantee of MaybeUninitPeter Todd-0/+22
2019-05-20elliminate mem::uninitialize from docs in libcoreRalf Jung-60/+4
2019-05-20add out-pointer exampleRalf Jung-1/+25
2019-05-20apply feedbackRalf Jung-28/+36