about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-05replace Vec<u8> with Box<[u8]>The8472-5/+4
2021-08-05use box->vec conversion API that doesn't reallocateThe8472-1/+1
2021-08-05use zeroed allocation instead of eagerly initializing the memoryThe8472-3/+6
2021-08-04Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitorbors-2/+5
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-2/+5
2021-08-04Auto merge of #87026 - FabianWolff:issue-86948, r=estebankbors-4/+90
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-273/+249
2021-08-04Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=AmanieuYuki Okushi-2/+0
2021-08-04Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514Yuki Okushi-3/+3
2021-08-04Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011Yuki Okushi-0/+3
2021-08-03Auto merge of #86400 - FabianWolff:issue-85735, r=estebankbors-0/+1
2021-08-03Remove invalid suggestion involving Fn trait boundFabian Wolff-0/+1
2021-08-03Use a multipart suggestion for the parenthesesFabian Wolff-3/+6
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-0/+3
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-93/+211
2021-08-03Auto merge of #86338 - JohnTitor:issue-86162, r=estebankbors-27/+21
2021-08-03Remove crypto composite feature from allowed aarch64 features.Adam Gemmell-2/+0
2021-08-03Use `has_impl_trait` where possibleYuki Okushi-11/+1
2021-08-03Do not suggest impl traits as type argumentsYuki Okushi-16/+20
2021-08-03Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitorbors-11/+20
2021-08-03Rollup merge of #87716 - calebzulawski:master, r=workingjubileeYuki Okushi-0/+1
2021-08-03Rollup merge of #87652 - npmccallum:naked_inline, r=AmanieuYuki Okushi-1/+14
2021-08-03Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obkYuki Okushi-3/+1
2021-08-03Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obkYuki Okushi-7/+4
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-3/+3
2021-08-03Auto merge of #87033 - FabianWolff:issue-87017, r=estebankbors-2/+16
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-22/+45
2021-08-03Allow generic SIMD array element typeCaleb Zulawski-0/+1
2021-08-02Validate that naked functions are never inlinedNathaniel McCallum-1/+14
2021-08-02Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obkbors-28/+98
2021-08-03Small refactorings for miri.Charles Lew-17/+16
2021-08-03Implement pointer casting.Charles Lew-88/+207
2021-08-02Auto merge of #87698 - camsteffen:rollup-yvjfc26, r=camsteffenbors-101/+163
2021-08-02Rollup merge of #87687 - camsteffen:inline-macros, r=oli-obkCameron Steffen-64/+54
2021-08-02Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwcoCameron Steffen-25/+43
2021-08-02Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwcoCameron Steffen-8/+29
2021-08-02Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726Cameron Steffen-4/+37
2021-08-02Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obkbors-27/+69
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-56/+0
2021-08-02Implement a `explicit_generic_args_with_impl_trait` feature gateGary Guo-4/+37
2021-08-02Rollup merge of #87608 - Aaron1011:remove-system-library, r=Mark-SimulacrumYuki Okushi-5/+0
2021-08-01Inline make_if macroCameron Steffen-12/+4
2021-08-01Inline create_maybe_get_coercion_reason macroCameron Steffen-52/+50
2021-08-01Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrumbors-1/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-1/+0
2021-08-01Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisabors-1/+3
2021-08-01Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwcobors-1/+5
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-49/+42
2021-07-31Auto merge of #87662 - FabianWolff:rb-string, r=estebankbors-3/+11
2021-07-31Provide a suggestion when trying to destructure a `Vec` as a sliceFabian Wolff-2/+16