about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-2231/+3123
2023-10-15Rollup merge of #116748 - scottmcm:oops-typo, r=fee1-deadMatthias Krüger-1/+1
2023-10-14Fix a spot I wrote the wrong wordScott McMurray-1/+1
2023-10-14Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJungGuillaume Gomez-4/+6
2023-10-14const-eval: allow calling functions with targat features disabled at compile ...Eduardo Sánchez Muñoz-4/+6
2023-10-14Rollup merge of #116715 - Nadrieril:patkind-error, r=oli-obkMatthias Krüger-56/+98
2023-10-14Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgrbors-19/+96
2023-10-14Auto merge of #116728 - matthiaskrgr:rollup-4xzcsnv, r=matthiaskrgrbors-26/+39
2023-10-14Rollup merge of #116689 - lcnr:auto-trait-hidden-ty-leak, r=compiler-errorsMatthias Krüger-16/+22
2023-10-14Rollup merge of #116679 - estebank:rewrap-unwrap, r=oli-obkMatthias Krüger-9/+16
2023-10-14Rollup merge of #116618 - chriswailes:riscv64-linux-android-vector, r=working...Matthias Krüger-1/+1
2023-10-14Skip most of check_match checks in the presence of `PatKind::Error`Nadrieril-7/+19
2023-10-14Use `PatKind::Error` instead of `PatKind::Wild` to report errorsNadrieril-22/+25
2023-10-14Propagate pattern errors via a new `PatKind::Error` variantNadrieril-28/+55
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-14Rollup merge of #116696 - c410-f3r:in-doc, r=petrochenkovMatthias Krüger-6/+35
2023-10-14Rollup merge of #116695 - fee1-dead-contrib:fix-cmt, r=compiler-errorsMatthias Krüger-1/+1
2023-10-14Rollup merge of #116630 - ouz-a:smir_span_better, r=oli-obkMatthias Krüger-11/+59
2023-10-14Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errorsbors-0/+9
2023-10-14Auto merge of #116015 - EvanMerlock:master, r=oli-obkbors-15/+23
2023-10-14Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726bors-94/+26
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-6/+6
2023-10-14Auto merge of #115524 - RalfJung:misalign, r=wesleywiserbors-177/+40
2023-10-13Deprecate E0706Michael Goulet-32/+6
2023-10-13Stabilize AFIT and RPITITMichael Goulet-66/+24
2023-10-13Remove some unnecessary `unwrap`sEsteban Küber-9/+16
2023-10-13Auto merge of #116645 - estebank:issue-116608, r=oli-obkbors-3/+74
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-13linker: also pass debuginfo compression flagsAugie Fackler-0/+9
2023-10-13Lowercase the feature flags for riscv64-linux-androidChris Wailes-1/+1
2023-10-13Misc improvementsCaio-6/+35
2023-10-13Fix a commentDeadbeef-1/+1
2023-10-13Auto merge of #116676 - estebank:issue-116658, r=compiler-errorsbors-1/+2
2023-10-13explicitly handle auto trait leakage in coherencelcnr-16/+22
2023-10-13Bless tests and new warnings due to formatting changesMichael Goulet-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-2231/+3123
2023-10-13change fn name, return loc info, local nameOğuz Ağcayazı-24/+14
2023-10-13Auto merge of #116666 - Urgau:check-cfg-pre-mcp636, r=petrochenkovbors-3/+23
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/+273
2023-10-12On type error involving closure, avoid ICEEsteban Küber-1/+2
2023-10-12Detect ruby-style closure in parserEsteban Küber-3/+74
2023-10-12Auto merge of #116391 - Nadrieril:constructorset, r=cjgillotbors-581/+665
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