summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-30backport #94925lcnr-11/+5
2022-03-18remove statement that was forgotten when backporting #94438Michael Goulet-5/+0
2022-03-17Do not recover from `Ty?` in macro parsingEsteban Kuber-15/+27
2022-03-14Drop forget_guarantee, introduced only on masterMark Rousskov-4/+1
2022-03-14only check method inputs onceMichael Goulet-7/+16
2022-03-14delay bug instead of skipping check_exprMichael Goulet-5/+8
2022-03-14Downgrade `#[test]` on macro call to warningEsteban Kuber-8/+12
2022-03-14Use new pass manager on s390x with LLVM 14Nikita Popov-4/+5
2022-03-07Auto merge of #94552 - lcnr:fix-94502, r=oli-obkbors-3/+12
2022-03-07backport fix for #94502lcnr-3/+12
2022-03-02Auto merge of #93516 - nagisa:branch-protection, r=cjgillotbors-33/+38
2022-03-02Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obkDylan DPC-0/+1
2022-02-19Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwcoMatthias Krüger-4/+14
2022-02-19Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakisMatthias Krüger-11/+19
2022-02-19Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebankMatthias Krüger-50/+84
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-3/+2
2022-02-19Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgrbors-183/+829
2022-02-18Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelixbors-9/+4
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-6/+259
2022-02-18Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakisMatthias Krüger-34/+64
2022-02-18Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisaMatthias Krüger-46/+97
2022-02-18Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3Matthias Krüger-1/+1
2022-02-18Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebankMatthias Krüger-90/+240
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-3/+31
2022-02-18Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726Matthias Krüger-3/+137
2022-02-18asm: Allow the use of r8-r14 as clobbers on Thumb1Amanieu d'Antras-46/+97
2022-02-18Suggest `impl Trait` return typeNilstrieb-3/+137
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-45/+39
2022-02-18Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebankMatthias Krüger-2/+13
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-6/+16
2022-02-18Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebankMatthias Krüger-7/+10
2022-02-18Rollup merge of #92683 - jackh726:issue-92033, r=estebankMatthias Krüger-3/+86
2022-02-18Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomezbors-8/+11
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-8/+11
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-78/+88
2022-02-17fix impl trait message, bless testsMichael Goulet-4/+3
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-90/+241
2022-02-17Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obkMatthias Krüger-1/+3
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-83/+43
2022-02-17Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwUMatthias Krüger-77/+113
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-17Suggest copying trait associated type bounds on lifetime errorJack Huey-3/+86
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-78/+88
2022-02-17Fix ScalarInt to char conversionTomasz Miąsko-4/+14
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-22/+44
2022-02-17Improve comments about type folding/visiting.Nicholas Nethercote-77/+113
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-2/+7
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-31/+35
2022-02-17Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=...Matthias Krüger-0/+12
2022-02-17Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r...Matthias Krüger-24/+32