about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-17Rollup merge of #94085 - flip1995:clippy_needless_borrow_temp_fix, r=ManishearthMatthias Krüger-26/+8
2022-02-17Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-SimulacrumMatthias Krüger-6/+0
2022-02-17Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obkMatthias Krüger-0/+6
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-21/+7
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-186/+168
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-12/+12
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-26/+8
2022-02-17Remove CFG_PLATFORMbjorn3-6/+0
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-4/+6
2022-02-17Rollup merge of #94064 - nikic:update-musl-image, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-27/+37
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-43/+70
2022-02-17Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=...Matthias Krüger-0/+94
2022-02-17Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r...Matthias Krüger-1/+30
2022-02-17Rollup merge of #93693 - rukai:91550, r=davidtwcoMatthias Krüger-12/+125
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-6/+3
2022-02-17Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieubors-0/+71
2022-02-16Adopt let_else in even more placesest31-21/+7
2022-02-16Update dist-x86_64-musl to Ubuntu 20.04Nikita Popov-2/+2
2022-02-16Add cmake directory to llvm source distributionNikita Popov-0/+2
2022-02-16Update coverage IR testNikita Popov-2/+2
2022-02-16Update optimization remark test for LLVM 14Nikita Popov-2/+2
2022-02-16Update LLVM submoduleNikita Popov-0/+0
2022-02-16Update rustdoc tests to adapt to changes to the sidebarGuillaume Gomez-59/+59
2022-02-16Unify sidebar a bit more by generating a list using <ul> instead of <div> ele...Guillaume Gomez-127/+109
2022-02-16Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicolaMatthias Krüger-22/+16
2022-02-16Rollup merge of #94045 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2022-02-16Rollup merge of #94037 - tmiasko:verbose, r=Mark-SimulacrumMatthias Krüger-8/+23
2022-02-16Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=notriddleMatthias Krüger-2/+2
2022-02-16Rollup merge of #94020 - tmiasko:pp, r=oli-obkMatthias Krüger-0/+72
2022-02-16Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddleMatthias Krüger-1/+14
2022-02-16Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jshaMatthias Krüger-1/+1
2022-02-16Do not suggest "is a function" for free variablesMichael Howell-0/+94
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+71
2022-02-16:arrow_up: rust-analyzerLaurențiu Nicola-22/+16
2022-02-16Auto merge of #94044 - ehuss:update-cargo, r=ehussbors-0/+0
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-27/+37
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-43/+70
2022-02-15Update cargoEric Huss-0/+0
2022-02-15Update booksEric Huss-0/+0
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-0/+6
2022-02-16Make implementation genericLucas Kent-16/+16
2022-02-16Suggest deriving required supertraitsLucas Kent-0/+113
2022-02-16Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obkbors-43/+6
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-8/+23
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-0/+72
2022-02-15try to bless 32bit mir tests manuallyb-naber-11/+2
2022-02-15Auto merge of #93439 - abrown:cf-protection, r=nagisabors-0/+78
2022-02-15Add documentation for rustdoc --check optionGuillaume Gomez-0/+11
2022-02-15Fix GUI testGuillaume Gomez-1/+1