about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-12-17Remove 'speculative evaluation' of predicatesAaron Hill-18/+1
2021-12-17Auto merge of #91672 - b-naber:merge-normalize-erasing-regions-queries, r=jac...bors-64/+9
2021-12-16Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obkMatthias Krüger-2/+3
2021-12-16Rollup merge of #91879 - bugadani:in_band_borrowck, r=wesleywiserMatthias Krüger-33/+32
2021-12-16Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkovMatthias Krüger-4/+70
2021-12-16Fix default_method_body_is_const when used across cratesDeadbeef-2/+3
2021-12-16Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selecti...Matthias Krüger-54/+63
2021-12-16Rollup merge of #91901 - SylvanB:remove_in_band_lifetimes_rustc_symbol_mangli...Matthias Krüger-14/+13
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-10/+22
2021-12-15Add a lint for duplicated attributes.Ethiraric-4/+70
2021-12-15Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obkbors-73/+158
2021-12-15Remove `in_band_lifetimes` from `rustc_symbol_mangling`Sylvan Bowdler-14/+13
2021-12-15Remove `in_band_lifetimes` from `rustc_trait_selection`Sylvan Bowdler-54/+63
2021-12-15Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgrbors-55/+98
2021-12-15Rollup merge of #91920 - Aaron1011:pred-stable-cmp, r=oli-obkMatthias Krüger-1/+1
2021-12-15Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=...Matthias Krüger-10/+54
2021-12-15Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju...Matthias Krüger-17/+16
2021-12-15Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514Matthias Krüger-27/+27
2021-12-15Remove in_band_lifetimes from borrowckDániel Buga-33/+32
2021-12-15Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnrMatthias Krüger-21/+5
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-34/+3
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-17/+16
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-34/+3
2021-12-15Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgrbors-277/+334
2021-12-15Rollup merge of #91882 - Patrick-Poitras:remove-in-band-lifetimes-from-rustc-...Matthias Krüger-70/+72
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-22/+0
2021-12-15Rollup merge of #91870 - rusticstuff:macosx_min_version_revert, r=Mark-Simula...Matthias Krüger-15/+0
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-6/+15
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-164/+247
2021-12-15Auto merge of #91933 - matthiaskrgr:rollup-cw9qolb, r=matthiaskrgrbors-57/+77
2021-12-14Stabilize iter::zip.PFPoitras-22/+0
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-59/+15
2021-12-14Rollup merge of #91856 - ouz-a:master, r=oli-obkMatthias Krüger-2/+3
2021-12-14Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoeristerMatthias Krüger-1/+6
2021-12-14Rollup merge of #91786 - tmiasko:const-prop, r=oli-obkMatthias Krüger-52/+34
2021-12-14Rollup merge of #91774 - surechen:fix_typo_1, r=wesleywiserMatthias Krüger-1/+1
2021-12-14Rollup merge of #91597 - r00ster91:lessthangreaterthan, r=oli-obkMatthias Krüger-1/+33
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-10/+54
2021-12-14Recover on invalid operators <> and <=>r00ster91-1/+33
2021-12-14fmtlcnr-2/+1
2021-12-14comment updateouz-a-1/+1
2021-12-14Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`Aaron Hill-1/+1
2021-12-14Return an error when `eval_rvalue_with_identities` failsTomasz Miąsko-52/+34
2021-12-14Make suggestions from @jackh726; run fmtPFPoitras-17/+20
2021-12-14add some commentslcnr-32/+41
2021-12-14replace `DefId` with `D` in `SimplifiedType`lcnr-2/+2
2021-12-14extend `simplify_type`lcnr-40/+117
2021-12-14Disable asm lint example tests since they only work on x86_64Amanieu d'Antras-2/+2
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-27/+27
2021-12-14Rollup merge of #91893 - pitaj:91867-hir, r=davidtwcoMatthias Krüger-10/+9