]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-29 Camille GILLOTMake verbose query description more useful.
2022-11-29 borsAuto merge of #105012 - WaffleLapkin:into, r=oli-obk
2022-11-29 borsAuto merge of #104947 - cjgillot:verify-hir-nest, r...
2022-11-29 borsAuto merge of #105041 - matthiaskrgr:rollup-7ffry90...
2022-11-29 Matthias KrügerRollup merge of #105038 - Rageking8:clean-up-pr-104954...
2022-11-29 Matthias KrügerRollup merge of #105027 - aDotInTheVoid:rdj-foreign...
2022-11-29 Matthias KrügerRollup merge of #105024 - notriddle:notriddle/fnname...
2022-11-29 Matthias KrügerRollup merge of #105020 - notriddle:notriddle/rustdoc...
2022-11-29 Matthias KrügerRollup merge of #105016 - GuillaumeGomez:load-sentence...
2022-11-29 Matthias KrügerRollup merge of #105010 - Neutron3529:patch-2, r=jyn514
2022-11-29 Matthias KrügerRollup merge of #104978 - Veykril:patch-2, r=jyn514
2022-11-29 Matthias KrügerRollup merge of #104959 - compiler-errors:revert-104269...
2022-11-29 Matthias KrügerRollup merge of #104951 - Swatinem:async-kind, r=compil...
2022-11-29 Matthias KrügerRollup merge of #104465 - djkoloski:improve_fuchsia_tes...
2022-11-29 borsAuto merge of #105001 - nicholasbishop:bishop-more...
2022-11-29 Rageking8clean up pr 104954
2022-11-29 borsAuto merge of #104992 - ehuss:docs-triagebot-assign...
2022-11-28 Arpad BorsosSimplify checking for `GeneratorKind::Async`
2022-11-28 borsAuto merge of #105017 - matthiaskrgr:rollup-j0x550l...
2022-11-28 Nixon Enraght... Rustdoc-Json: Add tests for linking to foreign variants.
2022-11-28 Maybe WaffleRemove `Const::from_scalar_int`
2022-11-28 Michael Howellrustdoc: remove `fnname` CSS class that's styled exactl...
2022-11-28 Maybe WafflePermit deps (scarry)
2022-11-28 Maybe WaffleRemove `Const::from_value`
2022-11-28 Maybe WaffleSimplify calls to `tcx.mk_const`
2022-11-28 Maybe WaffleRemove `tcx.mk_const_var`
2022-11-28 Maybe WaffleMake `tcx.mk_const` more permissive wrt `kind` argument
2022-11-28 Michael Howellrustdoc: merge background-image rules in rustdoc-toggle CSS
2022-11-28 Guillaume GomezAdd sentence when rustdoc search is running
2022-11-28 Matthias KrügerRollup merge of #105006 - RalfJung:scalar-pair-alignmen...
2022-11-28 Matthias KrügerRollup merge of #104998 - JakobDegen:mailmap, r=jyn514
2022-11-28 Matthias KrügerRollup merge of #104982 - RalfJung:norun, r=oli-obk
2022-11-28 Matthias KrügerRollup merge of #104956 - mucinoab:issue-104870, r...
2022-11-28 Matthias KrügerRollup merge of #104954 - vincenzopalazzo:macros/prinf...
2022-11-28 Matthias KrügerRollup merge of #104936 - cjgillot:self-rpit-orig-too...
2022-11-28 Matthias KrügerRollup merge of #104933 - RalfJung:interpret-partial...
2022-11-28 Matthias KrügerRollup merge of #104891 - fee1-dead-contrib:escaping_bo...
2022-11-28 Matthias KrügerRollup merge of #104804 - nnethercote:MetaItemLit,...
2022-11-28 Ralf Jungstricter alignment enforcement for ScalarPair and Vector
2022-11-28 borsAuto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r...
2022-11-28 borsAuto merge of #102991 - Sp00ph:master, r=scottmcm
2022-11-28 Neutron3529fix document
2022-11-28 Dylan DPCRollup merge of #104927 - compiler-errors:binder-shifti...
2022-11-28 Dylan DPCRollup merge of #104907 - compiler-errors:selcx-infcx...
2022-11-28 Dylan DPCRollup merge of #104890 - lcnr:small-cleanup, r=fee1...
2022-11-28 Dylan DPCRollup merge of #104795 - estebank:multiline-spans...
2022-11-28 Dylan DPCRollup merge of #104732 - WaffleLapkin:from_def_idn...
2022-11-28 Dylan DPCRollup merge of #104360 - petrochenkov:stabverb, r...
2022-11-28 Ralf Jungsanity_check_layout: less rightwards drift
2022-11-28 Esteban Küberfix clippy tests
2022-11-28 Esteban KüberTweak output
2022-11-28 Esteban KüberChange multiline span ASCII art visual order
2022-11-28 Nicholas NethercoteRename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem...
2022-11-28 Nicholas NethercoteAdjust comments on `StrLit`.
2022-11-28 Nicholas NethercoteRename `ast::Lit` as `ast::MetaItemLit`.
2022-11-28 Nicholas NethercoteFactor out a repeated expression in `lower_attr_args`.
2022-11-28 Nicholas NethercoteRemove `Lit::from_included_bytes`.
2022-11-28 Nicholas Bishoptest-various: Add tests for {i686,aarch64}-unknown...
2022-11-28 borsAuto merge of #104915 - weihanglo:update-cargo, r=ehuss
2022-11-28 Bruno A. MuciñoAvoid ICE if the Clone trait is not found while buildin...
2022-11-28 Jakob DegenUpdate my mailmap
2022-11-28 borsAuto merge of #104990 - matthiaskrgr:rollup-oskk8v3...
2022-11-27 Markus EverlingFix `pretty-std` test
2022-11-27 Matthias KrügerRollup merge of #104989 - RalfJung:miri, r=RalfJung
2022-11-27 Matthias KrügerRollup merge of #104984 - GuillaumeGomez:remote-crate...
2022-11-27 Matthias KrügerRollup merge of #104976 - WaffleLapkin:move_comments...
2022-11-27 Matthias KrügerRollup merge of #104955 - GuillaumeGomez:migrate-to...
2022-11-27 borsAuto merge of #104506 - joshtriplett:style-principles...
2022-11-27 borsAuto merge of #2702 - RalfJung:rustup, r=RalfJung
2022-11-27 Ralf Jungclippy
2022-11-27 Ralf Jungadvice on josh pushing
2022-11-27 Ralf JungMerge from rustc
2022-11-27 Ralf JungPreparing for merge from rustc
2022-11-27 lcnrfix type
2022-11-27 Vadim PetrochenkovStabilize native library modifier `verbatim`
2022-11-27 borsAuto merge of #2694 - RalfJung:retag-deref-check, r...
2022-11-27 borsAuto merge of #104983 - matthiaskrgr:rollup-018sk73...
2022-11-27 Markus EverlingFix natvis `VecDeque` formatter
2022-11-27 Guillaume GomezAdd rustdoc test for Deref to primitive types
2022-11-27 Guillaume GomezRemove Crate::primitives field
2022-11-27 Matthias KrügerRollup merge of #104946 - notriddle:notriddle/popover...
2022-11-27 Matthias KrügerRollup merge of #104944 - aDotInTheVoid:jsondoclint...
2022-11-27 Matthias KrügerRollup merge of #104934 - ChrisDenton:all-anybody-wants...
2022-11-27 Matthias KrügerRollup merge of #104931 - Swatinem:async-pretty, r...
2022-11-27 Matthias KrügerRollup merge of #104917 - compiler-errors:requires...
2022-11-27 Matthias KrügerRollup merge of #104892 - lukas-code:discriminant,...
2022-11-27 Matthias KrügerRollup merge of #104882 - lcnr:notify-ocx, r=Mark-Simul...
2022-11-27 Matthias KrügerRollup merge of #95836 - workingjubilee:doctest-exe...
2022-11-27 borsAuto merge of #104048 - cjgillot:split-lifetime, r...
2022-11-27 Ralf Junginterpret: get rid of run() function
2022-11-27 borsAuto merge of #2685 - Nilstrieb:cargo-miri-wasm, r...
2022-11-27 borsAuto merge of #2701 - RalfJung:smoke, r=RalfJung
2022-11-27 Lukas Wirthnotify the rust-analyzer team on changes to the rust...
2022-11-27 Ralf Jungrun_tests_minimal: actually run the smoke test on the...
2022-11-27 borsAuto merge of #2700 - RalfJung:begingroup, r=RalfJung
2022-11-27 Ralf JungCI: fix begingroup printing
2022-11-27 Maybe WafflePrefer doc comments over `//`-comments in compiler
2022-11-27 Vincenzo Palazzomake simple check of prinf function.
2022-11-27 borsAuto merge of #103917 - oli-obk:layout_math, r=RalfJung...
2022-11-27 nilsUse `.wasm` extension when building for wasm in cargo...
next