]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-28 Lenko DonchevUse field-less variant for AliasBound.
2023-01-28 Lenko Donchevremove the usize field from CandidateSource::AliasBound
2023-01-27 borsAuto merge of #107386 - flip1995:clippyup, r=Manishearth
2023-01-27 Philipp KronesUpdate Cargo.lock
2023-01-27 Philipp KronesMerge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9...
2023-01-27 borsAuto merge of #10242 - flip1995:rustup, r=flip1995
2023-01-27 Philipp KronesBump Clippy version -> 0.1.69
2023-01-27 Philipp KronesBump nightly version -> 2023-01-27
2023-01-27 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2023-01-27 borsAuto merge of #107372 - JohnTitor:rollup-zkl2ges, r...
2023-01-27 Yuki OkushiRollup merge of #107357 - GuillaumeGomez:fix-infinite...
2023-01-27 Yuki OkushiRollup merge of #107352 - sameo:topic/E0587, r=JohnTitor
2023-01-27 Yuki OkushiRollup merge of #107347 - tshepang:rightward-drift...
2023-01-27 Yuki OkushiRollup merge of #107332 - chansuke:issue-107230, r...
2023-01-27 Yuki OkushiRollup merge of #107321 - lcnr:comment, r=compiler...
2023-01-27 Yuki OkushiRollup merge of #107316 - ChrisDenton:snap, r=oli-obk
2023-01-27 Yuki OkushiRollup merge of #107234 - Rattenkrieg:bootstrap-fix...
2023-01-27 Yuki OkushiRollup merge of #107194 - xfix:remove-slice-internals...
2023-01-27 Yuki OkushiRollup merge of #106806 - m-ou-se:format-args-flags...
2023-01-27 borsAuto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr
2023-01-27 borsAuto merge of #10237 - cstyles:fix-docs-for-suspicious_...
2023-01-27 Guillaume GomezAdd regression test for #107350
2023-01-27 Guillaume GomezFix infinite loop in rustdoc get_all_import_attributes...
2023-01-27 Mara BosDestructure format_options in make_format_spec.
2023-01-27 Samuel Ortizcompiler: Fix E0587 explanation
2023-01-27 borsAuto merge of #107054 - petrochenkov:effvisdoc3, r...
2023-01-27 Mara BosUpdate clippy for restructured format flags fields.
2023-01-27 Mara BosReplace format flags u32 by enums and bools.
2023-01-27 Sergey PrytkovRevisit fix_is_ci_llvm_available logic; read build...
2023-01-27 borsAuto merge of #107343 - JohnTitor:rollup-s6l94aj, r...
2023-01-27 Tshepang Mbamboreduce rightward-drift
2023-01-27 Yuki OkushiRollup merge of #107336 - notriddle:notriddle/import...
2023-01-27 Yuki OkushiRollup merge of #107325 - petrochenkov:hiddoc2, r=Guill...
2023-01-27 Yuki OkushiRollup merge of #107284 - notriddle:notriddle/plus...
2023-01-27 Yuki OkushiRollup merge of #107279 - compiler-errors:new-solver...
2023-01-27 Yuki OkushiRollup merge of #107242 - notriddle:notriddle/title...
2023-01-27 Yuki OkushiRollup merge of #107171 - petrochenkov:encattrs, r...
2023-01-27 Yuki OkushiRollup merge of #106856 - vadorovsky:fix-atomic-annotat...
2023-01-27 Yuki OkushiRollup merge of #105784 - yanns:update_stdarch, r=Amanieu
2023-01-27 Kyle Matsudafixup new usages of fn_sig, bound_fn_sig after rebasing
2023-01-27 Kyle Matsudaadd method_substs to CallKind
2023-01-27 Kyle Matsudafix up subst_identity vs skip_binder; add some FIXMEs...
2023-01-27 Kyle Matsudaadd EarlyBinder::no_bound_vars
2023-01-27 Kyle Matsudachange fn_sig query to use EarlyBinder; remove bound_fn...
2023-01-27 borsAuto merge of #106959 - tmiasko:opt-funclets, r=davidtwco
2023-01-27 Kyle Matsudareplace usages of fn_sig query with bound_fn_sig
2023-01-27 Collin StylesFix docs for `suspicious_xor_used_as_pow` lint
2023-01-27 borsAuto merge of #107269 - bjorn3:sync_cg_clif-2023-01...
2023-01-26 borsAuto merge of #106812 - oli-obk:output_filenames, r...
2023-01-26 Michael GouletUse new solver during selection
2023-01-26 Michael Howellrustdoc: remove mostly-unused CSS classes import/module...
2023-01-26 Michael Howellrustdoc: use smarter encoding for playground URL
2023-01-26 borsAuto merge of #10232 - xFrednet:changelog-1-67, r=Alexendoo
2023-01-26 chansukeFix woriding from `rustbuild` to `bootstrap`
2023-01-26 xFrednetMark Rust 1.67 as released in the changelog
2023-01-26 borsAuto merge of #107328 - matthiaskrgr:rollup-lfqwo0o...
2023-01-26 Matthias KrügerRollup merge of #107323 - JakobDegen:const-goto, r...
2023-01-26 Matthias KrügerRollup merge of #107322 - JakobDegen:custom-mir, r...
2023-01-26 Matthias KrügerRollup merge of #107189 - cjgillot:meta-adt, r=compiler...
2023-01-26 Matthias KrügerRollup merge of #107168 - Nilstrieb:if-a-tait-falls...
2023-01-26 Matthias KrügerRollup merge of #107150 - Nilstrieb:thread-local-cleanu...
2023-01-26 Matthias KrügerRollup merge of #106978 - mejrs:mir_build3, r=davidtwco
2023-01-26 Matthias KrügerRollup merge of #106971 - oli-obk:tait_error, r=davidtwco
2023-01-26 Matthias KrügerRollup merge of #106904 - khuey:preserve_debuginfo_for_...
2023-01-26 Vadim Petrochenkovrustdoc: Stop using `HirId`s
2023-01-26 borsAuto merge of #106745 - m-ou-se:format-args-ast, r...
2023-01-26 borsAuto merge of #106745 - m-ou-se:format-args-ast, r...
2023-01-26 Jakob DegenDisable ConstGoto opt in cleanup blocks
2023-01-26 Jakob DegenCustom mir: Add support for some remaining, easy to...
2023-01-26 Yann Simonfix alphabetical sort
2023-01-26 lcnrsolver comments + remove `TyCtxt::evaluate_goal`
2023-01-26 Yann Simonremove avx512 prefix for gfni, vaes and vpclmulqdq
2023-01-26 borsAuto merge of #107318 - matthiaskrgr:rollup-776kd81...
2023-01-26 Matthias KrügerRollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ...
2023-01-26 Matthias KrügerRollup merge of #107287 - mattjperez:improve-fn-pointer...
2023-01-26 Matthias KrügerRollup merge of #107074 - lcnr:validate-dont-skip-opaqu...
2023-01-26 Matthias KrügerRollup merge of #106946 - dtolnay:hashlinecolumn, r...
2023-01-26 Matthias KrügerRollup merge of #106836 - ibraheemdev:sync-sender-spin...
2023-01-26 Matthias KrügerRollup merge of #106811 - khuey:dwp_extension, r=davidtwco
2023-01-26 Matthias KrügerRollup merge of #106779 - RReverser:patch-2, r=Mark...
2023-01-26 Matthias KrügerRollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
2023-01-26 Matthias KrügerRollup merge of #97373 - dimpolo:cell_dispatch_from_dyn...
2023-01-26 borsAuto merge of #107314 - matthiaskrgr:rollup-j40lnlj...
2023-01-26 Chris DentonUpdate snap from `1.0.1` to `1.1.0`
2023-01-26 Matthias KrügerRollup merge of #107313 - calebcartwright:style-guide...
2023-01-26 Matthias KrügerRollup merge of #107286 - compiler-errors:new-solver...
2023-01-26 Matthias KrügerRollup merge of #107285 - compiler-errors:new-solver...
2023-01-26 Matthias KrügerRollup merge of #107272 - compiler-errors:new-solver...
2023-01-26 Matthias KrügerRollup merge of #107248 - erikdesjardins:addrspace...
2023-01-26 Matthias KrügerRollup merge of #107204 - euclio:assoc-const-suggestion...
2023-01-26 Matthias KrügerRollup merge of #107175 - compiler-errors:bad-types...
2023-01-26 Matthias KrügerRollup merge of #107086 - clubby789:bootstrap-lock...
2023-01-26 Matthias KrügerRollup merge of #107085 - tmiasko:custom-mir-operators...
2023-01-26 Matthias KrügerRollup merge of #106960 - estebank:parse-anon-enums...
2023-01-26 Matthias KrügerRollup merge of #106407 - mejrs:attr_check, r=compiler...
2023-01-26 Matthew J Perezimprove fn pointer notes
2023-01-26 Michael GouletICE in new solver if we see an inference variable
2023-01-26 Michael GouletImplement Generator and Future
2023-01-26 Michael GouletReport the right fulfillment errors
2023-01-26 borsAuto merge of #105582 - saethlin:instcombine-assert...
next