about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-25Remove unused ObligationCauseCode::ProjectionWfMichael Goulet-6/+0
2023-11-26Remove unnecessary dependencies.Nicholas Nethercote-4/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-345/+275
2023-11-26Add a useful comment.Nicholas Nethercote-0/+4
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-58/+22
2023-11-26Remove `rustc_error_messages/messages.ftl`.Nicholas Nethercote-7/+0
2023-11-25Update `OnceLock` documentation to give a concrete 'lazy static' example, and...Corey Farwell-9/+41
2023-11-25Auto merge of #118275 - weihanglo:update-cargo, r=ehussbors-40/+0
2023-11-25Get rid of infer vars in inherent assoc types selection by using probeSantiago Pastorino-48/+60
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-21/+11
2023-11-25add pretty_terminatorouz-a-2/+134
2023-11-25Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomezbors-500/+171
2023-11-25Rollup merge of #118291 - notriddle:notriddle/search-dom, r=GuillaumeGomezGuillaume Gomez-11/+5
2023-11-25Rollup merge of #118272 - petrochenkov:macrodata, r=cjgillotGuillaume Gomez-55/+52
2023-11-25Rollup merge of #118199 - compiler-errors:qpath, r=lcnrGuillaume Gomez-75/+45
2023-11-25Rollup merge of #118017 - tamird:better-safety, r=cjgillotGuillaume Gomez-8/+10
2023-11-25Rollup merge of #117871 - klensy:unused-pub, r=cjgillotGuillaume Gomez-248/+5
2023-11-25Rollup merge of #116446 - compiler-errors:yeet-mir-from_anon_const, r=b-naberGuillaume Gomez-103/+54
2023-11-25is_{some,ok}_andMichael Goulet-13/+21
2023-11-25Auto merge of #15964 - lnicola:bump-deps, r=lnicolabors-70/+54
2023-11-25Bump chalkLaurențiu Nicola-38/+29
2023-11-25Bump ra-ap-rustc_index and ra-ap-rustc_abiLaurențiu Nicola-17/+7
2023-11-25Bump ra-ap-rustc_lexerLaurențiu Nicola-13/+3
2023-11-25Bump ra-ap-rustc_parse_formatLaurențiu Nicola-13/+26
2023-11-25Extract select_inherent_assoc_type_candidatesSantiago Pastorino-79/+95
2023-11-25Do not erase late bound regions, replace them with placeholdersSantiago Pastorino-115/+98
2023-11-25Appease the clippyMichael Goulet-4/+4
2023-11-25Appease the clippyMichael Goulet-4/+4
2023-11-25Remove HirId from QPath::LangItemMichael Goulet-71/+41
2023-11-25Review commentMichael Goulet-20/+19
2023-11-25make sure we still eagerly emit errorsMichael Goulet-2/+28
2023-11-25Remove mir::Const::from_anon_constMichael Goulet-103/+29
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-309/+309
2023-11-25Don't ICE when encountering placeholders in implied bounds computationMichael Goulet-2/+18
2023-11-25rustdoc-search: clean up some DOM codeMichael Howell-11/+5
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-14/+12
2023-11-25Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errorsbors-6/+84
2023-11-25Auto merge of #118284 - RalfJung:miri, r=RalfJungbors-454/+716
2023-11-25Auto merge of #3191 - RalfJung:rustup, r=RalfJungbors-2608/+2679
2023-11-25blessRalf Jung-16/+16
2023-11-25Merge from rustcRalf Jung-2591/+2662
2023-11-25Preparing for merge from rustcRalf Jung-1/+1
2023-11-25effects: Run `enforce_context_effects` for all method callsDeadbeef-46/+94
2023-11-25Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3bors-71/+452
2023-11-25Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3bors-71/+452
2023-11-25move `implied_bounds_in_impls` to complexityy21-1/+1
2023-11-25Auto merge of #3189 - RalfJung:ci, r=RalfJungbors-11/+20
2023-11-25tweak ci.shRalf Jung-2/+8
2023-11-25run the provenance-gc=1 test on all targets, but only for some of the testsRalf Jung-9/+12
2023-11-25Auto merge of #15962 - ahlinc:label-datail2, r=lnicolabors-1/+3