about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-19Do not decode span when we only need the name.Camille GILLOT-17/+19
2022-02-19Encode metadata using queries.Camille GILLOT-243/+222
2022-02-19Stop interning stability.Camille GILLOT-45/+22
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-0/+12
2022-02-19switch to limiting the number of init/uninit chunksErik Desjardins-25/+14
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-19rustc_const_eval: adopt let else in more placesest31-123/+86
2022-02-19rustc_trait_selection: adopt let else in more placesest31-117/+75
2022-02-18rustdoc-json: Better Header TypeNixon Enraght-Moony-0/+4
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-18Use undef for partially-uninit constants up to 1024 bytesErik Desjardins-4/+6
2022-02-18asm: Allow the use of r8-r14 as clobbers on Thumb1Amanieu d'Antras-46/+97
2022-02-19rustdoc: several minor fixesmqy-1/+1
2022-02-18Suggest `impl Trait` return typeNilstrieb-3/+137
2022-02-18At opt-level=0, apply only ABI-affecting attributes to functionsErik Desjardins-41/+52
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-18Extend uninhabited match branch optimization to also work on fallthrough.Jakob Degen-3/+39
2022-02-18Put crate metadata first in the rlib when possiblebjorn3-40/+68
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-18fix some typosMizobrook-kan-2/+2
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-78/+88
2022-02-18document rustc_middle::mir::FieldMizobrook-kan-0/+9
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-17Remove SimpleDefKindMark Rousskov-62/+14
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-17Add module-level docs for `rustc_middle::query`pierwill-0/+6
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-78/+88
2022-02-17Remove unused `unsound_ignore_borrow_on_drop`Tomasz Miąsko-38/+13
2022-02-17Fix ScalarInt to char conversionTomasz Miąsko-4/+14