about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-15Streamline `parse_path_start_expr`.Nicholas Nethercote-9/+6
2022-08-12Auto merge of #99464 - nikic:llvm-15, r=cuviperbors-1/+12
2022-08-11Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillotMatthias Krüger-172/+57
2022-08-11Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillotMatthias Krüger-7/+15
2022-08-11Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillotMatthias Krüger-3/+1
2022-08-11Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkovMatthias Krüger-4/+21
2022-08-11Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkovMatthias Krüger-1/+1
2022-08-11Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoeristerDylan DPC-52/+253
2022-08-11Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqdDylan DPC-42/+47
2022-08-11Rollup merge of #100351 - compiler-errors:diagnostic-convention, r=fee1-deadDylan DPC-59/+37
2022-08-11Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisaDylan DPC-38/+44
2022-08-11Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisaDylan DPC-8/+0
2022-08-11Rollup merge of #100184 - Kixunil:stabilize_ptr_const_cast, r=m-ou-seDylan DPC-1/+0
2022-08-11Rollup merge of #99110 - audunhalland:match_has_guard_from_candidate, r=pnkfelixDylan DPC-1/+1
2022-08-11Rollup merge of #92744 - lambinoo:I-91161-non-exhaustive-foreign-variants, r=...Dylan DPC-1/+22
2022-08-11Avoid lowering a `MacArgs::Eq` twice.Nicholas Nethercote-3/+1
2022-08-11Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnrbors-3/+20
2022-08-11Add a second level to the AST size reporting.Nicholas Nethercote-34/+184
2022-08-11Add percentages to `-Zhir-stats` output.Nicholas Nethercote-6/+8
2022-08-11Change how `AssocItem` is reported.Nicholas Nethercote-5/+1
2022-08-11Improve AST stat collector.Nicholas Nethercote-13/+66
2022-08-11Simplify `rustc_hir::intravisit::Visitor::visit_enum_def`.Nicholas Nethercote-2/+2
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.Nicholas Nethercote-30/+19
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_enum_def`.Nicholas Nethercote-34/+9
2022-08-11Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.Nicholas Nethercote-109/+30
2022-08-10Fix flags when using clang as linker for FuchsiaTyler Mandry-4/+21
2022-08-10Update error message to clarify that it's not the enum itself that's non_exha...Scott McMurray-1/+1
2022-08-10Check if extern crate enum has non exhaustive variant when castLamb-1/+22
2022-08-10add crt-static for androidBryanskiy-1/+1
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-38/+44
2022-08-10Rollup merge of #100359 - b-naber:valtrees-pretty-print-ice, r=lcnrMichael Goulet-0/+4
2022-08-10Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnrMichael Goulet-7/+9
2022-08-10Rollup merge of #100317 - kjetilkjeka:remove-nvptx32-logic, r=eddybMichael Goulet-35/+0
2022-08-10Rollup merge of #100286 - Thog:rust-lld-macosx-target, r=petrochenkovMichael Goulet-56/+66
2022-08-10Stabilize ptr_const_castMartin Habovstiak-1/+0
2022-08-10Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgrbors-4/+81
2022-08-10Rollup merge of #100340 - spastorino:fix-100187, r=compiler-errorsMatthias Krüger-1/+14
2022-08-10Rollup merge of #100334 - TaKO8Ki:suggest-missing-semicolon-before-array, r=f...Matthias Krüger-0/+42
2022-08-10Rollup merge of #100069 - dpaoliello:linkordinal, r=michaelwoeristerMatthias Krüger-1/+25
2022-08-10Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahcMatthias Krüger-2/+0
2022-08-10Use &mut Diagnostic instead of &mut DiagnosticBuilder unless neededMichael Goulet-59/+37
2022-08-09Stringify non-shorthand visibility correctlyJacob Pratt-7/+15
2022-08-10remove a type string comparisonTakayuki Maeda-7/+9
2022-08-10Add a couple more AST node size assertions.Nicholas Nethercote-0/+2
2022-08-10Avoid repeating qualifiers on `static_assert_size` calls.Nicholas Nethercote-42/+45
2022-08-10Rollup merge of #100275 - RalfJung:anyhow, r=bjorn3Matthias Krüger-2/+2
2022-08-10Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnrMatthias Krüger-0/+4
2022-08-10Rollup merge of #100256 - camelid:typeck-ctxt-doc, r=compiler-errorsMatthias Krüger-1/+32
2022-08-10Rollup merge of #100240 - cjgillot:noice-structural-match, r=davidtwcoMatthias Krüger-1/+6
2022-08-10Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwcoMatthias Krüger-46/+42