summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahcYuki Okushi2022-06-021-1/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Update safety comments, make `split_at_mut` unsafeThe 84722022-04-031-22/+34
| | * | | | | | | | | | | add tracking issueThe 84722022-04-021-2/+2
| | * | | | | | | | | | | Additional `*mut [T]` methodsBen Kimock2022-04-021-0/+105
* | | | | | | | | | | | | Auto merge of #97612 - ehuss:update-cargo, r=ehussbors2022-06-011-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update cargoEric Huss2022-05-311-0/+0
* | | | | | | | | | | | | Auto merge of #97624 - matthiaskrgr:rollup-rtcqjx9, r=matthiaskrgrbors2022-06-0138-78/+655
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Rollup merge of #97621 - RalfJung:miri, r=RalfJungMatthias Krüger2022-06-012-10/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | update MiriRalf Jung2022-06-012-10/+11
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #97592 - notriddle:notriddle/impl-trait, r=GuillaumeGomezMatthias Krüger2022-06-016-8/+182
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | rustdoc: also index raw pointersMichael Howell2022-05-313-2/+82
| | * | | | | | | | | | | | | rustdoc: also index impl traitMichael Howell2022-05-314-6/+100
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger2022-06-0126-8/+94
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda2022-05-2526-8/+94
| * | | | | | | | | | | | | | Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebankMatthias Krüger2022-06-014-52/+368
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | address commentsMichael Goulet2022-05-304-55/+109
| | * | | | | | | | | | | | | better enum suggestionsMichael Goulet2022-05-304-52/+314
* | | | | | | | | | | | | | | Auto merge of #97622 - JohnTitor:rollup-4qoxrjn, r=JohnTitorbors2022-06-0115-59/+257
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rollup merge of #97616 - TaKO8Ki:remove-unnecessary-option, r=Dylan-DPCYuki Okushi2022-06-012-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | remove an unnecessary `Option`Takayuki Maeda2022-06-012-4/+11
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rollup merge of #97611 - azdavis:master, r=Dylan-DPCYuki Okushi2022-06-013-7/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Tweak insert docsAriel Davis2022-05-313-7/+13
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Rollup merge of #97580 - JohnTitor:issue-71546, r=compiler-errorsYuki Okushi2022-06-012-0/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Add regression test for #71546Yuki Okushi2022-06-012-0/+39
| * | | | | | | | | | | | | | | Rollup merge of #97562 - compiler-errors:comment-poly_project_and_unify_type,...Yuki Okushi2022-06-011-14/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Fix comment in poly_project_and_unify_typeMichael Goulet2022-05-311-14/+14
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Rollup merge of #97498 - ijchen:master, r=Mark-SimulacrumYuki Okushi2022-06-011-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Corrected EBNF grammar for from_strIsaac Chen2022-05-281-1/+0
| * | | | | | | | | | | | | | | | Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeGomezYuki Okushi2022-06-013-2/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | rustdoc: add test case for the implementors JS file placementMichael Howell2022-05-272-0/+43
| | * | | | | | | | | | | | | | | | rustdoc: add test case for email that looks like intra-doc linkMichael Howell2022-05-271-2/+4
| * | | | | | | | | | | | | | | | | Rollup merge of #97399 - SparrowLii:arg_index, r=oli-obkYuki Okushi2022-06-011-31/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | simplify code of finding arg indexSparrowLii2022-05-251-31/+16
| * | | | | | | | | | | | | | | | | | Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obkYuki Okushi2022-06-011-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Ensure we never consider the null pointer dereferencableRalf Jung2022-05-201-0/+4
| * | | | | | | | | | | | | | | | | | | Rollup merge of #94647 - Urgau:hash-map-many-mut, r=AmanieuYuki Okushi2022-06-011-0/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Expose get_many_mut and get_many_unchecked_mut to HashMapLoïc BRANSTETT2022-06-011-0/+113
* | | | | | | | | | | | | | | | | | | | Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrumbors2022-06-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add `#[inline]` to `Vec`'s `Deref/DerefMut`Gary Guo2022-05-301-0/+2
* | | | | | | | | | | | | | | | | | | | Auto merge of #97435 - Patryk27:bump-compiler-builtins, r=Dylan-DPCbors2022-06-012-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | library/std: Bump compiler_builtinsPatryk Wychowaniec2022-05-262-3/+3
* | | | | | | | | | | | | | | | | | | | Auto merge of #97600 - matthiaskrgr:rollup-yivyeu5, r=matthiaskrgrbors2022-05-318-26/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rollup merge of #97596 - WaffleLapkin:fixup_feature_name, r=compiler-errorsMatthias Krüger2022-05-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Fixup feature name to be more consistent with othersMaybe Waffle2022-05-311-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Rollup merge of #97593 - lnicola:rust-analyzer-2022-05-31, r=lnicolaMatthias Krüger2022-05-311-7/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | :arrow_up: rust-analyzerLaurențiu Nicola2022-05-311-7/+24
| | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitorMatthias Krüger2022-05-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | alloc: remove repeated word in commentMiguel Ojeda2022-05-311-1/+1
| * | | | | | | | | | | | | | | | | | | | | Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnayMatthias Krüger2022-05-315-17/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | BTreeSet->BTreeMap (fix copy/paste mistake in documentation)David Tolnay2022-05-301-1/+1