]> git.lizzy.rs Git - rust.git/history - library/alloc/tests/lib.rs
Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aaron1011
[rust.git] / library / alloc / tests / lib.rs
2022-01-17 Matthias KrügerRollup merge of #92164 - WaffleLapkin:rustc_must_implem...
2022-01-17 Matthias KrügerRollup merge of #90498 - joshtriplett:target-tier-polic...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-17 Matthias KrügerRollup merge of #92953 - azdavis:azdavis-copy-example...
2022-01-17 Matthias KrügerRollup merge of #92937 - GuillaumeGomez:dot-separator...
2022-01-17 Matthias KrügerRollup merge of #92921 - dtolnay:printernew, r=wesleywiser
2022-01-17 Matthias KrügerRollup merge of #92876 - compiler-errors:fix-turbofish...
2022-01-17 Matthias KrügerRollup merge of #92819 - euclio:atty, r=CraftSpider
2022-01-17 Matthias KrügerRollup merge of #92808 - compiler-errors:wrap-struct...
2022-01-17 Matthias KrügerRollup merge of #92799 - rust-lang:followup-from-92533...
2022-01-17 Matthias KrügerRollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez
2022-01-17 borsAuto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011
2022-01-16 Matthias KrügerRollup merge of #92814 - lcnr:unused-fixme, r=Mark...
2022-01-16 Matthias KrügerRollup merge of #92792 - mdibaiee:92662/fix-intra-doc...
2022-01-16 Matthias KrügerRollup merge of #92746 - estebank:question-mark-in...
2022-01-16 Matthias KrügerRollup merge of #92710 - jackh726:issue-92280, r=nikoma...
2022-01-16 Matthias KrügerRollup merge of #92706 - umanwizard:btree, r=dtolnay
2022-01-16 Matthias KrügerRollup merge of #92646 - mdibaiee:76935/pass-by-value...
2022-01-16 Matthias KrügerRollup merge of #92635 - camelid:yet-more-cleanup,...
2022-01-16 Matthias KrügerRollup merge of #92619 - Alexendoo:macro-diagnostic...
2022-01-16 Matthias KrügerRollup merge of #92581 - Meziu:armv6k-3ds-target, r...
2022-01-16 Matthias KrügerRollup merge of #92487 - dtolnay:traitalias, r=matthewj...
2022-01-16 borsAuto merge of #92805 - BoxyUwU:revert-lazy-anon-const...
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-16 borsAuto merge of #92356 - kellerkindt:saturating_int_assig...
2022-01-16 borsAuto merge of #92598 - Badel2:panic-update-hook, r...
2022-01-15 Matthias KrügerRollup merge of #92775 - xfix:osstringext-inline, r...
2022-01-15 borsAuto merge of #92604 - nnethercote:optimize-impl_read_u...
2022-01-15 Matthias KrügerRollup merge of #92382 - clarfonthey:const_convert...
2022-01-15 Matthias KrügerRollup merge of #92191 - jackh726:issue-89352, r=nikoma...
2022-01-14 Matthias KrügerRollup merge of #92381 - ThePuzzlemaker:issue-92308...
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 Matthias KrügerRollup merge of #92334 - dtolnay:rustdocmatcher, r...
2022-01-13 Matthias KrügerRollup merge of #92142 - wesleywiser:fix_codecoverage_p...
2022-01-13 Matthias KrügerRollup merge of #92006 - oli-obk:welcome_opaque_types_i...
2022-01-13 Matthias KrügerRollup merge of #91938 - yaahc:error-reporter, r=m...
2022-01-13 borsAuto merge of #92553 - m-ou-se:thread-join-simplify...
2022-01-12 borsAuto merge of #92169 - In-line:no-cache-selector-lrc...
2022-01-12 Matthias KrügerRollup merge of #92432 - fee1-dead:constck-impl-constne...
2022-01-12 Matthias KrügerRollup merge of #92328 - camelid:sentence, r=scottmcm
2022-01-11 borsAuto merge of #90948 - oli-obk:🧹, r=nikomatsakis
2022-01-11 borsAuto merge of #92012 - llogiq:repr-c-def-id, r=michaelw...
2022-01-10 Matthias KrügerRollup merge of #92357 - GuillaumeGomez:fix-doc-comment...
2022-01-10 Matthias KrügerRollup merge of #92248 - compiler-errors:normalize...
2022-01-09 borsAuto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov
2022-01-09 Matthias KrügerRollup merge of #92673 - GuillaumeGomez:remove-all...
2022-01-09 Matthias KrügerRollup merge of #92510 - inquisitivecrystal:foreign...
2022-01-09 Matthias KrügerRollup merge of #92055 - tmandry:relnotes-1.58, r=pietr...
2022-01-09 borsAuto merge of #92497 - bjorn3:remove_lazy_meta_min_size...
2022-01-08 borsAuto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se
2022-01-08 borsAuto merge of #91919 - Aaron1011:query-recursive-read...
2022-01-08 borsAuto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez
2022-01-08 Eric HussRollup merge of #92610 - GuillaumeGomez:css-class-inste...
2022-01-08 Eric HussRollup merge of #92568 - Mark-Simulacrum:non-exhaustive...
2022-01-08 Eric HussRollup merge of #92375 - wesleywiser:consolidate_debugi...
2022-01-08 Eric HussRollup merge of #92336 - dtolnay:printstateself, r...
2022-01-07 Badel2Implement panic::update_hook
2022-01-06 Matthias KrügerRollup merge of #92559 - durin42:llvm-14-attributemask...
2022-01-06 Matthias KrügerRollup merge of #92504 - dtolnay:wall, r=jackh726
2022-01-06 Matthias KrügerRollup merge of #92417 - dtolnay:printimpl, r=jackh726
2022-01-06 Matthias KrügerRollup merge of #92207 - tmiasko:delay-drop-elaboration...
2022-01-06 Matthias KrügerRollup merge of #91055 - lcnr:type_of-closures, r=nikom...
2022-01-06 Matthias KrügerRollup merge of #92389 - chordtoll:test-92015, r=Mark...
2022-01-06 Matthias KrügerRollup merge of #92360 - jackh726:param-heuristics...
2022-01-06 Matthias KrügerRollup merge of #92349 - avitex:fix-rustdoc-private...
2022-01-06 Matthias KrügerRollup merge of #92288 - yescallop:patch-1, r=m-ou-se
2022-01-06 Matthias KrügerRollup merge of #92058 - jsha:run-on-hover, r=Guillaume...
2022-01-05 Matthias KrügerRollup merge of #92483 - ksqsf:master, r=dtolnay
2022-01-05 Matthias KrügerRollup merge of #92442 - pierwill:localdefid-doc-ord...
2022-01-05 Matthias KrügerRollup merge of #92388 - SpriteOvO:master, r=Mark-Simul...
2022-01-05 Matthias KrügerRollup merge of #92092 - saethlin:fix-sort-guards-sb...
2022-01-05 Matthias KrügerRollup merge of #92545 - dtolnay:rustlog, r=petrochenkov
2022-01-05 Matthias KrügerRollup merge of #92517 - ChrisDenton:explicit-path...
2022-01-05 Matthias KrügerRollup merge of #92448 - jsha:font-size-access, r=Guill...
2022-01-05 Matthias KrügerRollup merge of #92322 - alper:add_debug_trait_document...
2022-01-05 Matthias KrügerRollup merge of #92188 - vacuus:nested-attributes-ext...
2022-01-05 Matthias KrügerRollup merge of #92182 - nnethercote:label-more-build...
2022-01-05 borsAuto merge of #92103 - Kobzol:stable-hash-skip-zero...
2022-01-05 borsAuto merge of #92498 - camelid:ignore-flaky-test, r...
2022-01-04 borsAuto merge of #92560 - matthiaskrgr:rollup-jeli7ip...
2022-01-04 borsAuto merge of #92556 - matthiaskrgr:rollup-s9vopuj...
2022-01-04 Matthias KrügerRollup merge of #92532 - krasimirgg:gsgdt-down, r=Mark...
2022-01-04 Matthias KrügerRollup merge of #92525 - zohnannor:patch-1, r=camelid
2022-01-04 Matthias KrügerRollup merge of #92507 - chordtoll:suggest-single-quote...
2022-01-04 Matthias KrügerRollup merge of #92456 - danielhenrymantilla:patch...
2022-01-04 Matthias KrügerRollup merge of #92107 - nikic:rmeta-lnk-remove, r...
2022-01-04 Matthias KrügerRollup merge of #91884 - woppopo:const_box, r=oli-obk
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2022-01-01 Matthias KrügerRollup merge of #84083 - ltratt:threadid_doc_tweak...
2021-12-31 bjorn3Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e...
2021-12-30 flip1995Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6...
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-27 Matthias KrügerRollup merge of #90586 - jswrenn:relax-privacy-lints...
2021-12-23 Matthias KrügerRollup merge of #90625 - Milo123459:ref-unwind-safe...
2021-12-23 woppopoConstify `Box<T, A>` methods
2021-12-22 Matthias KrügerRollup merge of #88858 - spektom:to_lower_upper_rev...
2021-12-21 Matthias KrügerRollup merge of #90345 - passcod:entry-insert, r=dtolnay
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-17 flip1995Merge commit '23d11428de3e973b34a5090a78d62887f821c90e...
next