]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-12-30 David TolnayUI test updates for Result and Option method moves
2021-12-30 David TolnayConsolidate impl Option<&mut T>
2021-12-30 David TolnayConsolidate impl Option<&T>
2021-12-30 David TolnayMove Option::as_deref_mut
2021-12-30 David TolnayMove Option::as_deref
2021-12-30 David TolnayMove Option::unwrap_or_default
2021-12-30 David TolnayConsolidate impl Result<&mut T, E>
2021-12-30 David TolnayConsolidate impl Result<&T, E>
2021-12-30 David TolnayMove Result::into_err
2021-12-30 David TolnayMove Result::into_ok
2021-12-30 David TolnayMove Result::expect_err and Result::unwrap_err
2021-12-30 David TolnayMove Result::unwrap_or_default
2021-12-30 David TolnayMove Result::expect and Result::unwrap
2021-12-30 David TolnayMove Result::as_deref_mut
2021-12-30 David TolnayMove Result::as_deref
2021-12-30 borsAuto merge of #89336 - Aaron1011:variance-struct-diag...
2021-12-30 borsAuto merge of #92377 - compiler-errors:rustdoc-lifetime...
2021-12-30 borsAuto merge of #91125 - eskarn:llvm-passes-plugin-suppor...
2021-12-29 Aaron HillRefactor variance diagnostics to work with more types
2021-12-29 borsAuto merge of #88354 - Jmc18134:hint-space-pauth-opt...
2021-12-29 borsAuto merge of #92244 - petrochenkov:alltraits, r=cjgillot
2021-12-29 borsAuto merge of #92309 - ehuss:remove-check_lines, r...
2021-12-29 borsAuto merge of #92397 - matthiaskrgr:rollup-xnfou17...
2021-12-29 Matthias KrügerRollup merge of #92372 - dtolnay:fntype, r=jackh726
2021-12-29 Matthias KrügerRollup merge of #92371 - dtolnay:attrblock, r=oli-obk
2021-12-29 Matthias KrügerRollup merge of #92351 - TmLev:master, r=GuillaumeGomez
2021-12-29 Matthias KrügerRollup merge of #92340 - camelid:search-index-cleanup...
2021-12-29 Matthias KrügerRollup merge of #92237 - compiler-errors:issue-92100...
2021-12-29 Matthias KrügerRollup merge of #92118 - jackh726:type-alias-position...
2021-12-29 Matthias KrügerRollup merge of #92075 - jyn514:resolve-cleanup, r...
2021-12-29 borsAuto merge of #92254 - krasimirgg:gsgdt-up, r=Mark...
2021-12-29 borsAuto merge of #92291 - AngelicosPhosphoros:typeid_inlin...
2021-12-29 borsAuto merge of #92283 - vacuus:print-generic-bounds...
2021-12-29 Michael Gouletremove in_band_lifetimes from librustdoc
2021-12-28 borsAuto merge of #92269 - vacuus:clean-generics-print...
2021-12-28 Noah LevAdd regression test for #59502
2021-12-28 Noah LevExplain why struct fields are handled by assoc. item...
2021-12-28 Noah LevRemove unused parameter
2021-12-28 David TolnayPrint space after formal generic params in fn type
2021-12-28 Joshua NelsonOnly special case struct fields for intra-doc links...
2021-12-28 David TolnayRemove pretty printer space inside block with only...
2021-12-28 Jack HueyParse and suggest moving where clauses after equals...
2021-12-28 borsAuto merge of #92352 - matthiaskrgr:rollup-19fbq7u...
2021-12-28 borsAuto merge of #92153 - petrochenkov:foreignchild, r...
2021-12-28 Matthias KrügerRollup merge of #92344 - lnicola:rust-analyzer-2021...
2021-12-28 Matthias KrügerRollup merge of #92335 - ecstatic-morse:std-column...
2021-12-28 Matthias KrügerRollup merge of #92333 - compiler-errors:elided-lifetim...
2021-12-28 Matthias KrügerRollup merge of #92330 - wesleywiser:mailmap, r=Mark...
2021-12-28 Matthias KrügerRollup merge of #92238 - dtolnay:stringifytest, r=Mark...
2021-12-28 Matthias KrügerRollup merge of #92219 - ehuss:remove-vcvars, r=Mark...
2021-12-28 Matthias KrügerRollup merge of #92076 - Aaron1011:rustdoc-auto-trait...
2021-12-28 TmLevdocs(error-codes): Add long error explanation for E0227
2021-12-28 Vadim Petrochenkovrustc_metadata: Encode list of all crate's traits into...
2021-12-28 Laurențiu Nicola:arrow_up: rust-analyzer
2021-12-28 Michael GouletTighten span when suggesting lifetime on path
2021-12-28 borsAuto merge of #92159 - petrochenkov:decoditer, r=cjgillot
2021-12-28 Vadim Petrochenkovrustc_metadata: Merge items from `extern` blocks into...
2021-12-28 borsAuto merge of #92088 - camelid:intra-doc-cleanup, r...
2021-12-28 Noah LevGive clearer names to several search index functions
2021-12-28 Noah LevCoalesce two arguments as `&Function`
2021-12-28 Noah LevMake `search_index` functions private where possible
2021-12-28 Noah LevMove `ExternalLocation` to `clean::types`
2021-12-28 Noah Levrustdoc: Remove some unnecessary `cache` parameters
2021-12-28 Noah LevRename `rustdoc::html::render::cache` to `search_index`
2021-12-28 Noah Levintra-doc: Use an enum to represent URL fragments
2021-12-28 Noah LevRemove needless `return`
2021-12-28 borsAuto merge of #92130 - Kobzol:stable-hash-str, r=cjgillot
2021-12-27 Dylan MacKenzieDocument units for `std::column`
2021-12-27 borsAuto merge of #92329 - matthiaskrgr:rollup-l3b4fl1...
2021-12-27 Matthias KrügerRollup merge of #92307 - hiroshi-maybe:fix-minor-typos...
2021-12-27 Matthias KrügerRollup merge of #92303 - Patrick-Poitras:issue-26186...
2021-12-27 Matthias KrügerRollup merge of #92264 - Shadlock0133:patch-1, r=the8472
2021-12-27 Matthias KrügerRollup merge of #92161 - petrochenkov:misclean, r=cjgillot
2021-12-27 Matthias KrügerRollup merge of #92147 - calebcartwright:publicize...
2021-12-27 Matthias KrügerRollup merge of #92112 - SparrowLii:issue92010, r=cjgillot
2021-12-27 Matthias KrügerRollup merge of #90586 - jswrenn:relax-privacy-lints...
2021-12-27 Wesley WiserAdd myself to .mailmap
2021-12-27 Michael GouletVisit patterns' literal expressions before binding...
2021-12-27 Eric Husscompiletest: Remove some vestigial code
2021-12-27 Hiroshi Korifix typo: intialized -> initialized
2021-12-27 Hiroshi Korifix typo: the use f.pad -> then use f.pad
2021-12-27 Jack Wrennrelax priv-in-pub lint on generic bounds and where...
2021-12-27 PFPoitrasAdd test cases for issue #26186
2021-12-26 AngelicosPhosphorosReverts #92135 because perf regression
2021-12-26 borsAuto merge of #92257 - fee1-dead:fix_env_further_bounds...
2021-12-26 Roc YuRemove unneeded call to `collect`
2021-12-26 Roc YuRemove `String` allocation in loop
2021-12-25 borsAuto merge of #92262 - notriddle:notriddle/unused-hash...
2021-12-25 borsAuto merge of #92227 - Kobzol:rustdoc-doc-hidden, r...
2021-12-25 borsAuto merge of #92247 - lnicola:rust-analyzer-2021-12...
2021-12-24 borsAuto merge of #92229 - fee1-dead:fix-rustdoc-const...
2021-12-24 Shadlock0133Remove `maybe_uninit_extra` feature from Vec docs
2021-12-24 Michael Howellrustdoc: remove unused Hash impl
2021-12-24 borsAuto merge of #92135 - AngelicosPhosphoros:typeid_inlin...
2021-12-24 Deadbeefbless ui test
2021-12-24 borsAuto merge of #92156 - petrochenkov:ctorkind, r=davidtwco
2021-12-24 Deadbeefnormalize env constness for nested obligations
2021-12-24 borsAuto merge of #92253 - RalfJung:miri, r=RalfJung
2021-12-24 Krasimir GeorgievBump `gsgdt` to 0.1.3
2021-12-24 Ralf Jungupdate Miri
next