about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-17Use `size_of_val` instead of manual calculationScott McMurray-2/+2
2023-03-18Rollup merge of #109257 - petrochenkov:bindebug, r=WaffleLapkinMatthias Krüger-4/+12
2023-03-18Rollup merge of #109256 - chaitanyav:fix_108948, r=albertlarsan68Matthias Krüger-4/+7
2023-03-18Rollup merge of #109251 - MU001999:master, r=NilstriebMatthias Krüger-6/+43
2023-03-18Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkinMatthias Krüger-36/+75
2023-03-18Rollup merge of #109235 - chaitanyav:master, r=ChrisDentonMatthias Krüger-1/+11
2023-03-18Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkovMatthias Krüger-4/+27
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/+30
2023-03-18Rollup merge of #109102 - compiler-errors:ambig-assoc-in-non-lt-binder, r=jac...Matthias Krüger-3/+43
2023-03-17Fix generics_of for impl's RPITIT synthesized associated typeSantiago Pastorino-7/+13
2023-03-17rustdoc: reduce allocations in `visibility_to_src_with_space`Michael Howell-7/+7
2023-03-17Make the `Step` implementations const.onestacked-7/+17
2023-03-17Remove irrelevant docs on error kindsJubilee Young-10/+4
2023-03-17Remove VecMapMichael Goulet-263/+16
2023-03-17Fix impl_trait_ty_to_ty substsSantiago Pastorino-5/+47
2023-03-17Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed testsSantiago Pastorino-20/+339
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-481/+457
2023-03-17Fast path that skips over unchanged obligations in process_obligationsThe 8472-6/+79
2023-03-17Add generic parameters mismatch test for async in traitsSantiago Pastorino-0/+31
2023-03-17Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as...Santiago Pastorino-1/+27
2023-03-17Switch impls of `is_sorted_by` between slices and slice itersMaybe Waffle-2/+2
2023-03-17Make `slice::is_sorted_by` impl nicerMaybe Waffle-3/+1
2023-03-17Add clarifying commentsMichael Howell-0/+3
2023-03-17Modify code style as per commentsNagaChaitanya Vellanki-7/+5
2023-03-17Add regression test for #109258Guillaume Gomez-0/+27
2023-03-17Use python3.11 in CI to make sure toml is validatedJoshua Nelson-7/+7
2023-03-17extra_info_tags don't return string, use display_fnklensy-35/+56
2023-03-17Pass the right HIR back from get_fn_declMichael Goulet-36/+75
2023-03-17Erase escaping late-bound regions when probing for ambiguous associated typesMichael Goulet-3/+43
2023-03-17Add tests for configure.pyJoshua Nelson-198/+259
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-192/+451
2023-03-17Update compiler/rustc_error_codes/src/error_codes/E0206.mdJamilya Shurukhova-1/+1
2023-03-17rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov-6/+24
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-17Auto merge of #10483 - samueltardieu:issue-10480, r=llogiqbors-0/+184
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/+70
2023-03-17Auto merge of #109241 - saethlin:miri, r=oli-obkbors-203/+3785
2023-03-17Only add into `view_item_stack` if the item will be inlinedGuillaume Gomez-4/+4
2023-03-17resolve: Improve debug impls for `NameBinding`Vadim Petrochenkov-4/+12
2023-03-17Check for llvm-tools before installNagaChaitanya Vellanki-4/+7
2023-03-17Increase array size in array-map.rsNikita Popov-3/+3