about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-09Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgrbors-41/+245
2021-12-09Rollup merge of #91685 - Aaron1011:install-llvm-tools, r=Mark-SimulacrumMatthias Krüger-0/+11
2021-12-09Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisaMatthias Krüger-0/+37
2021-12-09Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplettMatthias Krüger-41/+1
2021-12-09Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-SimulacrumMatthias Krüger-0/+196
2021-12-09Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgrbors-22/+25
2021-12-09Rollup merge of #91666 - RalfJung:miri, r=RalfJungMatthias Krüger-15/+8
2021-12-09Rollup merge of #91568 - dtolnay:breakspace, r=nagisaMatthias Krüger-6/+5
2021-12-09Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebankMatthias Krüger-1/+12
2021-12-08Install llvm tools to sysroot when assembling local toolchainAaron Hill-0/+11
2021-12-08Pretty print break and continue without redundant spaceDavid Tolnay-6/+5
2021-12-08Rollup merge of #91667 - GuillaumeGomez:fix-index-itemtypes, r=notriddleMatthias Krüger-26/+28
2021-12-08Rollup merge of #91637 - tmiasko:generator-packed-drop, r=ecstatic-morseMatthias Krüger-2/+26
2021-12-08Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomezMatthias Krüger-7/+16
2021-12-08Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisaMatthias Krüger-0/+36
2021-12-08Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisaMatthias Krüger-0/+72
2021-12-08Do not attempt to suggest help for overly malformed struct/function callthreadexception-0/+37
2021-12-08Fix indent of itemTypes in search.jsGuillaume Gomez-26/+28
2021-12-08update MiriRalf Jung-15/+8
2021-12-08Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddleMatthias Krüger-1/+1
2021-12-08Rollup merge of #91619 - ehuss:update-cargo, r=ehussMatthias Krüger-0/+0
2021-12-08Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomezMatthias Krüger-1/+1
2021-12-08Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-9/+36
2021-12-08Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obkMatthias Krüger-1/+62
2021-12-08Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisaMatthias Krüger-2/+70
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-22/+52
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-0/+104
2021-12-08Rollup merge of #90550 - ehuss:update-ca, r=Mark-SimulacrumMatthias Krüger-0/+52
2021-12-08Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si...Matthias Krüger-12/+38
2021-12-08Auto merge of #91500 - ehuss:update-mdbook, r=Mark-Simulacrumbors-1/+1
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-41/+1
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-12/+38
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-1/+300
2021-12-07Add missing whitespace before disabled HTML attributeGuillaume Gomez-1/+1
2021-12-07Rollup merge of #91622 - lnicola:rust-analyzer-2021-12-07, r=lnicolaMatthias Krüger-15/+15
2021-12-07Rollup merge of #91620 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2021-12-07Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-SimulacrumMatthias Krüger-5/+14
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-7/+18
2021-12-07Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726Matthias Krüger-0/+33
2021-12-07Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726Matthias Krüger-0/+299
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+44
2021-12-07:arrow_up: rust-analyzerLaurențiu Nicola-15/+15
2021-12-06Update booksEric Huss-0/+0
2021-12-06Update cargoEric Huss-0/+0
2021-12-07Auto merge of #91599 - RalfJung:miri, r=RalfJungbors-8/+15
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+44
2021-12-07Add test with multiple type params failing inferenceEsteban Kuber-12/+45
2021-12-07Refer to const params as "const params" and not "type params"Esteban Kuber-2/+2
2021-12-07Refer to uninferred `const` params by their name, instead of `{ _: _ }`Esteban Kuber-2/+2
2021-12-07Only shown relevant type params in E0283 labelEsteban Kuber-2/+37