about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-28Use const generics for some VecDeque impls.Mazdak Farrokhzad-26/+14
2019-07-28Use const generics for some Vec/CCow impls.Mazdak Farrokhzad-33/+25
2019-07-27Auto merge of #63029 - petrochenkov:rpass, r=Centrilbors-324/+1175
2019-07-27Fix issues with git converting CRLF to CRVadim Petrochenkov-49/+63
2019-07-27Remove run-pass test suitesVadim Petrochenkov-70/+32
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-86/+7
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-196/+64
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-4/+1090
2019-07-27Rollup merge of #63036 - topecongiro:add-lib-section, r=matkladMazdak Farrokhzad-0/+6
2019-07-27Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebankMazdak Farrokhzad-7/+134
2019-07-27Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfacklerMazdak Farrokhzad-0/+3
2019-07-27Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJungMazdak Farrokhzad-34/+52
2019-07-27Rollup merge of #62979 - Mark-Simulacrum:json-dumper-pretty, r=XanewokMazdak Farrokhzad-78/+35
2019-07-27Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obkMazdak Farrokhzad-100/+158
2019-07-27Add commenttopecongiro-0/+2
2019-07-27Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJungbors-5/+15
2019-07-27Add lib section to rustc_lexer's Cargo.tomltopecongiro-0/+4
2019-07-26Auto merge of #62086 - petrochenkov:builtout, r=eddybbors-969/+499
2019-07-26Rollup merge of #63009 - Rosto75:master, r=matkladMazdak Farrokhzad-1/+1
2019-07-26Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=CentrilMazdak Farrokhzad-0/+29
2019-07-26Rollup merge of #63002 - gilescope:better-build-diagnostics, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-07-26Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebankMazdak Farrokhzad-12/+8
2019-07-26Rollup merge of #62983 - Mark-Simulacrum:remove-needless-rc, r=petrochenkovMazdak Farrokhzad-20/+16
2019-07-26Rollup merge of #62980 - alexcrichton:windows-metadata, r=sfacklerMazdak Farrokhzad-16/+69
2019-07-26Rollup merge of #62970 - pietroalbini:fix-tools-builder, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-26Rollup merge of #62964 - RalfJung:ty-tests, r=CentrilMazdak Farrokhzad-7/+7
2019-07-26Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkovMazdak Farrokhzad-36/+89
2019-07-26Rollup merge of #62956 - ia0:fix_62831, r=petrochenkovMazdak Farrokhzad-27/+119
2019-07-26Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichtonMazdak Farrokhzad-0/+6
2019-07-26Rollup merge of #62904 - nikic:arm-d32, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-07-26Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichtonMazdak Farrokhzad-1042/+1
2019-07-26Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddybMazdak Farrokhzad-102/+37
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-700/+3
2019-07-26Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obkMazdak Farrokhzad-127/+171
2019-07-26Rollup merge of #62583 - sfackler:unpin-raw, r=cramertjMazdak Farrokhzad-0/+6
2019-07-26Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichtonMazdak Farrokhzad-136/+393
2019-07-26Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=CentrilMazdak Farrokhzad-5/+9
2019-07-26Rollup merge of #62120 - GuillaumeGomez:add-missing-type-links, r=CentrilMazdak Farrokhzad-63/+81
2019-07-26Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytmMazdak Farrokhzad-2/+2
2019-07-26lowering: Omit bare trait lint on macro call sitesDavid Wood-16/+17
2019-07-26add repr(transparent) to IoSliceMut where missingNiv Kaminer-0/+3
2019-07-26Update src/librustc_mir/interpret/memory.rsOliver Scherer-1/+1
2019-07-26Update src/librustc_mir/interpret/memory.rsOliver Scherer-1/+1
2019-07-26Address review commentsOliver Scherer-7/+11
2019-07-26std: Add more accessors for `Metadata` on WindowsAlex Crichton-16/+69
2019-07-26Remove redundant `mut` from variable declaration.Tomasz Różański-1/+1
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-969/+499
2019-07-26Auto merge of #62914 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-07-26Add test for issue-54062Yuki Okushi-0/+29
2019-07-26Clear up `get_size_and_align`Oliver Scherer-34/+37