about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-23tidyHTGAzureX1212.-1/+1
2024-01-23address requested changesHTGAzureX1212.-13/+18
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-7/+26
2024-01-23Auto merge of #120017 - nnethercote:lint-api, r=oli-obkbors-376/+353
2024-01-22Auto merge of #120251 - matthiaskrgr:rollup-gttrw68, r=matthiaskrgrbors-214/+816
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-102/+427
2024-01-22Rollup merge of #120220 - nnethercote:TokenStream-Display-docs, r=petrochenkovMatthias Krüger-0/+16
2024-01-22Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp...Matthias Krüger-2/+0
2024-01-22Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiserMatthias Krüger-6/+7
2024-01-22Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co...Matthias Krüger-58/+56
2024-01-22Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDentonMatthias Krüger-26/+14
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-6/+296
2024-01-22Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomccMatthias Krüger-14/+0
2024-01-23Rename `struct_lint_level` as `lint_level`.Nicholas Nethercote-20/+20
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-118/+118
2024-01-23Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`.Nicholas Nethercote-2/+2
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-68/+56
2024-01-23Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`.Nicholas Nethercote-5/+5
2024-01-23Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa...Nicholas Nethercote-7/+7
2024-01-23Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`.Nicholas Nethercote-3/+3
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-128/+112
2024-01-23Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with...Nicholas Nethercote-3/+9
2024-01-23Rename `LintContext::lookup` as `LintContext::opt_span_lint`.Nicholas Nethercote-9/+9
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-13/+12
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-226/+556
2024-01-22Rollup merge of #120218 - compiler-errors:parse_macro_arg, r=calebcartwright,...Matthias Krüger-19/+29
2024-01-22Rollup merge of #120181 - dtolnay:tlconst, r=thomccMatthias Krüger-2/+24
2024-01-22Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errorsMatthias Krüger-53/+65
2024-01-22Rollup merge of #120137 - compiler-errors:validate-aggregates, r=nnethercoteMatthias Krüger-1/+61
2024-01-22Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile...Matthias Krüger-40/+182
2024-01-22Rollup merge of #120059 - oli-obk:const_arg_type_mismatch, r=compiler-errorsMatthias Krüger-31/+80
2024-01-22Rollup merge of #120058 - onur-ozkan:compiler-assemble, r=Mark-SimulacrumMatthias Krüger-28/+34
2024-01-22Rollup merge of #119801 - zachs18:zachs18-patch-1, r=steffahn,NilstriebMatthias Krüger-2/+2
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-13/+35
2024-01-22Rollup merge of #117910 - madsmtm:msg-send-no-clashing, r=thomccMatthias Krüger-37/+44
2024-01-22Auto merge of #120239 - matthiaskrgr:rollup-vqjn6ot, r=matthiaskrgrbors-314/+2374
2024-01-22Test async fnNadrieril-0/+34
2024-01-22Use `-> !` to test divergenceNadrieril-5/+8
2024-01-22Rollup merge of #120225 - micolous:patch-1, r=michaelwoeristerMatthias Krüger-1/+1
2024-01-22Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r...Matthias Krüger-25/+46
2024-01-22Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obkMatthias Krüger-1/+11
2024-01-22Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-SimulacrumMatthias Krüger-14/+13
2024-01-22Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8KiMatthias Krüger-51/+160
2024-01-22Rollup merge of #119943 - devnexen:listener_update3, r=thomccMatthias Krüger-1/+7
2024-01-22Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-SimulacrumMatthias Krüger-176/+1770
2024-01-22Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkovMatthias Krüger-17/+149
2024-01-22Rollup merge of #118578 - mina86:c, r=dtolnayMatthias Krüger-28/+217
2024-01-22std: move cmath into `sys`joboet-26/+14
2024-01-22Add regression testOli Scherer-0/+69
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-102/+358