]> git.lizzy.rs Git - rust.git/history - src/librustdoc
Auto merge of #68943 - ecstatic-morse:no-useless-drop-on-enum-variants, r=matthewjasper
[rust.git] / src / librustdoc /
2020-03-01 borsAuto merge of #68943 - ecstatic-morse:no-useless-drop...
2020-03-01 borsAuto merge of #69592 - petrochenkov:nosyntax, r=Centril
2020-02-29 borsAuto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r...
2020-02-29 Vadim PetrochenkovRename `syntax` to `rustc_ast` in source code
2020-02-29 Dylan DPCRollup merge of #69587 - petrochenkov:reqname, r=Centril
2020-02-29 Dylan DPCRollup merge of #69584 - zantysor:fix-saturating-durati...
2020-02-29 Dylan DPCRollup merge of #69582 - RalfJung:vec-parts, r=Centril
2020-02-29 Dylan DPCRollup merge of #69581 - RalfJung:align_to_mut, r=Centril
2020-02-29 Dylan DPCRollup merge of #69572 - matthiaskrgr:try_err_and_iter_...
2020-02-29 Dylan DPCRollup merge of #69571 - matthiaskrgr:useless_asref...
2020-02-29 Vadim PetrochenkovMake it build again
2020-02-29 borsAuto merge of #69263 - anyska:blacklist-powerpc-zst...
2020-02-29 borsAuto merge of #69260 - GuillaumeGomez:create-E0747...
2020-02-29 borsAuto merge of #69570 - Dylan-DPC:rollup-d6boczt, r...
2020-02-29 borsAuto merge of #69227 - Marwes:buffer_stderr, r=varkor
2020-02-29 borsAuto merge of #69255 - estebank:e0599-details, r=varkor
2020-02-29 Matthias Krügeruse .iter() instead of .into_iter() on references.
2020-02-29 Dylan DPCRollup merge of #69567 - matthiaskrgr:useless_fmt,...
2020-02-29 Dylan DPCRollup merge of #69563 - andre-richter:fix_no_std_match...
2020-02-29 Dylan DPCRollup merge of #69551 - matthiaskrgr:len_zero, r=Mark...
2020-02-29 Dylan DPCRollup merge of #69546 - matthiaskrgr:slice_to_vec...
2020-02-29 Dylan DPCRollup merge of #69504 - MichaelMcDonnell:hash_assert_n...
2020-02-29 Dylan DPCRollup merge of #69477 - Pulkit07:issue69298, r=cramertj
2020-02-29 borsAuto merge of #69208 - RalfJung:debug-assert, r=Mark...
2020-02-28 borsAuto merge of #69555 - Centril:rollup-e53lxz4, r=Centril
2020-02-28 Mazdak FarrokhzadRollup merge of #69547 - matthiaskrgr:more_misc, r...
2020-02-28 Mazdak FarrokhzadRollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
2020-02-28 Mazdak FarrokhzadRollup merge of #69539 - Centril:fix-69401, r=petrochenkov
2020-02-28 Mazdak FarrokhzadRollup merge of #69538 - JohnTitor:boxed-slice-try...
2020-02-28 Mazdak FarrokhzadRollup merge of #69522 - Centril:fix-69341, r=petrochenkov
2020-02-28 Mazdak FarrokhzadRollup merge of #69481 - matthiaskrgr:single_char,...
2020-02-28 Mazdak FarrokhzadRollup merge of #69452 - Centril:typeck-pat, r=estebank
2020-02-28 Mazdak FarrokhzadRollup merge of #69384 - petrochenkov:nounnorm, r=Centril
2020-02-28 Mazdak FarrokhzadRollup merge of #69340 - Centril:self-ctor-normalize...
2020-02-28 Mazdak FarrokhzadRollup merge of #68989 - XAMPPRocky:relnotes-1.42.0...
2020-02-28 borsAuto merge of #69148 - estebank:cold-as-ice, r=oli-obk
2020-02-28 Matthias Krügeruse is_empty() instead of len() == x to determine...
2020-02-28 Matthias Krügerremove redundant clones, references to operands, explic...
2020-02-28 borsAuto merge of #68827 - ssomers:btree_navigation_revisit...
2020-02-28 borsAuto merge of #68505 - skinny121:canonicalize-const...
2020-02-28 borsAuto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r...
2020-02-28 Dylan DPCRollup merge of #69529 - matthiaskrgr:clippy_identity_c...
2020-02-28 Dylan DPCRollup merge of #69527 - pnkfelix:issue-69291-dont...
2020-02-28 Dylan DPCRollup merge of #69501 - matthiaskrgr:find_note, r...
2020-02-28 Dylan DPCRollup merge of #69496 - matthiaskrgr:filter_next,...
2020-02-28 Dylan DPCRollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk
2020-02-28 Dylan DPCRollup merge of #69449 - JohnTitor:toolstate-ping,...
2020-02-28 Dylan DPCRollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix
2020-02-27 borsAuto merge of #68434 - varkor:astconv-mismatch-error...
2020-02-27 borsAuto merge of #68528 - ecstatic-morse:maybe-init-varian...
2020-02-27 Matthias Krügeruse char instead of &str for single char patterns
2020-02-27 Matthias Krügeruse find(x) instead of filter(x).next()
2020-02-27 Yuki OkushiRollup merge of #69505 - Mark-Simulacrum:triagebot...
2020-02-27 Yuki OkushiRollup merge of #69480 - GuillaumeGomez:clean-up-e0373...
2020-02-27 Yuki OkushiRollup merge of #69439 - petrochenkov:latelife, r=matth...
2020-02-27 Yuki OkushiRollup merge of #69324 - estebank:ice-break-backport...
2020-02-27 borsAuto merge of #67332 - matthewjasper:drop-in-place...
2020-02-26 Matthias Krügerdon't take redundant references to operands
2020-02-26 borsAuto merge of #67742 - mark-i-m:describe-it, r=matthewj...
2020-02-26 XAMPPRockyMerge branch 'master' into relnotes-1.42.0
2020-02-26 Dylan DPCRollup merge of #69447 - Centril:minor-stmt-refactor...
2020-02-26 Dylan DPCRollup merge of #69434 - petrochenkov:metabs, r=Mark...
2020-02-26 Dylan DPCRollup merge of #69381 - QuiltOS:no-std-from-config...
2020-02-26 Dylan DPCRollup merge of #69209 - Mark-Simulacrum:strip-unsafe...
2020-02-26 Dylan DPCRollup merge of #68712 - HeroicKatora:finalize-ref...
2020-02-26 borsAuto merge of #67290 - jonas-schievink:leak-audit,...
2020-02-26 borsAuto merge of #61812 - jonas-schievink:assoc-ty-default...
2020-02-26 Dylan DPCRollup merge of #69457 - GuillaumeGomez:clean-up-e0370...
2020-02-26 Dylan DPCRollup merge of #69429 - matthiaskrgr:clippy_, r=estebank
2020-02-26 Dylan DPCRollup merge of #69423 - petrochenkov:nont, r=Centril
2020-02-26 Dylan DPCRollup merge of #69412 - tmiasko:checked-unused, r...
2020-02-26 Dylan DPCRollup merge of #69387 - petrochenkov:idprint, r=Mark...
2020-02-26 Dylan DPCRollup merge of #67637 - Mark-Simulacrum:primitive...
2020-02-25 borsAuto merge of #69450 - cuviper:llvm-scev-no-wrap, r...
2020-02-25 borsAuto merge of #69421 - flip1995:clippyup, r=Dylan-DPC
2020-02-25 borsAuto merge of #69440 - Dylan-DPC:rollup-hj4bo9l, r...
2020-02-24 Dylan DPCRollup merge of #69437 - RalfJung:miri-no-codegen,...
2020-02-24 Dylan DPCRollup merge of #69435 - anyska:cell-replace, r=Centril
2020-02-24 Dylan DPCRollup merge of #69433 - matthiaskrgr:bool_cmp, r=eddyb
2020-02-24 Dylan DPCRollup merge of #69427 - GuillaumeGomez:cleanup-e0368...
2020-02-24 Dylan DPCRollup merge of #69391 - memoryruins:memalias, r=Mark...
2020-02-24 Dylan DPCRollup merge of #69220 - wesleywiser:doc_self_profile_u...
2020-02-24 Matthias Krügerdon't explicitly compare against true or false
2020-02-24 borsAuto merge of #69344 - RalfJung:miri, r=oli-obk
2020-02-24 Pietro AlbiniRollup merge of #69405 - NieDzejkob:docs-readline-appen...
2020-02-24 Pietro AlbiniRollup merge of #69394 - GuillaumeGomez:clean-up-0367...
2020-02-24 Pietro AlbiniRollup merge of #69386 - danielhenrymantilla:maybe_unin...
2020-02-24 Pietro AlbiniRollup merge of #69385 - ridiculousfish:relax_get_unche...
2020-02-24 Pietro AlbiniRollup merge of #69372 - yawpitch:master, r=varkor
2020-02-23 borsAuto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r...
2020-02-23 borsAuto merge of #69084 - yaahc:delayed-doc-lint, r=petroc...
2020-02-23 borsAuto merge of #69351 - mati865:mingw-ultimate-fix,...
2020-02-23 borsAuto merge of #69336 - Mark-Simulacrum:no-infra-toolsta...
2020-02-23 Dylan DPCRollup merge of #69376 - petrochenkov:bumpwith, r=Centril
2020-02-23 Dylan DPCRollup merge of #69375 - Menschenkindlein:master, r...
2020-02-23 Dylan DPCRollup merge of #69361 - Centril:free-ty-alias, r=petro...
2020-02-23 Dylan DPCRollup merge of #69351 - mati865:mingw-ultimate-fix...
2020-02-23 Dylan DPCRollup merge of #69336 - Mark-Simulacrum:no-infra-tools...
2020-02-23 borsAuto merge of #69334 - Centril:nested-item-vis-def...
2020-02-22 Maxim ZholobakRename CodeMap to SourceMap follow up
next