]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-09 Dylan DPCRollup merge of #95797 - nnethercote:rm-Delimited-all_t...
2022-04-09 Dylan DPCRollup merge of #95787 - yaahc:panic-doc-update-v2...
2022-04-09 Dylan DPCRollup merge of #95764 - c410-f3r:metavar-test, r=petro...
2022-04-09 Dylan DPCRollup merge of #95751 - compiler-errors:ambig-int...
2022-04-09 Dylan DPCRollup merge of #95599 - niluxv:strict-provenance-lint...
2022-04-09 Dylan DPCRollup merge of #95374 - RalfJung:assert_uninit_valid...
2022-04-09 Dylan DPCRollup merge of #90066 - yaahc:thinbox, r=joshtriplett
2022-04-09 Nicholas NethercoteRemove explicit delimiter token trees from `Delimited`.
2022-04-08 borsAuto merge of #95815 - RalfJung:miri, r=RalfJung
2022-04-08 borsAuto merge of #95519 - oli-obk:tait_ub2, r=compiler...
2022-04-08 Ralf Jungupdate Miri
2022-04-08 Jane LusbyAdd ThinBox type for 1 stack pointer sized heap allocat...
2022-04-08 niluxvSplit `fuzzy_provenance_casts` into lossy and fuzzy...
2022-04-08 Aria BeingessnerWIP PROOF-OF-CONCEPT: Make the compiler complain about...
2022-04-08 borsAuto merge of #95772 - flip1995:clippyup, r=Manishearth...
2022-04-08 borsAuto merge of #95798 - Dylan-DPC:rollup-51hx1wl, r...
2022-04-08 Dylan DPCRollup merge of #95791 - oconnor663:doc_comment, r...
2022-04-08 Dylan DPCRollup merge of #95782 - ChrisDenton:pipe-buffer-size...
2022-04-08 Dylan DPCRollup merge of #95761 - c410-f3r:meta-var-stuff, r...
2022-04-08 Dylan DPCRollup merge of #95705 - bstrie:x86nonetier, r=Mark...
2022-04-08 Dylan DPCRollup merge of #95634 - dtolnay:mailmap, r=Mark-Simulacrum
2022-04-08 Dylan DPCRollup merge of #95579 - Cyborus04:slice_flatten, r...
2022-04-08 Dylan DPCRollup merge of #95102 - compiler-errors:issue-94034...
2022-04-08 flip1995Update Cargo.lock
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-04-08 borsAuto merge of #95775 - RalfJung:miri-windows-compat...
2022-04-08 borsAuto merge of #95440 - jyn514:error-index, r=Mark-Simul...
2022-04-08 Cyborus04add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut...
2022-04-08 bstriePromote x86_64-unknown-none to Tier 2
2022-04-08 Jack O'Connorhide an #[allow] directive from the Arc::new_cyclic...
2022-04-07 Jane Lusbyreword panic vs result section to remove recoverable...
2022-04-07 borsAuto merge of #95767 - oli-obk:all_your_generics_belong...
2022-04-07 Chris DentonWindows: Increase a pipe's buffer capacity to 64kb
2022-04-07 Ralf Jungdo not round-trip function pointer through integer
2022-04-07 Ralf Jungmake windows compat_fn (crudely) work on Miri
2022-04-07 borsAuto merge of #8657 - flip1995:raw_lint_desc, r=flip1995
2022-04-07 flip1995Allow raw lint descriptions
2022-04-07 borsAuto merge of #95706 - petrochenkov:doclink4, r=Guillau...
2022-04-07 borsAuto merge of #8656 - flip1995:rustup, r=flip1995
2022-04-07 flip1995Bump changelog stable version -> 1.60
2022-04-07 flip1995Bump nightly version -> 2022-04-07
2022-04-07 flip1995Bump Clippy Version -> 0.1.62
2022-04-07 flip1995Fix internal::INVALID_PATHS lint
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-07 Oli SchererDeduplicate the error printing code for hidden type...
2022-04-07 Oli SchererReport opaque type mismatches directly during borrowck...
2022-04-07 borsAuto merge of #8635 - pbor:unsigned-abs, r=giraffate
2022-04-07 borsAuto merge of #8646 - Alexendoo:option-as-deref-mut...
2022-04-07 borsAuto merge of #95715 - nnethercote:shrink-Nonterminal...
2022-04-07 Caio[macro_metavar_expr] Add tests to ensure the feature...
2022-04-07 Alex MacleodFix `as_deref_mut` false positives in `needless_option_...
2022-04-07 CaioKickstart the inner usage of macro_metavar_expr
2022-04-07 borsAuto merge of #95760 - Dylan-DPC:rollup-uskzggh, r...
2022-04-07 Paolo Borelliconf: fix lint name in comment
2022-04-07 Paolo Borellinew lint cast_abs_to_unsigned
2022-04-07 Dylan DPCRollup merge of #95757 - zofrex:gender-neutral-terms...
2022-04-07 Dylan DPCRollup merge of #95753 - ChayimFriedman2:patch-1, r...
2022-04-07 Dylan DPCRollup merge of #95752 - compiler-errors:issue-82866...
2022-04-07 Dylan DPCRollup merge of #95189 - fmease:fix-issue-94340, r...
2022-04-07 James 'zofrex... Use gender neutral terms
2022-04-07 borsAuto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap...
2022-04-07 borsAuto merge of #95748 - Dylan-DPC:rollup-t208j51, r...
2022-04-07 Chayim Refael... Correct safety reasoning in `str::make_ascii_{lower...
2022-04-07 Michael Gouletregression test for #82866
2022-04-07 Michael Gouletdon't report int/float ambiguity when we have previous...
2022-04-07 Dylan DPCRollup merge of #95725 - hkBst:patch-1, r=Dylan-DPC
2022-04-07 Dylan DPCRollup merge of #95714 - KSBilodeau:master, r=Dylan-DPC
2022-04-07 Dylan DPCRollup merge of #95708 - fee1-dead:doc_whitespace_trim...
2022-04-07 Dylan DPCRollup merge of #95646 - mgeisler:mention-std-env-var...
2022-04-07 Dylan DPCRollup merge of #95352 - jyn514:full-relative-path...
2022-04-07 Nicholas NethercoteShrink `Nonterminal`.
2022-04-07 Dylan DPCUpdate library/core/src/slice/mod.rs
2022-04-07 Dylan DPCremove exclamation mark
2022-04-07 borsAuto merge of #95688 - pfmooney:libc-update, r=Mark...
2022-04-07 borsAuto merge of #95745 - Dylan-DPC:rollup-485ajqi, r...
2022-04-06 Dylan DPCRollup merge of #95738 - GuillaumeGomez:item-info-switc...
2022-04-06 Dylan DPCRollup merge of #95735 - bjorn3:revert_inline_location_...
2022-04-06 Dylan DPCRollup merge of #95709 - nnethercote:improve-terse...
2022-04-06 Dylan DPCRollup merge of #95626 - saethlin:pass-pointer-to-prctl...
2022-04-06 Dylan DPCRollup merge of #95185 - m-ou-se:stabilize-stdin-lines...
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 Vadim Petrochenkovrustdoc: Early doc link resolution fixes and refactorings
2022-04-06 borsAuto merge of #95742 - Dylan-DPC:rollup-8n7o87y, r...
2022-04-06 Ben KimockChange trailing prctl arguments to c_ulong
2022-04-06 Dylan DPCRollup merge of #95731 - oli-obk:lazy_tait_regression...
2022-04-06 Dylan DPCRollup merge of #95730 - m-ou-se:rwlock-case, r=Dylan-DPC
2022-04-06 Dylan DPCRollup merge of #95721 - xu-cheng:typo, r=compiler...
2022-04-06 Dylan DPCRollup merge of #95649 - ouz-a:mir-opt, r=oli-obk
2022-04-06 Dylan DPCRollup merge of #95353 - jyn514:invalid-filter-hard...
2022-04-06 Dylan DPCRollup merge of #95342 - jyn514:ignore-revs, r=Mark...
2022-04-06 Pietro Albinifix regression caused by rust-lang/cargo#10448
2022-04-06 Guillaume GomezUpdate rustdoc test following DOM change
2022-04-06 Guillaume GomezSwitch item-info div to span to generate valid HTML
2022-04-06 borsAuto merge of #8606 - InfRandomness:err()-expect()...
2022-04-06 León Orell... Stop flagging certain inner attrs as outer ones
2022-04-06 infrandomnessFix mistakes in documentation :
2022-04-06 InfRandomnessAdd .err().expect() lint
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-06 bjorn3Revert "Mark Location::caller() as #[inline]"
2022-04-06 borsAuto merge of #95669 - nnethercote:call-compute_locs...
next