about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-06-15Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obkbors-100/+243
2022-06-14Auto merge of #96285 - flip1995:pk-vfe, r=nagisabors-0/+174
2022-06-14account for endianness in debuginfo for const argsb-naber-2/+2
2022-06-14rebaseb-naber-41/+113
2022-06-14fix wrong evaluation in clippyb-naber-8/+8
2022-06-14address reviewb-naber-54/+45
2022-06-14bless 32-bit ui testsb-naber-4/+10
2022-06-14manually bless 32-bit mir-opt testsb-naber-25/+25
2022-06-14address reviewb-naber-6/+6
2022-06-14fix clippy test failuresb-naber-64/+102
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-385/+519
2022-06-14Add VFE test for 32 bitflip1995-0/+36
2022-06-14Add user documentation for -Zvirtual-function-eliminationflip1995-0/+39
2022-06-14Add test for VFE optimizationflip1995-0/+99
2022-06-14Auto merge of #98091 - Dylan-DPC:rollup-ueb6b5x, r=Dylan-DPCbors-37/+161
2022-06-14Rollup merge of #98069 - notriddle:notriddle/square-brackets, r=jshaDylan DPC-30/+5
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+149
2022-06-14Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnrDylan DPC-7/+7
2022-06-14Auto merge of #98082 - lnicola:rust-analyzer-2022-06-14, r=lnicolabors-8/+8
2022-06-14:arrow_up: rust-analyzerLaurențiu Nicola-8/+8
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-100/+243
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-7/+7
2022-06-14Auto merge of #98040 - calebcartwright:sync-rustfmt, r=calebcartwrightbors-1186/+12891
2022-06-14Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelixYuki Okushi-7/+74
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-4/+68
2022-06-14Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errorsYuki Okushi-24/+47
2022-06-13deps: add clap to workspace hackCaleb Cartwright-0/+1
2022-06-13rustdoc: remove link on slice bracketsMichael Howell-30/+5
2022-06-13Rollup merge of #98057 - oli-obk:miri_ui_test, r=oli-obkMatthias Krüger-11/+9
2022-06-13Rollup merge of #98054 - ferrocene:pa-fix-llvm-download-spaces, r=jyn514Matthias Krüger-7/+7
2022-06-13Rollup merge of #98050 - JohnTitor:issue-67945, r=compiler-errorsMatthias Krüger-0/+107
2022-06-13Rollup merge of #98044 - dust1:master, r=Dylan-DPCMatthias Krüger-5/+1
2022-06-13Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwcoMatthias Krüger-21/+21
2022-06-13Rollup merge of #97960 - RalfJung:offset-from, r=oli-obkMatthias Krüger-17/+17
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-104/+3
2022-06-13Rollup merge of #97709 - compiler-errors:normalize-const-param-ty, r=oli-obkMatthias Krüger-0/+88
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-4/+68
2022-06-13Update miriOli Scherer-11/+9
2022-06-13fix error message for download-ci-llvmPietro Albini-7/+7
2022-06-13Add some more regression tests for #67945Yuki Okushi-0/+107
2022-06-13Update variance-object-types.stderrYoke-1/+1
2022-06-13remove use Cell in variance-object-types.rsYoke-1/+0
2022-06-13del unrelated commentYoke-3/+0
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-20/+20
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1186/+12890
2022-06-12Rollup merge of #97920 - bjorn3:test_annotation_fixes, r=Dylan-DPCMichael Goulet-3/+5
2022-06-12Improves parser diagnostics, fixes #93867threadexception-24/+47
2022-06-12Fix some test annotationsbjorn3-3/+5
2022-06-12Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillotDylan DPC-28/+28