about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-29ignore type flags insertion in default_anon_const_substs if error occurredb-naber-1/+49
2021-10-27Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgrbors-15/+227
2021-10-27Rollup merge of #90344 - xfix:tracking-issue-const_cstr_unchecked, r=Mark-Sim...Matthias Krüger-1/+1
2021-10-27Rollup merge of #90304 - vandenheuvel:test_issue_75961, r=Mark-SimulacrumMatthias Krüger-0/+7
2021-10-27Rollup merge of #90288 - JakobDegen:import_diagnostics, r=davidtwcoMatthias Krüger-7/+172
2021-10-27Rollup merge of #90267 - EliseZeroTwo:elisezerotwo/fix_invalid_attrs_ice, r=A...Matthias Krüger-6/+46
2021-10-27Rollup merge of #90239 - r00ster91:patch-1, r=fee1-deadMatthias Krüger-1/+1
2021-10-27Remove big O notationr00ster91-1/+1
2021-10-27Auto merge of #90273 - nbdd0121:const, r=fee1-deadbors-93/+53
2021-10-27Add tracking issue number to const_cstr_uncheckedKonrad Borowski-1/+1
2021-10-27Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomezbors-6/+232
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-39/+473
2021-10-27test: add test for inner attribute followed by outer attribute causing ICEEliseZeroTwo-0/+46
2021-10-26Add documentation for LLVM CFI supportRamon de C Valle-19/+202
2021-10-27Remove `is_const_fn` in `find_mir_or_eval_fn`Gary Guo-9/+3
2021-10-27Auto merge of #90337 - matthiaskrgr:rollup-azkr158, r=matthiaskrgrbors-142/+153
2021-10-27Add regression test for #75961Bram van den Heuvel-0/+7
2021-10-27Rollup merge of #90278 - notriddle:notriddle/highlight-ptr, r=jyn541,Guillaum...Matthias Krüger-8/+23
2021-10-27Rollup merge of #90232 - konan8205:master, r=GuillaumeGomezMatthias Krüger-35/+61
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-99/+69
2021-10-27Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieubors-9/+28
2021-10-26Reverting switching test to no_std and adjust output after rebase.Jakob Degen-31/+41
2021-10-26Fix line numbers in testJakob Degen-4/+4
2021-10-26Make `ui/suggestions/suggest-tryinto-edition-change.rs` no_std to avoid getti...Jakob Degen-41/+30
2021-10-26Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i...Jakob Degen-15/+134
2021-10-26Add test checking that Edition 2021 is suggested for .try_into() and fix othe...Jakob Degen-0/+33
2021-10-26Add diagnostic in case of failed `.try_into()` method call pre-Edition 2021Jakob Degen-0/+14
2021-10-26Auto merge of #90314 - matthiaskrgr:rollup-ag1js8n, r=matthiaskrgrbors-192/+104
2021-10-26Rollup merge of #90305 - vandenheuvel:test_issue_87258, r=Mark-SimulacrumMatthias Krüger-0/+72
2021-10-26Rollup merge of #90303 - WaffleLapkin:regression_test_90164, r=JohnTitorMatthias Krüger-0/+31
2021-10-26Rollup merge of #90302 - GuillaumeGomez:rm-unneeded-into_iter, r=jyn514Matthias Krüger-1/+1
2021-10-26Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-SimulacrumMatthias Krüger-191/+0
2021-10-26Auto merge of #90290 - nyanpasu64:fix-string-as-mut-vec, r=m-ou-sebors-4/+5
2021-10-26Add regression test for #87258Bram van den Heuvel-0/+72
2021-10-26Auto merge of #90284 - tonyyzy:patch-1, r=JohnTitorbors-5/+2
2021-10-26Remove redundant AlignerTony Yang-5/+2
2021-10-26Add regression test for issue 90164Maybe Waffle-0/+31
2021-10-26Remove unneeded into_iterGuillaume Gomez-1/+1
2021-10-26Auto merge of #90075 - pierwill:fix-79717, r=petrochenkovbors-93/+160
2021-10-25Fix copy-paste error in String::as_mut_vec() docsnyanpasu64-4/+5
2021-10-26Auto merge of #90299 - matthiaskrgr:rollup-n77ntld, r=matthiaskrgrbors-185/+283
2021-10-26Rollup merge of #90295 - ehuss:update-cargo, r=ehussMatthias Krüger-1/+1
2021-10-26Rollup merge of #90294 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2021-10-26Rollup merge of #90241 - DrMeepster:thiscall_lint_upgrade, r=petrochenkovMatthias Krüger-45/+32
2021-10-26Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebankMatthias Krüger-139/+250
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-191/+0
2021-10-25Update cargoEric Huss-1/+1
2021-10-25Update booksEric Huss-0/+0
2021-10-26Properly check `target_features` not to trigger an assertionYuki Okushi-4/+11
2021-10-26Add a regression test for issue-89875Yuki Okushi-0/+14