about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-06Implement param_env for RPITITs assoc typeSantiago Pastorino-2/+16
2023-03-06Implement type_of for RPITITs assoc typeSantiago Pastorino-1/+20
2023-03-06Properly implement explicit_item_bounds for RPITITs trait assoc tySantiago Pastorino-14/+23
2023-03-06Map to new synthesized assoc ty for RPITITs in astconvSantiago Pastorino-1/+9
2023-03-06Collect newly synthesized RPITITs on ImplTraitInTraitCollectorSantiago Pastorino-1/+1
2023-03-06Avoid accessing HIR for RPITITs on check_type_boundsSantiago Pastorino-7/+14
2023-03-06Add is_impl_trait_in_traitSantiago Pastorino-0/+8
2023-03-06Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses...Santiago Pastorino-3/+7
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-35/+50
2023-03-05Auto merge of #108041 - Mark-Simulacrum:relnotes, r=Mark-Simulacrumbors-0/+96
2023-03-05Auto merge of #108771 - matthiaskrgr:rollup-whlvo2g, r=matthiaskrgrbors-250/+231
2023-03-05Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddleMatthias Krüger-58/+55
2023-03-05Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone...Matthias Krüger-5/+39
2023-03-05Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoidMatthias Krüger-33/+31
2023-03-05Rollup merge of #108618 - KittyBorgX:master, r=Mark-SimulacrumMatthias Krüger-8/+8
2023-03-05Rollup merge of #108616 - jyn514:sync-codegen, r=albertlarsan68Matthias Krüger-0/+7
2023-03-05Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-SimulacrumMatthias Krüger-38/+0
2023-03-05Rollup merge of #106440 - jyn514:tidy, r=the8472Matthias Krüger-108/+91
2023-03-05Don't walk the `tests/` directories in checks that always skip itJoshua Nelson-25/+15
2023-03-05Reuse allocations between filesJoshua Nelson-3/+6
2023-03-05Ignore things in .gitignore in tidyJoshua Nelson-85/+75
2023-03-05Sync codegen defaults with compiler defaults and add a ping message so they s...Joshua Nelson-0/+7
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-154/+118
2023-03-05Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillotbors-152/+281
2023-03-05Auto merge of #107723 - Kobzol:bootstrap-bolt, r=Mark-Simulacrumbors-43/+146
2023-03-05Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiserbors-5/+20
2023-03-04Add 1.68.0 release notesMark Rousskov-0/+96
2023-03-04Auto merge of #108747 - matthiaskrgr:rollup-wfc7fx4, r=matthiaskrgrbors-195/+176
2023-03-04Comment for why char boundaries aren't checkedPeter Jaszkowiak-0/+6
2023-03-05fix inconsistent json outputs from rustdocozkanonur-33/+31
2023-03-04Clean up rustdoc-js tester.js fileGuillaume Gomez-58/+55
2023-03-04Rollup merge of #108736 - clubby789:ast-passes-unstable, r=NilstriebMatthias Krüger-3/+2
2023-03-04Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomezMatthias Krüger-0/+14
2023-03-04Rollup merge of #108724 - tshepang:de-public, r=compiler-errorsMatthias Krüger-3/+3
2023-03-04Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomezMatthias Krüger-21/+55
2023-03-04Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler...Matthias Krüger-158/+12
2023-03-04Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonurMatthias Krüger-4/+19
2023-03-04Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkinMatthias Krüger-6/+71
2023-03-04Auto merge of #108740 - Mark-Simulacrum:version-bump, r=Mark-Simulacrumbors-1/+1
2023-03-04Don't ICE when encountering bound var in builtin copy/clone boundsMichael Goulet-5/+39
2023-03-04Add check for dry runJakub Beránek-5/+1
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-21/+55
2023-03-04Try to avoid the last rustc rebuildJakub Beránek-0/+3
2023-03-04Create BOLT build steps to avoid running BOLT multiple times on the same fileJakub Beránek-19/+127
2023-03-04Apply BOLT optimizations without rebuilding LLVMJakub Beránek-36/+32
2023-03-04Bump version to 1.70.0Mark Rousskov-1/+1
2023-03-04Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillotbors-4/+2
2023-03-04Remove `allow(potential_query_instability)` from `ast_passes`clubby789-3/+2
2023-03-04rustdoc: Note in a type's layout/size if it is uninhabitedclubby789-0/+14
2023-03-04Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPCbors-19/+73