about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-20Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=...bors-7/+4
2021-10-20Auto merge of #89100 - petrochenkov:localbind, r=cjgillotbors-213/+145
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-5/+4
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-6/+1
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-10/+57
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-146/+72
2021-10-19Deduplicate panic_fmtGary Guo-6/+1
2021-10-19Erase late-bound regions before computing vtable debuginfo name.Michael Woerister-7/+4
2021-10-19Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obkbors-1/+1
2021-10-19Fix issue 90038Gary Guo-1/+1
2021-10-19Auto merge of #90037 - matthiaskrgr:rollup-cdfhxtn, r=matthiaskrgrbors-47/+92
2021-10-19Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obkMatthias Krüger-15/+68
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-28/+18
2021-10-19Rollup merge of #89941 - hermitcore:kernel, r=joshtriplettMatthias Krüger-3/+1
2021-10-19Rollup merge of #89766 - krasimirgg:llvm-14-targetregistrty, r=nagisaMatthias Krüger-1/+5
2021-10-19Auto merge of #89905 - matthiaskrgr:rev_89709_entirely, r=michaelwoeristerbors-53/+71
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-403/+43
2021-10-18Do not promote values with const drop that need to be droppedTomasz Miąsko-5/+58
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-580/+542
2021-10-18Rename `needs_drop` to `needs_non_const_drop`Tomasz Miąsko-15/+15
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-5/+4
2021-10-18Member constraints already covered all of E0482 already, so that error never ...Oli Scherer-65/+6
2021-10-18Guarding a loop with a check that it never runs is uselessOli Scherer-8/+5
2021-10-18Remove unused enum variantOli Scherer-24/+1
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-162/+1
2021-10-18RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-1/+5
2021-10-18resolve: Use `NameBinding` for local variables and generic parametersVadim Petrochenkov-213/+145
2021-10-18Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiserMatthias Krüger-26/+26
2021-10-18Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomezMatthias Krüger-0/+18
2021-10-18Rollup merge of #89974 - est31:let_else_if_error, r=nagisaMatthias Krüger-5/+16
2021-10-18Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkovMatthias Krüger-8/+8
2021-10-17Check implementing type for `#[doc(hidden)]`pierwill-0/+18
2021-10-17Nicer error message if the user attempts to do let...else ifest31-5/+16
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-26/+26
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-16/+16
2021-10-17Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkovMatthias Krüger-5/+10
2021-10-17Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisaMatthias Krüger-10/+18
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-107/+139
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-16/+16
2021-10-17Rollup merge of #89958 - nhamovitz:patch-1, r=nagisaYuki Okushi-1/+1
2021-10-17Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obkYuki Okushi-5/+5
2021-10-17Fix ICE with `let...else` and `ref mut`Yuki Okushi-8/+8
2021-10-16Correct typonhamovitz-1/+1
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-28/+18
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-45/+74
2021-10-16clippy::complexity changesMatthias Krüger-5/+5
2021-10-16Fix an ICE with TAITs and FutureYuki Okushi-5/+10
2021-10-16HermitCore's kernel itself doesn't support TLSStefan Lankes-3/+1
2021-10-16Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakisMatthias Krüger-115/+100
2021-10-16Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebankMatthias Krüger-1/+3