]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-02 Yuki OkushiRollup merge of #87504 - ehuss:update-mdbook, r=Mark...
2021-08-02 Yuki OkushiRollup merge of #87468 - calebcartwright:update-rustfmt...
2021-08-02 Yuki OkushiRollup merge of #87282 - pietroalbini:refactor-extended...
2021-08-02 Yuki OkushiRollup merge of #86936 - CDirkx:ipv6-multicast, r=JohnTitor
2021-08-02 Yuki OkushiRollup merge of #86593 - jhpratt:stabilize-const_slice_...
2021-08-02 Yuki OkushiRollup merge of #86509 - CDirkx:os_str, r=m-ou-se
2021-08-02 Yuki OkushiRollup merge of #86439 - CDirkx:ip-protocol-assignment...
2021-08-02 Yuki OkushiRollup merge of #86183 - inquisitivecrystal:env-nul...
2021-08-01 borsAuto merge of #86031 - ssomers:btree_lazy_iterator...
2021-08-01 borsAuto merge of #87622 - pietroalbini:bump-bootstrap...
2021-08-01 borsAuto merge of #81825 - voidc:pidfd, r=joshtriplett
2021-08-01 Mara BosUpdate const_slice_first_last_not_mut stable version.
2021-08-01 Pietro Albinibump bootstrap compiler to 1.55
2021-08-01 borsAuto merge of #87664 - devnexen:netbsd_sanitizers_suppo...
2021-08-01 borsAuto merge of #87546 - rusticstuff:issue87450-take...
2021-08-01 borsAuto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
2021-08-01 Dominik StolzCheck whether clone3 syscall exists in pidfd test
2021-08-01 Dominik StolzAdd dummy FileDesc struct for doc target
2021-08-01 Dominik StolzDo not call getpid wrapper after fork in tests
2021-08-01 borsAuto merge of #84662 - dtolnay:unwindsafe, r=Amanieu
2021-08-01 David TolnayFix unused sync::atomic import on targets without atomics
2021-08-01 borsAuto merge of #85782 - badboy:build-ios-sim-target...
2021-07-31 borsAuto merge of #87662 - FabianWolff:rb-string, r=estebank
2021-07-31 borsAuto merge of #87610 - Aaron1011:bump-llvm-bugfix,...
2021-07-31 David Carliernetbsd x86_64 arch enable supported sanitizers.
2021-07-31 borsAuto merge of #87607 - JohnTitor:help-to-unused-must...
2021-07-31 Fabian WolffSuggest `br` if the unknown string prefix `rb` is found
2021-07-31 David TolnayRelocate Arc and Rc UnwindSafe impls
2021-07-31 borsAuto merge of #86264 - crlf0710:trait_upcasting_part1...
2021-07-31 borsAuto merge of #87387 - the8472:slice-iter-advance_by...
2021-07-31 borsAuto merge of #87488 - kornelski:track-remove, r=dtolnay
2021-07-31 Charles LewAdd more tests to cover more corner cases of type-checking.
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiApply review suggestion
2021-07-30 Yuki OkushiMove the `unused` dir to `lint`s subdir
2021-07-30 Yuki OkushiAdd a hint that the expressions produce a value
2021-07-30 borsAuto merge of #87640 - JohnTitor:rollup-yq24nq5, r...
2021-07-30 Yuki OkushiRollup merge of #87616 - Wilfred:patch-1, r=jyn514
2021-07-30 Yuki OkushiRollup merge of #87609 - LukasKalbertodt:improve-array...
2021-07-30 Yuki OkushiRollup merge of #87606 - JohnTitor:tait-tests, r=oli-obk
2021-07-30 Yuki OkushiRollup merge of #87596 - jesyspa:issue-87318-hidden...
2021-07-30 Yuki OkushiRollup merge of #87559 - estebank:consider-borrowing...
2021-07-30 Yuki OkushiRollup merge of #87557 - rylev:fix-invalid-prelude...
2021-07-30 Yuki OkushiRollup merge of #87547 - GuillaumeGomez:nonnull-example...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-30 Yuki OkushiRollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross...
2021-07-30 Hans KratzAdd regression test for issue #87450.
2021-07-30 David TolnayFix some broken rustdoc links in core::panic documentation
2021-07-30 David TolnayFix comment referring to formerly-above code
2021-07-30 David TolnayFix undocumented unsafe in AssertUnwindSafe impls
2021-07-30 David TolnayMove UnwindSafe, RefUnwindSafe, AssertUnwindSafe to...
2021-07-30 David TolnayFix separation of public vs internal parts of Location
2021-07-30 David TolnaySplit core::panic module to subdirectory
2021-07-30 borsAuto merge of #87421 - estebank:perf-run, r=oli-obk
2021-07-30 Charles LewImplement trait upcasting coercion type-checking.
2021-07-30 Charles LewAdd feature gate tests.
2021-07-30 Alexander RegueiroAdded feature gate.
2021-07-30 Esteban KüberUse multispan suggestions more often
2021-07-30 Esteban KüberTweak borrowing suggestion in `for` loop
2021-07-30 Esteban KüberDo not discard `?Sized` type params and suggest their...
2021-07-30 Ryan LevickFix error with suggestion for how to disambiguate assoc...
2021-07-30 borsAuto merge of #85971 - FabianWolff:issue-85586, r=davidtwco
2021-07-30 Anton GolovAdd warning when whitespace is not skipped after an...
2021-07-30 borsAuto merge of #87237 - jonas-schievink:const-for-and...
2021-07-30 borsAuto merge of #87615 - JohnTitor:rollup-t5jpmrg, r...
2021-07-30 Guillaume GomezAdd missing examples for NonNull
2021-07-30 Wilfred HughesFix missing word in comment
2021-07-30 Yuki OkushiRollup merge of #87602 - wesleywiser:partially_fix_shor...
2021-07-30 Yuki OkushiRollup merge of #87594 - devnexen:netbsd_fs_getfiledesc...
2021-07-30 Yuki OkushiRollup merge of #87585 - GuillaumeGomez:char-types...
2021-07-30 Yuki OkushiRollup merge of #87583 - tmiasko:compression-cache...
2021-07-30 Yuki OkushiRollup merge of #87574 - cuviper:retain-examples, r...
2021-07-30 Yuki OkushiRollup merge of #87564 - spastorino:adjust-min-tait...
2021-07-30 Yuki OkushiRollup merge of #87554 - sexxi-goose:fix-issue-87426...
2021-07-30 Yuki OkushiRollup merge of #87553 - bjorn3:fix_hotplug_codegen_ver...
2021-07-30 Yuki OkushiRollup merge of #87522 - frogtd:patch-1, r=yaahc
2021-07-30 Yuki OkushiRollup merge of #87052 - phlopsi:patch-1, r=jyn514
2021-07-30 borsAuto merge of #87483 - oli-obk:tait_ice, r=lqd
2021-07-30 borsAuto merge of #87445 - amalik18:issue-83584-fix, r...
2021-07-30 Aaron HillBump LLVM for RegAllocFast bugfix
2021-07-29 borsAuto merge of #87285 - GuillaumeGomez:intra-doc-span...
2021-07-29 Jonas SchievinkUpdate error code description
2021-07-29 Lukas KalbertodtAdd docs about performance and `Iterator::map` to ...
2021-07-29 Jonas SchievinkUpdate tests
2021-07-29 Jonas SchievinkAdd tracking issues
2021-07-29 Jonas SchievinkAdd `const_for` test
2021-07-29 Jonas SchievinkAdd feature gates for `for` and `?` in consts
2021-07-29 borsAuto merge of #85901 - ijackson:bufwriter-tweaks, r...
2021-07-29 Yuki OkushiAdd some TAIT-related regression tests
2021-07-29 Wesley Wiser[backtraces]: look for the `begin` symbol only after...
2021-07-29 Wesley WiserAdd regression test
2021-07-29 David Carlierfs File get_path procfs usage for netbsd same as linux.
2021-07-29 borsAuto merge of #87579 - flip1995:clippyup, r=Manishearth
2021-07-29 Guillaume GomezUpdate rustdoc-ui tests for intra-doc links errors
2021-07-29 Aaron HillRemove unnecessary trailing semicolons from clippy...
2021-07-29 Ian JacksonRename feature gate bufwriter_into_parts from bufwriter...
2021-07-29 Ian JacksonBufWriter: rename `into_parts` from `into_raw_parts`
2021-07-29 Ian JacksonBufWriter: actually export WriterPanicked error
2021-07-29 Guillaume GomezAdd missing links for core::char types
2021-07-29 Guillaume GomezChange span for intra-doc links errors
next