]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-17 Matthias KrügerRollup merge of #92981 - RalfJung:const_ptr_offset_from...
2022-01-17 Matthias KrügerRollup merge of #92977 - kornelski:popdoc, r=dtolnay
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 Jason NewcombDon't lint `if_same_then_else` with `if let` conditions
2022-01-16 borsAuto merge of #92935 - Xanewok:update-rls, r=pietroalbini
2022-01-16 Cameron SteffenFix Visitor::NestedFilter in Clippy
2022-01-16 Cameron SteffenFormat clippy
2022-01-16 Cameron SteffenReplace NestedVisitorMap with NestedFilter
2022-01-16 Ralf Jungfix const_ptr_offset_from tracking issue
2022-01-16 borsAuto merge of #8203 - pmnoxx:piotr-next-lint, r=llogiq
2022-01-16 Marek Downar#8214 cmp_owned suggestion flips the comparison
2022-01-16 Piotr MikulskiFix tests
2022-01-16 Piotr MikulskiFix clippy warnings
2022-01-16 Piotr MikulskiNew line: cloned_next
2022-01-16 KornelDocs: recommend VecDeque instead of Vec::remove(0)
2022-01-16 borsAuto merge of #92970 - matthiaskrgr:rollup-tcx7cfb...
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 Igor MatuszewskiUse new Racer from crates.io
2022-01-16 Igor MatuszewskiDrop duplicate checks for now missing rustc_ast dep...
2022-01-16 Igor MatuszewskiUpdate RLS and drop rustc-ap-packages
2022-01-16 borsAuto merge of #92245 - petrochenkov:cmrval, r=nagisa
2022-01-16 borsAuto merge of #8295 - Jarcho:useless_format_8290, r...
2022-01-16 borsAuto merge of #8284 - xFrednet:0000-update-copyright...
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 Vadim Petrochenkovrustc_metadata: Switch all decoder methods from vectors...
2022-01-16 borsAuto merge of #92356 - kellerkindt:saturating_int_assig...
2022-01-16 David TolnayTouch up stray comment in PR 92953
2022-01-16 Ariel DavisClear up discriminants with more examples
2022-01-16 Scott McMurrayUse `carrying_{mul|add}` in `num::bignum`
2022-01-16 Jack HueyAdd nll revision for issue-92096 test that passes
2022-01-16 David TolnayTweak btree iterator wording to not use 'yield'
2022-01-16 borsAuto merge of #92598 - Badel2:panic-update-hook, r...
2022-01-16 Scott McMurrayAdd `log2` and `log10` to `NonZeroU*`
2022-01-16 Ariel DavisCopy an example to PartialOrd as well
2022-01-15 borsAuto merge of #90146 - cjgillot:no-id-map, r=nagisa
2022-01-15 Roc YuRemove `collect`
2022-01-15 borsAuto merge of #8274 - andrewarchi:master, r=camsteffen
2022-01-15 Ariadne ConillExclude llvm-libunwind from the self-contained set...
2022-01-15 Jason NewcombHandle implicit named arguments in `useless_format`
2022-01-15 Marek Downarissue #8239: fix to prev commit && 4 test cases
2022-01-15 Camille GILLOTAdd inline.
2022-01-15 Camille GILLOTDo not ICE when accesing large LocalDefId.
2022-01-15 Camille GILLOTReduce use of local_def_id_to_hir_id.
2022-01-15 Camille GILLOTMake ty_param_owner return a LocalDefId.
2022-01-15 Camille GILLOTUse LocalDefId in rustc_passes::hir_id_validator.
2022-01-15 Camille GILLOTSimplify DefIdForest.
2022-01-15 Camille GILLOTUse LocalDefId in rustc_passes::entry.
2022-01-15 Camille GILLOTReturn a LocalDefId in get_parent_item.
2022-01-15 Camille GILLOTAdd fast path to `opt_local_def_id`.
2022-01-15 Fabian WolffUse span of ignored impls for explanatory note
2022-01-15 Noah Levhtmldocck: Add support for `/text()` in `@snapshot`
2022-01-15 Noah LevFix broken link
2022-01-15 Guillaume GomezAdd test for dot separator
2022-01-15 Guillaume GomezFix missing dot separator
2022-01-15 Roc YuRemove `collect`
2022-01-15 Marek Downarissue #8239: Printed hint for lint or_fun_call is cropp...
2022-01-15 borsAuto merge of #92441 - cjgillot:resolve-trait-impl...
2022-01-15 borsAuto merge of #92927 - matthiaskrgr:rollup-pgzwfcm...
2022-01-15 Matthias KrügerRollup merge of #92892 - compiler-errors:const-param...
2022-01-15 Matthias KrügerRollup merge of #92879 - compiler-errors:into_iter_unso...
2022-01-15 Matthias KrügerRollup merge of #92873 - eholk:async-symbol-names,...
2022-01-15 Matthias KrügerRollup merge of #92865 - jackh726:gats-outlives-no...
2022-01-15 Matthias KrügerRollup merge of #92863 - camelid:read_to_string-rm...
2022-01-15 Matthias KrügerRollup merge of #92775 - xfix:osstringext-inline, r...
2022-01-15 Matthias KrügerRollup merge of #92767 - arlosi:pdbenum, r=cuviper
2022-01-15 Matthias KrügerRollup merge of #92747 - swenson:bignum-bit-length...
2022-01-15 borsAuto merge of #92604 - nnethercote:optimize-impl_read_u...
2022-01-15 borsAuto merge of #8287 - Jarcho:iter_not_returning_iterato...
2022-01-15 Jason NewcombErase late bound regions in `iter_not_returning_iterator`
2022-01-15 David TolnayRename Printer constructor from mk_printer() to Printer...
2022-01-15 Michael GouletDon't use source-map when detecting struct field shorthand
2022-01-15 Michael GouletFix `try wrapping expression in variant` suggestion...
2022-01-15 borsAuto merge of #92915 - matthiaskrgr:rollup-pxxk8jp...
2022-01-15 Jacob Hoffman... Add support for "always theme" in setting
2022-01-15 Jacob Hoffman... Pick themes on settings page, not every page
2022-01-15 Jacob Hoffman... Enable wrapping words by default
2022-01-15 Matthias KrügerRollup merge of #92891 - JamesHinshelwood:patch-1,...
2022-01-15 Matthias KrügerRollup merge of #92875 - BoxyUwU:infer_arg_opt_const_pa...
2022-01-15 Matthias KrügerRollup merge of #92868 - pierwill:librustdoc-clippy...
2022-01-15 Matthias KrügerRollup merge of #92838 - ehuss:cleanup-release-links...
2022-01-15 Matthias KrügerRollup merge of #92743 - bjorn3:less_symbol_intern...
2022-01-15 Matthias KrügerRollup merge of #92684 - ibraheemdev:patch-10, r=m...
next