about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-23:arrow_up: rust-analyzerLaurențiu Nicola-17/+20
2021-08-23Auto merge of #88210 - spastorino:diff-lifetimes-def-use-test, r=oli-obkbors-0/+29
2021-08-22Auto merge of #88200 - pcwalton:no-dso-local-on-mach-o, r=nagisabors-0/+5
2021-08-22Auto merge of #88240 - GuillaumeGomez:rollup-wdom91m, r=GuillaumeGomezbors-66/+180
2021-08-22Rollup merge of #88238 - m-ou-se:used-imports-no-track-namespace, r=estebankGuillaume Gomez-17/+14
2021-08-22Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebankGuillaume Gomez-3/+53
2021-08-22Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514Guillaume Gomez-14/+6
2021-08-22Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikicGuillaume Gomez-0/+15
2021-08-22Rollup merge of #88077 - kit-981:feature/fix-minimum-os-version-in-header, r=...Guillaume Gomez-1/+13
2021-08-22Rollup merge of #87166 - de-vri-es:show-discriminant-before-overflow, r=jackh726Guillaume Gomez-8/+52
2021-08-22Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomezGuillaume Gomez-23/+27
2021-08-22Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnrbors-9/+221
2021-08-22Stop tracking namespce in used_imports.Mara Bos-17/+14
2021-08-22Test TAITs different lifetimes in defining uses failSantiago Pastorino-0/+29
2021-08-22Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearthbors-150/+136
2021-08-22Suggest importing the right kind of macro.Mara Bos-3/+53
2021-08-22Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakisbors-3/+93
2021-08-22Auto merge of #88122 - Seppel3210:master, r=dtolnaybors-8/+10
2021-08-22Auto merge of #85166 - mbhall88:file-prefix, r=dtolnaybors-90/+372
2021-08-22Auto merge of #88217 - jackh726:rollup-3k74o2m, r=jackh726bors-66/+345
2021-08-21Rollup merge of #88201 - spastorino:tait-incomplete-inference-test, r=oli-obkJack Huey-0/+36
2021-08-21Rollup merge of #88197 - spastorino:tait-test-fn-type, r=oli-obkJack Huey-0/+22
2021-08-21Rollup merge of #88194 - spastorino:test-tait-assoc-impl-trait, r=oli-obkJack Huey-0/+19
2021-08-21Rollup merge of #88192 - spastorino:add-tait-test-for-assoc-dyn, r=oli-obkJack Huey-0/+12
2021-08-21Rollup merge of #88189 - spastorino:add-tait-struct-test, r=oli-obkJack Huey-0/+12
2021-08-21Rollup merge of #88183 - spastorino:add-tait-in-different-tuple-position, r=o...Jack Huey-9/+6
2021-08-21Rollup merge of #88182 - spastorino:use-trait-in-tait-tests, r=oli-obkJack Huey-33/+12
2021-08-21Rollup merge of #88179 - steffahn:mailmap, r=Mark-SimulacrumJack Huey-0/+1
2021-08-21Rollup merge of #88172 - spastorino:tait-defining-use-submodule-test, r=oli-obkJack Huey-10/+23
2021-08-21Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-SimulacrumJack Huey-0/+1
2021-08-21Rollup merge of #88072 - kit-981:feature/build-ios-toolchain-on-linux, r=Mark...Jack Huey-5/+0
2021-08-21Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-SimulacrumJack Huey-9/+4
2021-08-21Rollup merge of #87604 - yaymukund:verify-backported-commits, r=Mark-SimulacrumJack Huey-0/+197
2021-08-21Auto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnaybors-8/+57
2021-08-21Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakisbors-239/+324
2021-08-21Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomezbors-14/+51
2021-08-21Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakisbors-13/+139
2021-08-21cleanup: `Span::new` -> `Span::with_lo`Vadim Petrochenkov-14/+6
2021-08-21Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrumbors-6/+10
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-167/+200
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-35/+59
2021-08-21Auto merge of #88073 - lnicola:rust-analyzer-2021-08-16, r=lnicolabors-37/+17
2021-08-20Test that incomplete inference for TAITs failSantiago Pastorino-0/+36
2021-08-21Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726bors-210/+470
2021-08-20Test use of impl Trait in an impl as the value for an associated type in an i...Santiago Pastorino-0/+19
2021-08-20Stop emitting the `dso_local` LLVM attribute for external symbols under the s...Patrick Walton-0/+5
2021-08-20Auto merge of #88087 - jesyspa:issue-87935-box, r=jackh726bors-90/+90
2021-08-20Test tait use in a fn typeSantiago Pastorino-0/+22
2021-08-20move `fallback_if_possible` and friends to fallback.rsNiko Matsakis-125/+127
2021-08-20create `Coercion` obligations given 2 unbound type variablesNiko Matsakis-5/+48