about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-23Drop fully captured upvars in the same order as the regular drop codeWesley Wiser-1/+41
2021-09-23Auto merge of #89024 - oli-obk:lazy_tait_is_not_limited_to_being_used_in_retu...bors-213/+154
2021-09-23Simplify scoped_threadMark Rousskov-19/+6
2021-09-23Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoeristerbors-118/+43
2021-09-23Suggest `_` in turbofish if param will be inferred from fn argumentEsteban Kuber-1/+20
2021-09-23Check that TAIT generics are fully generic in mir typeck instead of wf-check,...Oli Scherer-213/+154
2021-09-23Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebankbors-23/+73
2021-09-23Resolve infered types when complaining about unexpected call typeEsteban Kuber-0/+1
2021-09-23Update compiler/rustc_infer/src/infer/error_reporting/mod.rsTakayuki Maeda-1/+1
2021-09-23Fix typoHirochika Matsumoto-1/+1
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-18/+15
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-23/+73
2021-09-22Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=...the8472-1/+3
2021-09-22Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwcothe8472-24/+28
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-1/+6
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-9/+36
2021-09-22Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisathe8472-10/+20
2021-09-23change singular to pluralTakayuki Maeda-1/+1
2021-09-22Make SymbolIndex privatebjorn3-1/+1
2021-09-22Avoid a couple of Symbol::as_str calls in cg_llvmbjorn3-6/+9
2021-09-22Remove Symbol::lenbjorn3-5/+1
2021-09-22PR fixupAman Arora-7/+16
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-5/+284
2021-09-22Disable the leak sanitizer on Macos aarch64 for now.Hans Kratz-1/+3
2021-09-22Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakisbors-1/+2
2021-09-22Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli...bors-15/+11
2021-09-22rustc_index: Add some map-like APIs to `IndexVec`Vadim Petrochenkov-24/+28
2021-09-21Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472bors-35/+83
2021-09-21Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obkthe8472-0/+9
2021-09-21Rollup merge of #89142 - nerandell:master, r=jackh726the8472-1/+4
2021-09-21Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkovthe8472-6/+8
2021-09-21Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnrthe8472-3/+6
2021-09-21Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytmthe8472-1/+0
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-10/+9
2021-09-21Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiserthe8472-14/+47
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-111/+115
2021-09-21Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisabors-34/+55
2021-09-21Use ZST for fmt unsafetyCameron Steffen-18/+15
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+9
2021-09-21Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-6/+42
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-51/+72
2021-09-21Handle type params in insig dtorsAman Arora-10/+16
2021-09-21Fix match for placeholder regionAnkit Chandawala-1/+4
2021-09-212229: Early exit when we see an insigificant dropAman Arora-9/+33
2021-09-21Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkovbors-250/+151
2021-09-21`crates` is already deterministiclcnr-43/+29
2021-09-21use indexmap instead of hashmaplcnr-71/+10
2021-09-21renamelcnr-8/+8
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-28/+31
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-25/+17