about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-19Usage zero as language id for FormatMessageW()Charles Lew-6/+2
2023-08-18Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomccbors-11/+6
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-92/+120
2023-08-18Auto merge of #113814 - ChoKyuWon:master, r=davidtwcobors-1/+16
2023-08-18Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkovbors-1/+44
2023-08-18Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnrbors-1/+185
2023-08-18Rename `NtOrTt` as `ParseNtResult`.Nicholas Nethercote-8/+8
2023-08-18Make enum decoding errors more informative.Nicholas Nethercote-2/+2
2023-08-18Use `interpolated_or_expr_span` in one suitable place.Nicholas Nethercote-7/+1
2023-08-18Refactor `interpolated_or_expr_span`.Nicholas Nethercote-20/+12
2023-08-18Auto merge of #114611 - nnethercote:type-system-chess, r=compiler-errorsbors-10/+27
2023-08-18Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgrbors-36/+201
2023-08-18Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviperbors-338/+223
2023-08-17Rollup merge of #114944 - lqd:fix-thiserror, r=RalfJungJosh Stone-4/+4
2023-08-17Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errorsJosh Stone-61/+73
2023-08-17Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwcoJosh Stone-15/+22
2023-08-17Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-seJosh Stone-3/+3
2023-08-17Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitorJosh Stone-255/+121
2023-08-17Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiserbors-626/+787
2023-08-17Normalize before checking if local is freeze in deduced_param_attrsMichael Goulet-1/+185
2023-08-17update `thsiserror` to release >= 1.0.46Rémy Rakic-4/+4
2023-08-17Bless codegen tests.Camille GILLOT-16/+16
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-28/+105
2023-08-17Bless mir-opt tests.Camille GILLOT-362/+531
2023-08-17Add test.Camille GILLOT-0/+57
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-248/+183
2023-08-18Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARMChoKyuWon-1/+16
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-23/+129
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-13/+72
2023-08-17Auto merge of #114932 - RalfJung:miri, r=RalfJungbors-177/+472
2023-08-17Revert PR #114052 to fix invalid suggestionUrgau-61/+73
2023-08-17[RFC-3086] Restrict the parsing of `count`Caio-1/+44
2023-08-17Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-sebors-2/+2
2023-08-17Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgrbors-11/+100
2023-08-17Rollup merge of #114921 - Folyd:Folyd-patch-1, r=compiler-errorsMatthias Krüger-1/+0
2023-08-17Rollup merge of #114881 - RalfJung:cstr, r=cuviperMatthias Krüger-4/+4
2023-08-17Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle...Matthias Krüger-2/+32
2023-08-17Rollup merge of #114749 - gurry:issue-114722, r=thomccMatthias Krüger-3/+2
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-1/+62
2023-08-17Auto merge of #114875 - Zalathar:line-numbers, r=ozkanonurbors-2655/+2672
2023-08-17Remove Folyd from librustdoc static filesFolyd-1/+0
2023-08-17Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillotbors-49/+7
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-2655/+2672
2023-08-16Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiaskobors-1288/+1420
2023-08-17Simplify a `match`.Nicholas Nethercote-4/+1
2023-08-17Make some `match`es exhaustive in `nonterminal.rs`.Nicholas Nethercote-5/+20
2023-08-17Use `Nonterminal::*` in `nonterminal.rs`.Nicholas Nethercote-26/+17
2023-08-17Remove unnecessary braces on `PatWithOr` patterns.Nicholas Nethercote-5/+5
2023-08-17Add a failing case to `tests/ui/macros/macro-interpolation`.Nicholas Nethercote-2/+18
2023-08-17Add some useful comments to `Parser::look_ahead`.Nicholas Nethercote-8/+23