about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-30Recommend running `cargo clean` in E0514 outputpierwill-1/+2
2021-09-27Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple...bors-92/+211
2021-09-27Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelidbors-42/+40
2021-09-27Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul...bors-17/+30
2021-09-27Auto merge of #89145 - rusticstuff:bump_stdarch, r=kennytmbors-0/+0
2021-09-26Auto merge of #89092 - bjorn3:sync_cg_clif-2021-09-19, r=bjorn3bors-293/+332
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-545/+306
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-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-26Auto merge of #88680 - ehuss:more-attr-validation, r=petrochenkovbors-76/+211
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-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-25Fix typo in release notesDaniel Giger-1/+1
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-235/+226
2021-09-25Expose the std_detect env_override featureLuca Barbato-0/+2
2021-09-25Apply 16 commits (squashed)Frank Steffahn-235/+226
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
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-68/+69
2021-09-25Auto merge of #88243 - nikic:newpm-2, r=nagisabors-8/+17
2021-09-25Auto merge of #89030 - nbdd0121:box2, r=jonas-schievinkbors-227/+468
2021-09-25Pin panic-in-drop=abort test to old pass managerNikita Popov-1/+8
2021-09-25Make expectation in panic-in-drop-abort.rs test more preciseNikita Popov-4/+2
2021-09-25Use correct pipeline for LTO at O0Nikita Popov-1/+4
2021-09-25Enable new pass manager on LLVM 13Nikita Popov-2/+3
2021-09-25Auto merge of #89237 - BoxyUwU:trackersMcCaller, r=eddybbors-4/+5
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-1/+93
2021-09-25Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011bors-157/+124
2021-09-25use `drain_filter` instead of `filter` and `retain`Takayuki Maeda-4/+2
2021-09-25Auto merge of #89230 - workingjubilee:rollup-1swktdq, r=workingjubileebors-153/+863
2021-09-25Bless testsGary Guo-213/+342
2021-09-25Report heap allocation instead of non-const fn for exchange_malloc callGary Guo-0/+5
2021-09-25Use Rvalue::ShallowInitBox for box expressionGary Guo-3/+53
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-11/+68
2021-09-25arrr caught ya callerEllen-4/+5
2021-09-24Auto merge of #86246 - FabianWolff:issue-83471, r=estebankbors-6/+180