about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-12Rollup merge of #92732 - wesleywiser:note_musl_patch_info, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-12Rollup merge of #92720 - rosik:patch-1, r=m-ou-seMatthias Krüger-1/+1
2022-01-12Rollup merge of #92709 - joshtriplett:file-options-docs, r=Mark-SimulacrumMatthias Krüger-4/+5
2022-01-12Rollup merge of #92707 - JohnScience:patch-1, r=GuillaumeGomezMatthias Krüger-1/+2
2022-01-12Rollup merge of #92703 - joshtriplett:relnotes-file-options, r=pietroalbiniMatthias Krüger-0/+2
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-11/+9
2022-01-12Rollup merge of #92506 - nico-abram:uwu, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-01-12Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obkMatthias Krüger-1/+31
2022-01-12Rollup merge of #92328 - camelid:sentence, r=scottmcmMatthias Krüger-1/+1
2022-01-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-107/+120
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-21/+49
2022-01-11Add testDeadbeef-0/+26
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-107/+120
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-122/+116
2022-01-11Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoeristerbors-1/+8
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-142/+148
2022-01-10Improve documentation for File::options to give a more likely exampleJosh Triplett-4/+5
2022-01-10Document Box<T> FFI guarantee in 1.41.0 release notesunknown-0/+6
2022-01-10Add note about upstream commit musl-patch-configure.diff is derived fromWesley Wiser-1/+3
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-137/+224
2022-01-10Fix doc formatting for time.rs Yaroslav Dynnikov-1/+1
2022-01-10Rollup merge of #92717 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+10
2022-01-10Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkovMatthias Krüger-27/+9
2022-01-10Rollup merge of #92693 - ojeda:relnotes, r=pietroalbiniMatthias Krüger-0/+4
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-4/+32
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-79/+96
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-9/+12
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-10/+61
2022-01-10miriRalf Jung-8/+10
2022-01-10Auto merge of #87487 - lambinoo:I-64762_unreachable_pub_lint, r=petrochenkovbors-218/+359
2022-01-09RELEASES.md: Add 1.58 release note for `File::options` stabilizationJosh Triplett-0/+2
2022-01-10Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoeristerbors-46/+118
2022-01-09Extended the note on the use of `no_run` attributeDmitrii - Demenev-1/+2
2022-01-09Clean up lang_items::extractEric Huss-27/+9
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-218/+359
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-11/+9
2022-01-09Release notes: add `Result::unwrap_{,err_}unchecked`Miguel Ojeda-0/+4
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-10/+2
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-856/+1339
2022-01-09Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jshaMatthias Krüger-8/+0
2022-01-09Rollup merge of #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-seMatthias Krüger-6/+6
2022-01-09Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-seMatthias Krüger-0/+24
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-259/+290
2022-01-09Rollup merge of #92573 - petrochenkov:ltrattr3, r=Aaron1011Matthias Krüger-540/+761
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-3/+43
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-40/+45
2022-01-09Rollup merge of #92055 - tmandry:relnotes-1.58, r=pietroalbiniMatthias Krüger-0/+170
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-118/+137
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-122/+116
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-32/+13