about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-03Fix overflow when calculating expected_min in generics diagnosticsGiacomo Stevanato-1/+0
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-22/+45
2021-08-02Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obkbors-28/+98
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-31Tweak opaque type mismatch errorEsteban Küber-25/+43
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-28/+98
2021-07-31netbsd x86_64 arch enable supported sanitizers.David Carlier-1/+3
2021-07-31Auto merge of #87607 - JohnTitor:help-to-unused-must-use-op, r=estebankbors-1/+9
2021-07-31Suggest `br` if the unknown string prefix `rb` is foundFabian Wolff-3/+11
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-8/+29
2021-07-31typoRalf Jung-1/+1
2021-07-31CTFE: throw unsupported error when partially overwriting a pointerRalf Jung-27/+69
2021-07-31Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakisbors-20/+81
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-105/+182
2021-07-31Apply review suggestionYuki Okushi-10/+7
2021-07-31Add a hint that the expressions produce a valueYuki Okushi-1/+12
2021-07-30Auto merge of #87640 - JohnTitor:rollup-yq24nq5, r=JohnTitorbors-50/+153
2021-07-31Rollup merge of #87596 - jesyspa:issue-87318-hidden-whitespace, r=estebankYuki Okushi-8/+75
2021-07-31Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obkYuki Okushi-30/+39
2021-07-31Rollup merge of #87557 - rylev:fix-invalid-prelude-collision-error, r=nikomat...Yuki Okushi-3/+18
2021-07-31Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkovYuki Okushi-8/+20
2021-07-31Rollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross, r=nagisaYuki Okushi-1/+1
2021-07-30Auto merge of #87421 - estebank:perf-run, r=oli-obkbors-17/+145
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-20/+76
2021-07-31Add feature gate tests.Charles Lew-1/+1
2021-07-31Added feature gate.Alexander Regueiro-0/+5
2021-07-30Use multispan suggestions more oftenEsteban Küber-105/+182
2021-07-30Tweak borrowing suggestion in `for` loopEsteban Küber-30/+39
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-17/+145
2021-07-30Fix error with suggestion for how to disambiguate associated function when st...Ryan Levick-3/+18
2021-07-30Auto merge of #85971 - FabianWolff:issue-85586, r=davidtwcobors-2/+2
2021-07-30Add warning when whitespace is not skipped after an escaped newline.Anton Golov-8/+75
2021-07-30Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obkbors-18/+17
2021-07-30Auto merge of #87615 - JohnTitor:rollup-t5jpmrg, r=JohnTitorbors-56/+46