about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-11rustc_pass_by_value: handle generic and const type parametersMahdi Dibaiee-16/+74
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-15/+20
2022-01-10rustc_pass_by_value remove dependency on rustc_diagnostic_itemMahdi Dibaiee-18/+10
2022-01-10rustc_pass_by_value lint: add test on custom typesMahdi Dibaiee-22/+82
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-56/+165
2022-01-08Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbinibors-1/+1
2022-01-08Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomezbors-3/+0
2022-01-08Auto merge of #92664 - ehuss:rollup-t9yrvk5, r=ehussbors-95/+142
2022-01-07Rollup merge of #92650 - pierwill:patch-2, r=michaelwoeristerEric Huss-2/+2
2022-01-07Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht...Eric Huss-3/+1
2022-01-07Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=...Eric Huss-2/+6
2022-01-07Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplettEric Huss-0/+10
2022-01-07Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472Eric Huss-0/+4
2022-01-07Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...Eric Huss-64/+65
2022-01-07Rollup merge of #92336 - dtolnay:printstateself, r=michaelwoeristerEric Huss-24/+24
2022-01-07Rollup merge of #84640 - ids1024:u8_from_char, r=m-ou-seEric Huss-0/+30
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+30
2022-01-07Consolidate checking for msvc when generating debuginfoWesley Wiser-64/+65
2022-01-07Fix typo in `StableCrateId` docspierwill-2/+2
2022-01-07bump version to 1.60.0Pietro Albini-1/+1
2022-01-07Stabilize `#[feature(available_parallelism)]`Yoshua Wuyts-3/+1
2022-01-06Auto merge of #92627 - matthiaskrgr:rollup-xmz0rib, r=matthiaskrgrbors-141/+215
2022-01-06Rollup merge of #92620 - steffahn:remove_unused_ExtendDefault_struct, r=Mark-...Matthias Krüger-10/+0
2022-01-06Rollup merge of #92607 - petrochenkov:doctrscope2, r=cjgillotMatthias Krüger-99/+97
2022-01-06Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-06Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikicMatthias Krüger-5/+3
2022-01-06Rollup merge of #92504 - dtolnay:wall, r=jackh726Matthias Krüger-1/+1
2022-01-06Rollup merge of #92417 - dtolnay:printimpl, r=jackh726Matthias Krüger-4/+13
2022-01-06Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726Matthias Krüger-8/+89
2022-01-06Rollup merge of #91055 - lcnr:type_of-closures, r=nikomatsakisMatthias Krüger-13/+9
2022-01-06Exit nonzero on rustc -WallDavid Tolnay-1/+1
2022-01-06remove unused ExtendDefault structFrank Steffahn-10/+0
2022-01-06Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgrbors-155/+353
2022-01-06Create CSS class instead of using inline style for search resultsGuillaume Gomez-2/+6
2022-01-06Auto merge of #89819 - davidtwco:issue-81024-multiple-crates-multiple-dwarves...bors-162/+443
2022-01-06Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=...Matthias Krüger-30/+119
2022-01-06Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jshaMatthias Krüger-13/+19
2022-01-06Rollup merge of #92389 - chordtoll:test-92015, r=Mark-SimulacrumMatthias Krüger-0/+18
2022-01-06Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwcoMatthias Krüger-108/+137
2022-01-06Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomezMatthias Krüger-1/+46
2022-01-06Rollup merge of #92288 - yescallop:patch-1, r=m-ou-seMatthias Krüger-2/+2
2022-01-06Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomezMatthias Krüger-1/+12
2022-01-06Revert "bootstrap: copy `llvm-dwp` to sysroot"David Wood-12/+1
2022-01-06cg: use thorin instead of llvm-dwpDavid Wood-90/+259
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-61/+184
2022-01-06rustc_metadata: Split `fn get_implementations_for_trait` into two functionsVadim Petrochenkov-29/+24
2022-01-06rustc_metadata: Make `opt_item_ident` in decoder faster and stricterVadim Petrochenkov-36/+25
2022-01-06add some missing must use to float opsasquared31415-0/+10
2022-01-06rustc_metadata: Make attribute decoding slightly faster and stricterVadim Petrochenkov-22/+24
2022-01-06rustc_middle: Add a method for getting a `SimplifiedType` definition/IDVadim Petrochenkov-12/+24