about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-13Auto merge of #116676 - estebank:issue-116658, r=compiler-errorsbors-1/+69
2023-10-13Auto merge of #116666 - Urgau:check-cfg-pre-mcp636, r=petrochenkovbors-62/+87
2023-10-13Auto merge of #116619 - nnethercote:rustc_driver_impl, r=compiler-errorsbors-305/+150
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors-322/+274
2023-10-12On type error involving closure, avoid ICEEsteban Küber-1/+69
2023-10-12Auto merge of #116391 - Nadrieril:constructorset, r=cjgillotbors-581/+726
2023-10-13Remove unneeded `pub`s.Nicholas Nethercote-7/+7
2023-10-13Split and rename the annotation structs.Nicholas Nethercote-27/+36
2023-10-13Make `needs_analysis` true for `PpHirMode::Typed`.Nicholas Nethercote-2/+1
2023-10-13Rename some `'hir` lifetimes as `'tcx`.Nicholas Nethercote-8/+8
2023-10-13Remove pretty-printing traits.Nicholas Nethercote-130/+52
2023-10-13Merge `print_*` functions.Nicholas Nethercote-70/+52
2023-10-13Simplify support traits.Nicholas Nethercote-70/+30
2023-10-13Remove unused `PrinterSupport::hir_map` method.Nicholas Nethercote-16/+0
2023-10-13Remove PpAstTreeMode.Nicholas Nethercote-17/+12
2023-10-13Remove an outdated comment.Nicholas Nethercote-4/+0
2023-10-13Remove unnecessary call to `call_with_pp_support_hir`.Nicholas Nethercote-4/+2
2023-10-13Rename some things.Nicholas Nethercote-35/+35
2023-10-12Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errorsbors-1/+81
2023-10-12Exclude apple from assembly testScott McMurray-0/+1
2023-10-12Auto merge of #116671 - matthiaskrgr:rollup-b41rw92, r=matthiaskrgrbors-309/+335
2023-10-12check-cfg: update rustdoc ui check-cfg testsUrgau-2/+2
2023-10-12check-cfg: only print the list of expected names onceUrgau-25/+6
2023-10-12check-cfg: mention the unexpected name and value in the primary messageUrgau-58/+62
2023-10-12check-cfg: adjust expected names and values when usefulUrgau-2/+42
2023-10-12Rollup merge of #116669 - ehuss:fix-platform-table, r=nikicMatthias Krüger-4/+0
2023-10-12Rollup merge of #116654 - Zalathar:reloop-traversal, r=oli-obkMatthias Krüger-164/+130
2023-10-12Rollup merge of #116642 - weiznich:diagnostic_on_unimplemented_improvements, ...Matthias Krüger-12/+108
2023-10-12Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-deadMatthias Krüger-129/+78
2023-10-12Rollup merge of #116593 - tgross35:no-jump-tables-docs, r=compiler-errorsMatthias Krüger-0/+19
2023-10-12Fix mips platform support entries.Eric Huss-4/+0
2023-10-12Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkovbors-405/+433
2023-10-12coverage: Simplify adding BCB successors to the traversal worklistsZalathar-38/+39
2023-10-12coverage: Don't store loop backedges in the traversal contextZalathar-7/+10
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 #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-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