]> git.lizzy.rs Git - rust.git/history - library
Factor out the repeated `assert_ty_bounds` function.
[rust.git] / library /
2022-06-26 borsAuto merge of #98190 - nnethercote:optimize-derive...
2022-06-26 borsAuto merge of #98518 - RalfJung:miri, r=RalfJung
2022-06-26 Yuki OkushiRollup merge of #98502 - GuillaumeGomez:source-sidebar...
2022-06-26 Yuki OkushiRollup merge of #98491 - antoyo:fix/ui-test-backtrace...
2022-06-26 Yuki OkushiRollup merge of #98488 - Mark-Simulacrum:bump-rls,...
2022-06-26 Yuki OkushiRollup merge of #98474 - dtolnay:python3, r=Mark-Simulacrum
2022-06-26 Yuki OkushiRollup merge of #98385 - m-ou-se:llvm-12-memory-order...
2022-06-26 Yuki OkushiRollup merge of #98371 - compiler-errors:better-opaque...
2022-06-26 borsAuto merge of #98140 - klensy:compiletest-strip, r...
2022-06-25 borsAuto merge of #97513 - jyn514:submodule-handling, r...
2022-06-25 borsAuto merge of #98412 - calebcartwright:sync-rustfmt...
2022-06-25 borsAuto merge of #98486 - matthiaskrgr:rollup-u7m508x...
2022-06-25 Matthias KrügerRollup merge of #98431 - WaffleLapkin:mut_pat_suggestio...
2022-06-25 Matthias KrügerRollup merge of #98429 - b-naber:use-correct-substs...
2022-06-25 Matthias KrügerRollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC
2022-06-25 Matthias KrügerRollup merge of #98311 - eggyal:reverse-folder-hierarch...
2022-06-25 Matthias KrügerRollup merge of #98298 - TaKO8Ki:point-to-type-param...
2022-06-25 Matthias KrügerRollup merge of #98194 - m-ou-se:leak-locked-pthread...
2022-06-25 Matthias KrügerRollup merge of #98149 - hoodmane:emscripten-pic, r...
2022-06-25 Matthias KrügerRollup merge of #98126 - fortanix:raoul/mitigate_stale_...
2022-06-25 Matthias KrügerRollup merge of #96412 - ChrisDenton:remove-dir-all...
2022-06-25 borsAuto merge of #96820 - r-raymond:master, r=cuviper
2022-06-25 borsAuto merge of #93700 - rossmacarthur:ft/iter-next-chunk...
2022-06-24 borsAuto merge of #98397 - RalfJung:miri, r=RalfJung
2022-06-24 borsAuto merge of #98447 - JohnTitor:rollup-pponoo3, r...
2022-06-24 Yuki OkushiRollup merge of #98419 - WaffleLapkin:remove_excess_rib...
2022-06-24 Yuki OkushiRollup merge of #98411 - ehuss:update-tendril, r=Mark...
2022-06-24 Yuki OkushiRollup merge of #98394 - Enselic:fixup-rustc_main-renam...
2022-06-24 Yuki OkushiRollup merge of #98280 - compiler-errors:better-call...
2022-06-24 Yuki OkushiRollup merge of #98214 - petrochenkov:islike, r=compile...
2022-06-24 Yuki OkushiRollup merge of #98039 - tnballo:master, r=thomcc
2022-06-24 Yuki OkushiRollup merge of #97633 - mkroening:object-osabi, r...
2022-06-24 Yuki OkushiRollup merge of #96955 - Aaron1011:pretty-print-sort...
2022-06-24 Yuki OkushiRollup merge of #91264 - GuillaumeGomez:macro-jump...
2022-06-24 borsAuto merge of #98109 - nikomatsakis:issue-98095, r...
2022-06-24 borsAuto merge of #98395 - arlosi:update-cargo, r=ehuss
2022-06-24 borsAuto merge of #98438 - compiler-errors:rollup-fudubjn...
2022-06-23 Nicholas NethercoteOptimize the code produced by `derive(Debug)`.
2022-06-23 tnballoFix BTreeSet's range API panic message, document
2022-06-23 Michael GouletRollup merge of #98422 - GuillaumeGomez:browser-ui...
2022-06-23 Michael GouletRollup merge of #98410 - ehuss:update-books, r=ehuss
2022-06-23 Michael GouletRollup merge of #98409 - joshtriplett:triagebot-nominat...
2022-06-23 Michael GouletRollup merge of #98390 - GuillaumeGomez:keyword-rustdoc...
2022-06-23 Michael GouletRollup merge of #98388 - rosehuds:master, r=davidtwco
2022-06-23 Michael GouletRollup merge of #98365 - jyn514:improve-obligation...
2022-06-23 Michael GouletRollup merge of #98364 - RalfJung:arc-clone, r=Mark...
2022-06-23 Michael GouletRollup merge of #98355 - hoodmane:emscripten-no-default...
2022-06-23 Michael GouletRollup merge of #98353 - beetrees:builtin-macros-cfg...
2022-06-23 Michael GouletRollup merge of #98310 - jsha:defer-source-sidebar...
2022-06-23 Michael GouletRollup merge of #98305 - klensy:no-err-alloc, r=compile...
2022-06-23 Michael GouletRollup merge of #98283 - TaKO8Ki:point-at-private-field...
2022-06-23 Michael GouletRollup merge of #98269 - compiler-errors:provide-more...
2022-06-23 Michael GouletRollup merge of #98259 - jyn514:improve-obligation...
2022-06-23 Michael GouletRollup merge of #98184 - compiler-errors:elided-lifetim...
2022-06-23 Michael GouletRollup merge of #96173 - jmaargh:jmaargh/with-capacity...
2022-06-23 Caleb CartwrightMerge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1...
2022-06-22 Raoul StrackxAddress reviewer comments
2022-06-22 borsAuto merge of #98279 - cjgillot:all-fresh-nofn, r=petro...
2022-06-22 borsAuto merge of #98375 - JohnTitor:rollup-e5c6rgo, r...
2022-06-22 Yuki OkushiRollup merge of #98363 - RalfJung:btree-test-ref-alloc...
2022-06-22 Yuki OkushiRollup merge of #98356 - lucasthormann:patch-1, r=Mark...
2022-06-22 Yuki OkushiRollup merge of #98226 - ChrisDenton:doc-extern-options...
2022-06-22 Yuki OkushiRollup merge of #98005 - compiler-errors:impossible...
2022-06-22 Yuki OkushiRollup merge of #97895 - nbdd0121:unlikely, r=estebank
2022-06-22 Yuki OkushiRollup merge of #97818 - compiler-errors:rpit-error...
2022-06-22 Yuki OkushiRollup merge of #97516 - RalfJung:atomics, r=joshtriplett
2022-06-22 Yuki OkushiRollup merge of #97454 - Mark-Simulacrum:relnotes,...
2022-06-22 Yuki OkushiRollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry
2022-06-22 Yuki OkushiRollup merge of #95446 - notseanray:master, r=Mark...
2022-06-22 Ralf Jungclarify Arc::clone overflow check comment
2022-06-22 borsAuto merge of #97853 - TaKO8Ki:emit-only-one-note-per...
2022-06-21 Ralf Junghedge our bets
2022-06-21 Ralf Jungremove use of &Alloc in btree tests
2022-06-21 Yuki OkushiRollup merge of #98344 - spastorino:remove-misleading...
2022-06-21 Yuki OkushiRollup merge of #98336 - fmease:remove-faulty-doc-hidde...
2022-06-21 Yuki OkushiRollup merge of #98334 - JohnTitor:issue-73727, r=compi...
2022-06-21 Yuki OkushiRollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov
2022-06-21 Yuki OkushiRollup merge of #98099 - RalfJung:convert_tag_add_extra...
2022-06-21 Yuki OkushiRollup merge of #97867 - lcnr:lub-binder, r=oli-obk
2022-06-21 borsAuto merge of #98098 - bjorn3:archive_refactor, r=micha...
2022-06-21 borsAuto merge of #98335 - JohnTitor:rollup-j2zudxv, r...
2022-06-21 Yuki OkushiRollup merge of #98330 - conradludgate:io-slice-mut...
2022-06-21 Yuki OkushiRollup merge of #98329 - oli-obk:fast_path_ice, r=cjgillot
2022-06-21 Yuki OkushiRollup merge of #98323 - lnicola:rust-analyzer-2022...
2022-06-21 Yuki OkushiRollup merge of #98313 - m-ou-se:fix-comments, r=joshtr...
2022-06-21 Yuki OkushiRollup merge of #98306 - eggyal:add-unevaluated-to...
2022-06-21 Yuki OkushiRollup merge of #98278 - nnethercote:some-token-stream...
2022-06-21 Yuki OkushiRollup merge of #98124 - jsha:defer-crates, r=Guillaume...
2022-06-21 Yuki OkushiRollup merge of #98022 - compiler-errors:erroneous...
2022-06-21 Yuki OkushiRollup merge of #97805 - coolreader18:trace-suggestions...
2022-06-21 Yuki OkushiRollup merge of #97269 - RalfJung:transmute, r=m-ou-se
2022-06-21 Yuki OkushiRollup merge of #94033 - joshtriplett:documentation...
2022-06-21 borsAuto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
2022-06-21 Mara BosUse futex based thread parker on Fuchsia.
2022-06-21 Conrad Ludgateupdate ioslice docs to use shared slices
2022-06-21 borsAuto merge of #97657 - Urgau:check-cfg-many-mut, r...
2022-06-21 Ross MacArthurAdd `Iterator::next_chunk`
2022-06-21 borsAuto merge of #98148 - c410-f3r:assert-compiler, r...
2022-06-20 borsAuto merge of #98307 - matthiaskrgr:rollup-rb3huha...
2022-06-20 Mara BosRemove lies in comments.
next