about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-12coverage: Store a graph reference in the graph traversal structZalathar-17/+16
2023-10-12coverage: Use a `VecDeque` for loop traversal worklistsZalathar-31/+18
2023-10-12coverage: Rename `next_bcb` to just `bcb`Zalathar-9/+10
2023-10-12coverage: Simplify the detection of reloop edges to be given expressionsZalathar-82/+57
2023-10-12Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmeasebors-10/+122
2023-10-12Auto merge of #116628 - gurry:116293-dup-note.rs, r=petrochenkovbors-10/+4
2023-10-12Auto merge of #3120 - RalfJung:rustup, r=RalfJungbors-5918/+13101
2023-10-12fmtRalf Jung-6/+6
2023-10-12Merge from rustcRalf Jung-5917/+13100
2023-10-12Preparing for merge from rustcRalf Jung-1/+1
2023-10-12Auto merge of #113487 - estebank:sugg-113174, r=oli-obkbors-27/+267
2023-10-12Fix duplicate note on internal feature gateGurinder Singh-10/+4
2023-10-12Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubileebors-2/+1
2023-10-11Add documentation for the riscv64-android-linux targetChris Wailes-0/+16
2023-10-11Auto merge of #116448 - Kobzol:bootstrap-host-flags, r=onur-ozkan,petrochenkovbors-37/+57
2023-10-12Rename `tt_prepend_space` as `space_between`.Nicholas Nethercote-4/+4
2023-10-12Use `TokenStream::token_alone` in one place.Nicholas Nethercote-4/+4
2023-10-12Reorder an expression to improve readability.Nicholas Nethercote-12/+7
2023-10-12Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`.Nicholas Nethercote-386/+416
2023-10-12Rename `Token::is_op` as `Token::is_punct`.Nicholas Nethercote-4/+7
2023-10-11Improve code documentation a bitGuillaume Gomez-2/+2
2023-10-11Add tests for enum discriminant value display with `repr`Guillaume Gomez-0/+98
2023-10-11Show enum discriminant if a compatible repr is usedGuillaume Gomez-10/+24
2023-10-12remove outdated bootstrap FIXMEonur-ozkan-4/+0
2023-10-11Pass BOLT settings at the correct stepJakub Beránek-4/+8
2023-10-11Handle several `#[diagnostic::on_unimplemented]` attributes correctlyGeorg Semmler-12/+108
2023-10-11Auto merge of #116640 - matthiaskrgr:rollup-xt9r5ir, r=matthiaskrgrbors-108/+132
2023-10-11Suggest `;` after bare `match` expression E0308Esteban Küber-4/+30
2023-10-11Use structured suggestion for #113174Esteban Küber-27/+267
2023-10-11Rollup merge of #116627 - fee1-dead-contrib:cleanup, r=spastorinoMatthias Krüger-6/+4
2023-10-11Rollup merge of #116597 - GuillaumeGomez:foreign-blanket-impl, r=notriddleMatthias Krüger-2/+41
2023-10-11Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,...Matthias Krüger-7/+36
2023-10-11Rollup merge of #116315 - cjgillot:cpl-clean, r=petrochenkovMatthias Krüger-50/+11
2023-10-11Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnrMatthias Krüger-43/+40
2023-10-11Auto merge of #113218 - lqd:polonius-scopes, r=jackh726bors-36/+413
2023-10-11implement get_filename/lines for spanOğuz Ağcayazı-7/+65
2023-10-11Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrierilbors-203/+115
2023-10-11Remember the `ErrorReported` used to silence follow up errors instead of recr...Oli Scherer-13/+15
2023-10-11Avoid emitting the non_exhaustive error if other errors already occurredOli Scherer-90/+34
2023-10-11Prevent spurious `unreachable pattern` lintsOli Scherer-191/+157
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-64/+159
2023-10-11Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obkbors-168/+318
2023-10-11Handle private dep at the same level as masked cratesGuillaume Gomez-15/+10
2023-10-11Add regression test for #115480Guillaume Gomez-0/+32
2023-10-11Prevent showing methods from blanket impls of not available foreign traits to...Guillaume Gomez-1/+13
2023-10-11small cleanupDeadbeef-6/+4
2023-10-11Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviperbors-0/+77
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-99/+433
2023-10-11Auto merge of #116622 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-11Fix span of overflow lint for negated literalsNadrieril-29/+30