about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-18Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errorsMatthias Krüger-0/+11
2023-03-18Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillotMatthias Krüger-40/+18
2023-03-18Rollup merge of #108772 - jyn514:faster-tidy, r=the8472Matthias Krüger-24/+46
2023-03-18Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomezMatthias Krüger-1/+66
2023-03-18Auto merge of #108815 - the8472:process-obligations-fast-skip, r=nnethercotebors-4/+77
2023-03-18move Option::as_slice to intrinsicAndre Bogus-0/+47
2023-03-18address review commentsJoshua Nelson-24/+46
2023-03-18fix: don't suggest similar method when unstableEzra Shaw-0/+9
2023-03-17Use `size_of_val` instead of manual calculationScott McMurray-1/+1
2023-03-18Rollup merge of #109257 - petrochenkov:bindebug, r=WaffleLapkinMatthias Krüger-4/+12
2023-03-18Rollup merge of #109251 - MU001999:master, r=NilstriebMatthias Krüger-6/+18
2023-03-18Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkinMatthias Krüger-36/+53
2023-03-18Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkovMatthias Krüger-2/+3
2023-03-18Rollup merge of #109211 - mili-l:mili_l/update_e0206_description, r=WaffleLapkinMatthias Krüger-4/+4
2023-03-18Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkinMatthias Krüger-3/+6
2023-03-18Rollup merge of #109102 - compiler-errors:ambig-assoc-in-non-lt-binder, r=jac...Matthias Krüger-3/+14
2023-03-17Fix generics_of for impl's RPITIT synthesized associated typeSantiago Pastorino-7/+3
2023-03-17Remove VecMapMichael Goulet-263/+16
2023-03-17Fix impl_trait_ty_to_ty substsSantiago Pastorino-2/+6
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-4/+4
2023-03-17Fast path that skips over unchanged obligations in process_obligationsThe 8472-4/+77
2023-03-17Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as...Santiago Pastorino-0/+11
2023-03-17Pass the right HIR back from get_fn_declMichael Goulet-36/+53
2023-03-17Erase escaping late-bound regions when probing for ambiguous associated typesMichael Goulet-3/+14
2023-03-17move `compute_goal` and `evaluate_x` methods to inner moduleBoxy-272/+272
2023-03-17Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgrbors-132/+175
2023-03-17Update compiler/rustc_error_codes/src/error_codes/E0206.mdJamilya Shurukhova-1/+1
2023-03-17fix bad assertionBoxy-13/+4
2023-03-17replace chain with two `add_goal`Boxy-16/+11
2023-03-17fix let else unformattingBoxy-5/+9
2023-03-17UNACEPTABLEBoxy-9/+9
2023-03-17E0206 - code review changesJamilya Shurukhova-3/+4
2023-03-17add commentsBoxy-0/+5
2023-03-17add assertBoxy-2/+9
2023-03-17review nitsBoxy-14/+18
2023-03-17Drop subslices of arraysclubby789-18/+54
2023-03-17resolve: Improve debug impls for `NameBinding`Vadim Petrochenkov-4/+12
2023-03-17Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkinbors-101/+32
2023-03-17Rollup merge of #109215 - est31:sort_by_key, r=NilstriebMatthias Krüger-2/+2
2023-03-17Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorinoMatthias Krüger-82/+164
2023-03-17Rollup merge of #109156 - taiki-e:linker-detection, r=petrochenkovMatthias Krüger-1/+3
2023-03-17Rollup merge of #109155 - taiki-e:riscv64-fuchsia-fix-llvm-target, r=tmandryMatthias Krüger-1/+1
2023-03-17Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errorsMatthias Krüger-46/+5
2023-03-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-6/+18
2023-03-17Do not ICE for native_lib without nameyukang-1/+2
2023-03-17Do not ICE for unexpected lifetime with ConstGeneric ribyukang-2/+3
2023-03-16Tweak implementation of overflow checking assertionsTomasz Miąsko-40/+18
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-14/+28
2023-03-16Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obkbors-202/+180
2023-03-16Auto merge of #107270 - cjgillot:remove-zst, r=oli-obkbors-29/+107