about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-5/+70
2021-10-14Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obkbors-39/+88
2021-10-14Fix const stabilityDeadbeef-2/+5
2021-10-13Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgrbors-1/+44
2021-10-13Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebankMatthias Krüger-1/+44
2021-10-13Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebankbors-147/+160
2021-10-13Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillotbors-0/+1
2021-10-13Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitorbors-1/+1
2021-10-13Rollup merge of #89818 - LingMan:map_or, r=oli-obkYuki Okushi-1/+1
2021-10-13Re-use logic for adding a suggestion when a lifetime bound is missing on an i...Oli Scherer-91/+135
2021-10-13Use a label instead of a note for member constraint errorsOli Scherer-3/+19
2021-10-13Remove textual span from diagnostic stringOli Scherer-57/+10
2021-10-13Auto merge of #89587 - camelid:all-candidates, r=petrochenkovbors-14/+28
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-1/+44
2021-10-13Deduplicate regions ids before merging themTomasz Miąsko-0/+1
2021-10-12Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrierilbors-36/+91
2021-10-12Add long explanation for E0464Noah Lev-1/+7
2021-10-12Include rmeta candidates in "multiple matching crates" errorNoah Lev-13/+15
2021-10-12Sort candidate libraries by source path in errorNoah Lev-1/+7
2021-10-12Rollup merge of #89809 - tmiasko:remap-real-predicate, r=michaelwoeristerthe8472-0/+28
2021-10-12Rollup merge of #89784 - Mark-Simulacrum:delete-cache-hit-tracking, r=petroch...the8472-49/+1
2021-10-12Use Option::map_or instead of open coding itLingMan-1/+1
2021-10-12Filter unstable and doc hidden variants in usefulness checkingDevin Ragotzy-36/+91
2021-10-12Remap ssa RealPredicate to llvm RealPredicateTomasz Miąsko-0/+28
2021-10-12Add const_eval_select intrinsicDeadbeef-38/+84
2021-10-12Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgrbors-146/+221
2021-10-11Rollup merge of #89785 - nbdd0121:master, r=Mark-SimulacrumMatthias Krüger-1/+3
2021-10-11Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomezMatthias Krüger-1/+74
2021-10-11Rollup merge of #89675 - oli-obk:type_checker, r=davidtwcoMatthias Krüger-81/+53
2021-10-11Rollup merge of #89643 - cjgillot:overlap, r=matthewjasperMatthias Krüger-45/+65
2021-10-11Rollup merge of #89471 - nbdd0121:const3, r=fee1-deadMatthias Krüger-18/+26
2021-10-11Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakisbors-6/+9
2021-10-11Remove built-in cache_hit trackingMark Rousskov-49/+1
2021-10-11Fix ICE 89775Gary Guo-1/+3
2021-10-11Clarify the error descriptionssireliah-17/+22
2021-10-11Use Ancestory to check default fn in const impl instead of comparing identsGary Guo-18/+26
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-0/+110
2021-10-11Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomezbors-1/+1
2021-10-11Rollup merge of #89743 - matthewjasper:env-log-fix, r=jyn514Guillaume Gomez-1/+1
2021-10-11Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkovbors-71/+53
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+110
2021-10-11Remove unnecessary variableClemens Wasser-2/+1
2021-10-11Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiserbors-41/+116
2021-10-11Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplettMatthias Krüger-7/+7
2021-10-10Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgrbors-0/+8
2021-10-10Fix RUSTC_LOG handlingMatthew Jasper-1/+1
2021-10-10Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelidMatthias Krüger-0/+8
2021-10-10Auto merge of #89633 - rhysd:issue-65230, r=petrochenkovbors-2/+12
2021-10-10Remove for loop rangeClemens Wasser-2/+2
2021-10-10Apply clippy suggestionsClemens Wasser-69/+52