about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-22Auto merge of #94209 - lcnr:print-mir-consts, r=oli-obkbors-317/+84
2022-02-22Use 2021 edition in ./x.py fmtbjorn3-1/+1
2022-02-22change `mir::Constant` in mir dumpslcnr-317/+84
2022-02-22Auto merge of #93839 - Mark-Simulacrum:delete-json-rust-deserialization, r=nn...bors-89/+16
2022-02-21Suggest calling .display() on PathBuf tooMichael Goulet-2/+16
2022-02-21Do not suggest wrapping an item if it has ambiguous un-imported methodsMichael Goulet-26/+41
2022-02-22Address review commentsDeadbeef-10/+10
2022-02-22Add ui testDeadbeef-0/+60
2022-02-22chalk: add known-bug test that was previously ICEing.Dario Nieuwenhuis-2/+50
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-56/+85
2022-02-22Bless rustdoc testDeadbeef-85/+83
2022-02-22Do not display hidden `~const Drop` boundsDeadbeef-5/+19
2022-02-22Do not display ~const in rustdocDeadbeef-1/+2
2022-02-21Rollup merge of #94211 - est31:let_else_destructuring_error, r=matthewjasperMatthias Krüger-0/+35
2022-02-21Rollup merge of #94190 - bjorn3:less_filetime, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-02-21Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJungMatthias Krüger-5/+1
2022-02-21Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkovMatthias Krüger-48/+46
2022-02-21Add testsAmanieu d'Antras-0/+64
2022-02-21Take CodegenFnAttrs into account when validating asm! register operandsAmanieu d'Antras-21/+13
2022-02-21Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoeristerbors-21/+20
2022-02-21Auto merge of #94205 - Mark-Simulacrum:revert-93800, r=oli-obkbors-6/+43
2022-02-21debuginfo: Simplify TypeMap used during LLVM debuginfo generation.Michael Woerister-1/+1
2022-02-21fix testMario Carneiro-2/+2
2022-02-21Auto merge of #94108 - compiler-errors:just-confirmation-normalization, r=jac...bors-48/+6
2022-02-21Stop manually SIMDing in swap_nonoverlappingScott McMurray-0/+140
2022-02-21Better error if the user tries to do assignment ... elseest31-0/+35
2022-02-21update rustdoclcnr-2/+2
2022-02-21update clippylcnr-19/+18
2022-02-21Add regression test for #92069est31-0/+20
2022-02-21Expand let-else allow testsest31-4/+80
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-6/+43
2022-02-20Remove support for JSON deserialization to RustMark Rousskov-89/+16
2022-02-20compiletest: Print process output info with less whitespaceNixon Enraght-Moony-15/+19
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-36/+2907
2022-02-20limit tests to llvm 14+Erik Desjardins-1/+2
2022-02-20Use Metadata::modified instead of FileTime::from_last_modification_time in ru...bjorn3-3/+3
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-5/+1
2022-02-20Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill...bors-2/+120
2022-02-20Gracefully handle non-UTF-8 string slices when pretty printingTomasz Miąsko-48/+46
2022-02-20Auto merge of #93387 - JakobDegen:improve_partialeq, r=tmiaskobors-17/+128
2022-02-20tidy: fire less "ignoring file length unneccessarily" warningsest31-0/+3
2022-02-20Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgrbors-74/+122
2022-02-20Rollup merge of #94093 - tmiasko:pp-no-variants, r=oli-obkMatthias Krüger-65/+71
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+14
2022-02-20Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-SimulacrumMatthias Krüger-2/+5
2022-02-20Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddleMatthias Krüger-6/+32
2022-02-19Auto merge of #92911 - nbdd0121:unwind, r=Amanieubors-12/+71
2022-02-19Bless upMichael Goulet-48/+6
2022-02-19Bump version to 1.61Mark Rousskov-1/+1
2022-02-19Fix codegen test for MSVCGary Guo-13/+2