about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-24Remove stray .stderr filesLeSeulArtichaut-58/+0
2021-05-24Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkovbors-10/+30
2021-05-24Add test for pretty printing anonymous typesjedel1043-0/+24
2021-05-24Fix ast expanded printing for anonymous typesjedel1043-10/+6
2021-05-24Auto merge of #85611 - rust-lang:array-mod-doc, r=jyn514bors-3/+1
2021-05-23Auto merge of #85606 - 12101111:link_modifiers, r=petrochenkovbors-5/+0
2021-05-23Update std::array module doc headerbstrie-3/+1
2021-05-23Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkovbors-6/+44
2021-05-23Auto merge of #85602 - GuillaumeGomez:donthide-inherent-impls, r=jshabors-5/+14
2021-05-24remove native_link_modifiers from the list of incomplete features.12101111-5/+0
2021-05-23Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpiderbors-13/+38
2021-05-23Don't hide inherent implementations by defaultGuillaume Gomez-5/+14
2021-05-23Auto merge of #85599 - RalfJung:immut-allocs, r=oli-obkbors-19/+36
2021-05-23fix commentRalf Jung-1/+1
2021-05-23(try to) fix craneliftRalf Jung-0/+2
2021-05-23support creating mutable allocations from byte slicesRalf Jung-15/+30
2021-05-23avoid redundant immutability checkRalf Jung-3/+0
2021-05-23reject deallocation of read-only allocationsRalf Jung-0/+3
2021-05-23Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnaybors-5/+31
2021-05-23Auto merge of #85594 - Dylan-DPC:rollup-40sgqgg, r=Dylan-DPCbors-194/+203
2021-05-23Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomezDylan DPC-6/+24
2021-05-23Rollup merge of #85571 - workingjubilee:reverse-prepend, r=AmanieuDylan DPC-21/+0
2021-05-23Rollup merge of #85525 - camelid:fix-mailmap, r=Mark-SimulacrumDylan DPC-0/+1
2021-05-23Rollup merge of #85334 - r00ster91:patch-8, r=dtolnayDylan DPC-0/+3
2021-05-23Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnayDylan DPC-1/+7
2021-05-23Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnayDylan DPC-166/+168
2021-05-23Auto merge of #81601 - jyn514:llvm-on-demand, r=Mark-Simulacrumbors-13/+98
2021-05-22Move llvm submodule updates to rustbuildJoshua Nelson-13/+97
2021-05-22Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obkbors-2/+3
2021-05-22Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obkbors-117/+45
2021-05-22Fix auto-hide for implementations and implementors.Jacob Hoffman-Andrews-6/+24
2021-05-22Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrumbors-3/+3
2021-05-22CTFE get_alloc_extra_mut: also provide ref to MemoryExtraRalf Jung-2/+3
2021-05-22Add test for deduplicate native lib in linking12101111-0/+36
2021-05-22Auto merge of #85557 - hyd-dev:abi, r=RalfJungbors-19/+26
2021-05-22Add default implementation for `enforce_abi()`hyd-dev-6/+3
2021-05-22const_fn_unsize: check that the cast behaves correctlyRalf Jung-3/+10
2021-05-22stabilize const_fn_unsizeRalf Jung-117/+38
2021-05-22Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jshabors-2/+17
2021-05-22Auto merge of #85531 - luqmana:flip-gc, r=petrochenkovbors-22/+8
2021-05-22Auto merge of #85505 - flip1995:clippyup, r=Manishearthbors-668/+2329
2021-05-21Remove surplus prepend LinkedList fnJubilee Young-21/+0
2021-05-21Add test for search result keyword extra infoGuillaume Gomez-0/+15
2021-05-21Fix display for primitive and keyword extra infoGuillaume Gomez-2/+2
2021-05-21Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomezbors-229/+651
2021-05-21Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisGuillaume Gomez-66/+645
2021-05-21Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-05-21Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jshaGuillaume Gomez-158/+0
2021-05-21Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jshaGuillaume Gomez-4/+5
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-28/+238