about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-16bump version to 1.66.0Pietro Albini-1/+1
2022-09-16Auto merge of #101711 - chenyukang:fix-101691, r=jyn514bors-0/+37
2022-09-15Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726bors-3/+58
2022-09-15Auto merge of #101858 - oli-obk:lift_derive, r=lcnrbors-887/+90
2022-09-15Merge all `TypeVisitable for &List<T>` impls into one generic oneOli Scherer-41/+13
2022-09-15Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726bors-65/+221
2022-09-15Replace more manual TypeFoldable and TypeVisitable impls with derivesOli Scherer-109/+15
2022-09-15derive TypeVisitable and TypeFoldable for mir typesOli Scherer-312/+25
2022-09-15Derive TypeFoldable and TypeVisitable for mir::PlaceElementOli Scherer-32/+1
2022-09-15Resolve a FIXMEOli Scherer-8/+4
2022-09-15derive various Lift impl instead of hand rolling themOli Scherer-385/+32
2022-09-15Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillotbors-52/+40
2022-09-15Auto merge of #101811 - flip1995:clippyup, r=flip1995bors-3/+2
2022-09-15Auto merge of #101838 - matthiaskrgr:rollup-d1nm6b3, r=matthiaskrgrbors-80/+184
2022-09-15Rollup merge of #101828 - aDotInTheVoid:test-101743, r=jshaMatthias Krüger-0/+19
2022-09-15Rollup merge of #101820 - notriddle:notriddle/a, r=GuillaumeGomezMatthias Krüger-1/+0
2022-09-15Rollup merge of #101812 - notriddle:notriddle/titles-button, r=GuillaumeGomezMatthias Krüger-23/+6
2022-09-15Rollup merge of #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-deadMatthias Krüger-1/+14
2022-09-15Rollup merge of #101786 - chenyukang:fix-tidy-for-bootstrap, r=jyn514Matthias Krüger-0/+1
2022-09-15Rollup merge of #101778 - notriddle:notriddle/docblock-short-p, r=GuillaumeGomezMatthias Krüger-38/+26
2022-09-15Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandryMatthias Krüger-0/+6
2022-09-15Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandryMatthias Krüger-17/+16
2022-09-15Rollup merge of #100415 - WorksButNotTested:be8, r=wesleywiserMatthias Krüger-0/+96
2022-09-15Auto merge of #101830 - nnethercote:streamline-register_res, r=jyn514bors-21/+5
2022-09-15add diagram to explain the MIR structureDing Xiang Fei-0/+53
2022-09-15add explanatory noteDing Xiang Fei-0/+15
2022-09-15enclose else block in terminating scopeDing Xiang Fei-2/+2
2022-09-15supplement for the missing or incomplete commentsDing Xiang Fei-2/+13
2022-09-15add test for #99975Ding Xiang Fei-0/+20
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-65/+122
2022-09-15Normalize struct types in confirm_builtin_unsize_candidateMichael Goulet-3/+58
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-488/+670
2022-09-14Adding backtrace off option for fuchsia targetsAndrew Pollack-17/+16
2022-09-15Streamline `register_res`.Nicholas Nethercote-21/+5
2022-09-14Add test for #101743Nixon Enraght-Moony-0/+19
2022-09-14Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillotbors-27/+111
2022-09-14rustdoc: remove no-op rule `a { background: transparent }`Michael Howell-1/+0
2022-09-14Temporarily move clippy::unused_peekable to nurseryPhilipp Krones-3/+2
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-104/+617
2022-09-14Changes to rename target and update docsYour Name-14/+15
2022-09-14Update compiler/rustc_macros/src/query.rsCamille Gillot-1/+1
2022-09-14Correct Key impl for HirId.Camille GILLOT-2/+2
2022-09-14Add FIXME.Camille GILLOT-0/+2
2022-09-14Comment LintLevelSets.Camille GILLOT-1/+12
2022-09-14Bless ui test.Camille GILLOT-11/+66
2022-09-14Remove unused tool_name.Camille GILLOT-6/+0
2022-09-14Move some code and add comments.Camille GILLOT-252/+192
2022-09-14Allow query system to recover a HirId.Camille GILLOT-7/+37
2022-09-14Compute `lint_levels` by definitionDeadbeef-332/+482
2022-09-14rustdoc: clean up CSS `#titles` using flexboxMichael Howell-23/+6