about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-121/+165
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+50
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-17/+10
2021-09-26Fix populate of union.implsLoïc BRANSTETT-0/+17
2021-09-26Fix global initialization (#91)antoyo-283/+93
2021-09-27test suggesting immutable or mutable trait implementationsTakayuki Maeda-36/+82
2021-09-27fix test errorTakayuki Maeda-4/+6
2021-09-26Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrumbors-1193/+999
2021-09-27better suggestionsTakayuki Maeda-53/+70
2021-09-26Impove handling of registers in inline asm (#82)Commeownist-12/+29
2021-09-26Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrumbors-119/+166
2021-09-26fix the relevant testsTakayuki Maeda-20/+36
2021-09-26suggest both immutable and mutable trait implementationsTakayuki Maeda-32/+70
2021-09-25Stop suggesting a float truncation that is not shorterDavid Tolnay-37/+7
2021-09-26Auto merge of #88680 - ehuss:more-attr-validation, r=petrochenkovbors-76/+211
2021-09-26Add notes for cross-compilation to gcc-only targets (#68)antoyo-2/+23
2021-09-26Auto merge of #89262 - Manishearth:rollup-vtkbetm, r=Manishearthbors-117/+207
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-1193/+999
2021-09-25Rollup merge of #89256 - danielg1111:fix_typo, r=Mark-SimulacrumManish Goregaokar-1/+1
2021-09-25Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplettManish Goregaokar-0/+4
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-1/+1
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-25/+26
2021-09-25Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514Manish Goregaokar-1/+93
2021-09-25Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-seManish Goregaokar-11/+25
2021-09-25Rollup merge of #88973 - lu-zero:std_detect-env_override, r=AmanieuManish Goregaokar-0/+2
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-79/+56
2021-09-26Trivialize tracking of unreachable subpatternsNadrieril-297/+95
2021-09-26Avoid double-deref in `Fields`Nadrieril-35/+31
2021-09-26Replace `Pat` with a new intermediate representationNadrieril-504/+667
2021-09-26Remove dependency of `SubPatSet` on `Pat`Nadrieril-27/+23
2021-09-26Move special `&str` handling to `Constructor` and `Fields`Nadrieril-21/+21
2021-09-26Use usize for slice arityNadrieril-15/+15
2021-09-26Rework `Fields` internals.Nadrieril-242/+197
2021-09-26A for loop is a lot faster apparentlyNadrieril-29/+9
2021-09-26Cleanup the reporting of unreachable patternsNadrieril-20/+14
2021-09-26Always report reachability for user-supplied patternsNadrieril-8/+3
2021-09-26Remove some unreachable codeNadrieril-20/+11
2021-09-26Remove premature shortcuttingNadrieril-26/+12
2021-09-25clippy lints: update doctest ranges to inclusive onesMatthias Krüger-2/+2
2021-09-25bump clippy crates to edition 2021Matthias Krüger-4/+4
2021-09-25Fix typo in release notesDaniel Giger-1/+1
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-235/+226
2021-09-25Fix incorrect disambiguation suggestion for associated itemsFabian Wolff-20/+28
2021-09-25Expose the std_detect env_override featureLuca Barbato-0/+2
2021-09-25Apply 16 commits (squashed)Frank Steffahn-235/+226
2021-09-25Don't anonymize bound region names during typeckAaron Hill-22/+48
2021-09-25Auto merge of #87584 - adamgemmell:dev/asm-tests, r=Amanieubors-237/+2839
2021-09-25rustdoc: Document `is_assoc_ty()`Noah Lev-0/+2
2021-09-26Elaborate commentHirochika Matsumoto-1/+1
2021-09-25Check for macros in built-in attributes that don't support them.Eric Huss-8/+142