]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-12-16 Ralf Jungfmt
2022-12-16 Ralf JungMerge from rustc
2022-12-20 Jakob DegenDisable `NormalizeArrayLen`
2022-12-16 Ralf JungPreparing for merge from rustc
2022-12-16 borsAuto merge of #105763 - Ezrashaw:rustc-book-relative...
2022-12-16 borsAuto merge of #105717 - compiler-errors:anonymize,...
2022-12-16 borsAuto merge of #104334 - compiler-errors:ufcs-sugg-wrong...
2022-12-15 borsAuto merge of #105760 - matthiaskrgr:rollup-r8beo9w...
2022-12-15 Ezra Shawremove relative links from `rustc-book` and `unstable...
2022-12-15 Matthias KrügerRollup merge of #105758 - Nilstrieb:typeck-results...
2022-12-15 Matthias KrügerRollup merge of #105743 - nnethercote:SimplifiedType...
2022-12-15 Matthias KrügerRollup merge of #105739 - GuillaumeGomez:migrate-jump...
2022-12-15 Matthias KrügerRollup merge of #105727 - estebank:use-impl-trait,...
2022-12-15 Matthias KrügerRollup merge of #105694 - ouz-a:issue_105689, r=estebank
2022-12-15 Matthias KrügerRollup merge of #105679 - estebank:suggest-clone, r...
2022-12-15 Matthias KrügerRollup merge of #105674 - estebank:iterator-chains...
2022-12-15 Matthias KrügerRollup merge of #105481 - lqd:mono-stats, r=wesleywiser
2022-12-15 borsAuto merge of #105356 - JakobDegen:more-custom-mir...
2022-12-15 Esteban KüberConsider lifetimes when comparing assoc types in method...
2022-12-15 Esteban KüberTrim paths in E0599
2022-12-15 NilstriebMove `TypeckResults` to seperate module
2022-12-15 NilstriebSmall cleanup in parameterized
2022-12-15 Esteban KüberShorten trimmed display of closures
2022-12-15 Esteban KüberUse `with_forced_trimmed_paths` more
2022-12-15 Esteban KüberPoint at method chains on `E0271` errors
2022-12-15 Guillaume GomezMigrate Jump to def links background to CSS variable
2022-12-15 Esteban KüberSuggest `#[derive(Clone)]`
2022-12-15 Esteban KüberSuggest constraining type parameter with `Clone`
2022-12-15 borsAuto merge of #104616 - RalfJung:ctfe-alignment, r...
2022-12-15 Oli SchererMake the test actually emit the future incompat lint
2022-12-15 Ralf Jungsimplify alignment_check_failed a bit
2022-12-15 Oli SchererFix docs
2022-12-15 Oli SchererReuse the ctfe error emitting logic for the future...
2022-12-15 Oli SchererFactor decorate closure out into a method
2022-12-15 Oli SchererAlways report alignment failures in future incompat...
2022-12-15 Oli SchererMove alignment failure error reporting to machine
2022-12-15 Oli SchererMake alignment checks a future incompat lint
2022-12-15 Oli SchererAlways pass alignment and handle checking lazily
2022-12-15 Ralf Jungadjust tests
2022-12-15 Ralf Jungalways check alignment during CTFE
2022-12-15 borsAuto merge of #105746 - matthiaskrgr:rollup-sz3grbv...
2022-12-15 Matthias KrügerRollup merge of #105730 - notriddle:notriddle/item...
2022-12-15 Matthias KrügerRollup merge of #105724 - notriddle:notriddle/scrape...
2022-12-15 Matthias KrügerRollup merge of #105722 - matthiaskrgr:compl2, r=compil...
2022-12-15 Matthias KrügerRollup merge of #105715 - estebank:unsatisfied-bounds...
2022-12-15 Matthias KrügerRollup merge of #105707 - notriddle:notriddle/kbd-curso...
2022-12-15 Matthias KrügerRollup merge of #105692 - JohnTitor:issue-104678, r...
2022-12-15 Matthias KrügerRollup merge of #105683 - JakobDegen:dest-prop-storage...
2022-12-15 Matthias KrügerRollup merge of #105633 - compiler-errors:term-agnostic...
2022-12-15 Matthias KrügerRollup merge of #105627 - compiler-errors:dyn-auto...
2022-12-15 Matthias KrügerRollup merge of #105623 - compiler-errors:generator...
2022-12-15 Matthias KrügerRollup merge of #104592 - ComputerDruid:async_check...
2022-12-15 borsAuto merge of #105285 - compiler-errors:conflicting...
2022-12-15 borsAuto merge of #105713 - bjorn3:sync_cg_clif-2022-12...
2022-12-15 Jakob DegenVarious cleanups to dest prop
2022-12-15 Michael Howellrustdoc: remove no-op CSS `.item-info:before { color }`
2022-12-15 borsAuto merge of #105657 - oli-obk:mk_projection_ty, r...
2022-12-15 Nicholas NethercoteMerge `SimplifiedTypeGen<D>` into `SimplifiedType`.
2022-12-15 Nicholas NethercoteRemove `SimplifiedTypeGen::map_def`.
2022-12-15 Esteban KüberTweak output for bare `dyn Trait` in arguments
2022-12-15 borsAuto merge of #104765 - chenyukang:yukang-fix-104639...
2022-12-15 Dan JohnsonEnsure async trait impls are async (or otherwise return...
2022-12-14 Michael Howellrustdoc: remove no-op CSS `.scrape-example .src-line...
2022-12-14 Matthias Krügermore clippy::complexity fixes
2022-12-14 borsAuto merge of #105704 - weihanglo:update-cargo, r=weihanglo
2022-12-14 Rémy Rakicwrap output in BufWriter
2022-12-14 Rémy Rakicbless rustdoc test for unstable options
2022-12-14 Rémy Rakicadd `-Z dump-mono-stats`
2022-12-14 Rémy Rakicadd helper to get DefId from MonoItem
2022-12-14 Michael Gouletalways use anonymize_bound_vars
2022-12-14 Esteban KüberDo not mention long types in E0599 label
2022-12-14 borsAuto merge of #105703 - matthiaskrgr:rollup-tfpeam2...
2022-12-14 Oli SchererFix rustdoc
2022-12-14 bjorn3Add tidy exceptions
2022-12-14 Michael GouletAdd test
2022-12-14 Michael GouletHighlight conflicting param-env candidates, again
2022-12-14 Michael GouletAuto traits in dyn are suggestable
2022-12-14 Michael GouletMake report_projection_error more term agnostic
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-14 Michael Gouletdrive-by: Fix path spans
2022-12-14 Michael GouletUse impl's def id when calculating type to specify...
2022-12-14 Michael Howellrustdoc: remove unnecessary CSS `kbd { cursor: default }`
2022-12-14 Michael GouletMake print_type_sizes test not use feature(start)
2022-12-14 Michael GouletConsider discriminant fields that are ordered before...
2022-12-14 Weihang LoUpdate cargo
2022-12-14 Matthias KrügerRollup merge of #105697 - fee1-dead-contrib:rm-fee1...
2022-12-14 Matthias KrügerRollup merge of #105684 - GuillaumeGomez:improve-rustdo...
2022-12-14 Matthias KrügerRollup merge of #105630 - albertlarsan68:test-92481...
2022-12-14 Matthias KrügerRollup merge of #105624 - compiler-errors:cache-unsound...
2022-12-14 Matthias KrügerRollup merge of #105598 - RalfJung:more-comments, r...
2022-12-14 Matthias KrügerRollup merge of #105578 - erikdesjardins:addrspacecast...
2022-12-14 Matthias KrügerRollup merge of #105399 - mikebenfield:lfs, r=thomcc
2022-12-14 borsAuto merge of #105233 - mejrs:always_eager, r=estebank
2022-12-14 Oli SchererDebug assertions hate this trick
2022-12-14 Oli SchererFix some comments and only get the generics in debug...
2022-12-14 Oli SchererFix a freshly detected wrong TraitRef
2022-12-14 Oli SchererRemove TraitRef::new
2022-12-14 Oli SchererPrevent the creation of `TraitRef` without dedicated...
2022-12-14 Oli SchererEnsure no one constructs `AliasTy`s themselves
2022-12-14 Oli SchererRemove one more usage of `mk_substs_trait`
next