about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-16Rollup merge of #59717 - Reconcyl:master, r=steveklabnikMazdak Farrokhzad-4/+3
2019-04-15Auto merge of #59926 - pietroalbini:android-sdk-manager, r=alexcrichtonbors-68/+224
2019-04-15Rollup merge of #59978 - ollie27:rustdoc_default, r=QuietMisdreavusMazdak Farrokhzad-16/+67
2019-04-15Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichtonMazdak Farrokhzad-8/+22
2019-04-15Rollup merge of #59779 - flip1995:uplift_get_def_path, r=ManishearthMazdak Farrokhzad-6/+28
2019-04-15Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad-8/+12
2019-04-15warn(missing_docs) in liballoc, and add missing docsRalf Jung-0/+13
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-423/+649
2019-04-15Auto merge of #59655 - Zoxc:symbols, r=petrochenkovbors-141/+326
2019-04-15Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxcbors-2/+3
2019-04-15Use colon for keyword defsJohn Kåre Alsaker-62/+62
2019-04-15Move modules outside the proc macroJohn Kåre Alsaker-26/+44
2019-04-15Ensure the symbols are pure stringsJohn Kåre Alsaker-1/+7
2019-04-15Make check_name genericJohn Kåre Alsaker-43/+32
2019-04-15Use a proc macro to declare preallocated symbolsJohn Kåre Alsaker-139/+311
2019-04-15Reduce the `DepNode` pre-allocation ratio.Nicholas Nethercote-2/+3
2019-04-15Auto merge of #59982 - stepancheg:hasher-no-unsafe, r=rkruppebors-14/+10
2019-04-15Hasher: replace unsafe trasmute with to_ne_bytesStepan Koltsov-14/+10
2019-04-14Update clippyManish Goregaokar-9/+9
2019-04-14rustdoc: Remove default keyword from re-exported trait methodsOliver Middleton-16/+67
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-56/+158
2019-04-14Fix typo in commentAaron Hill-1/+1
2019-04-14Fix Windows dll name formatAaron Hill-7/+7
2019-04-14Handle --extern-private properly on muslAaron Hill-8/+35
2019-04-14Derive Default for ExternEntryAaron Hill-30/+17
2019-04-14Fix ExternEntry testAaron Hill-25/+11
2019-04-14Update rustdoc to new ExternEntry formatAaron Hill-2/+8
2019-04-14Refactor structure of ExternEntryAaron Hill-59/+40
2019-04-14Move new_public to 'tess' moduleAaron Hill-8/+10
2019-04-14Improve formattingAaron Hill-25/+1
2019-04-14Fix testsAaron Hill-7/+28
2019-04-14Rollup merge of #59957 - krk:fix-doctypo-symbol, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-04-14Rollup merge of #59936 - petrochenkov:confict, r=davidtwcoMazdak Farrokhzad-1/+24
2019-04-14Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytmMazdak Farrokhzad-2/+2
2019-04-14Rollup merge of #59900 - czipperz:remove-bracket-mut-syntax-in-pin-docs, r=Ra...Mazdak Farrokhzad-12/+16
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-4/+31
2019-04-14Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddybMazdak Farrokhzad-121/+303
2019-04-14Rollup merge of #59856 - albins:update-polonius, r=nikomatsakisMazdak Farrokhzad-3/+3
2019-04-14Auto merge of #59929 - RalfJung:miri, r=oli-obkbors-14/+14
2019-04-14Add missing backtick to Symbol documentation.krk-1/+1
2019-04-14Address review commentsVadim Petrochenkov-8/+13
2019-04-14Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov-1/+19
2019-04-14update miriRalf Jung-14/+14
2019-04-14Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkovbors-103/+90
2019-04-14make lint levels more consistentRalf Jung-6/+7
2019-04-14bump stdsimd; make intra_doc_link_resolution_failure an error againRalf Jung-2/+2
2019-04-14Update testsJohn Kåre Alsaker-3/+3
2019-04-14HirIdify hir::Defljedrz-118/+300
2019-04-14Auto merge of #59798 - rchaser53:issue-59488, r=estebankbors-3/+188