]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-11-13 Ibraheem Ahmedadd tracking issue for `downcast_unchecked`
2021-11-13 Ibraheem Ahmedadd unchecked downcast methods
2021-11-12 borsAuto merge of #90836 - matthiaskrgr:rollup-ou6yrlw...
2021-11-12 Matthias KrügerRollup merge of #90826 - petrochenkov:binattr, r=cjgillot
2021-11-12 Matthias KrügerRollup merge of #90798 - edmorley:doc-unreachable-custo...
2021-11-12 Matthias KrügerRollup merge of #90795 - GuillaumeGomez:more-search...
2021-11-12 Matthias KrügerRollup merge of #90761 - hellow554:macro_span, r=estebank
2021-11-12 Matthias KrügerRollup merge of #90704 - ijackson:exitstatus-comments...
2021-11-12 Matthias KrügerRollup merge of #90644 - est31:const_swap, r=Mark-Simul...
2021-11-12 Matthias KrügerRollup merge of #90589 - durin42:llvm-14-ASO-now-struct...
2021-11-12 borsAuto merge of #89316 - asquared31415:multiple-clobber...
2021-11-12 asquared31415fix aarch test error annotations
2021-11-12 Guillaume GomezAdd more comments to explain the code to generate the...
2021-11-12 Vadim Petrochenkovrustc_feature: Convert `BuiltinAttribute` from tuple...
2021-11-12 borsAuto merge of #90813 - notriddle:notriddle/vec-extend...
2021-11-12 borsAuto merge of #90731 - pierwill:fix-90658, r=michaelwoe...
2021-11-11 Michael HowellUse `Iterator::collect` instead of calling `Vec::push...
2021-11-11 borsAuto merge of #90489 - jyn514:load-all-extern-crates...
2021-11-11 Michael HowellUse `Vec::extend`, instead of calling `Vec::push` in...
2021-11-11 borsAuto merge of #90746 - nnethercote:opt-pattern-matching...
2021-11-11 Ian Jacksonprocess::ExitStatus: Discuss `exit` vs `_exit` in a...
2021-11-11 Ian Jacksonunix::ExitStatus: Add comment saying that it's a wait...
2021-11-11 Ian Jacksonunix::ExitStatusExt: Correct reference to _exit system...
2021-11-11 borsAuto merge of #90648 - matthewjasper:assoc-item-cleanup...
2021-11-11 Krasimir GeorgievPassWrapper: additional sanitizer update to match clang
2021-11-11 Ed MorleyDocument `unreachable!()` custom panic message
2021-11-11 borsAuto merge of #88798 - sunfishcode:sunfishcode/windows...
2021-11-11 borsAuto merge of #90755 - scottmcm:spec-array-clone, r...
2021-11-11 Marcel HellwigShorten Span of unused macro lints
2021-11-11 borsAuto merge of #89550 - lcnr:coherence-specialization...
2021-11-11 borsAuto merge of #83846 - torhovland:issue-10971, r=davidtwco
2021-11-10 borsAuto merge of #90784 - matthiaskrgr:rollup-car8g12...
2021-11-10 Matthias KrügerRollup merge of #90783 - camelid:update-miri, r=RalfJung
2021-11-10 Matthias KrügerRollup merge of #90736 - Lokathor:inline-asm-docs-updat...
2021-11-10 Matthias KrügerRollup merge of #89930 - cuviper:avoid-clone3, r=joshtr...
2021-11-10 Noah LevUpdate Miri
2021-11-10 borsAuto merge of #90769 - matthiaskrgr:rollup-266apqm...
2021-11-10 Scott McMurrayMoar #[inline]
2021-11-10 Matthias KrügerRollup merge of #90758 - joseph-roitman:fix-entry-doc...
2021-11-10 Matthias KrügerRollup merge of #90742 - est31:add_assign, r=davidtwco
2021-11-10 Matthias KrügerRollup merge of #90727 - GuillaumeGomez:remove-potentia...
2021-11-10 Matthias KrügerRollup merge of #88868 - calebzulawski:feature/simd_bit...
2021-11-10 Matthias KrügerRollup merge of #88447 - inquisitivecrystal:rustdoc...
2021-11-10 lcnrdon't inline `report_overlap_conflict`
2021-11-10 lcnrno overlap errors after failing the orphan check
2021-11-10 borsAuto merge of #90759 - yanok:llvm-dbginfo-fix, r=nikic
2021-11-10 Ilya YanokUpdate llvm submodule
2021-11-10 Joseph RoitmanFix collection entry API documentation.
2021-11-10 Guillaume GomezRemove potential useless data for search index
2021-11-10 borsAuto merge of #88670 - camelid:miri-uninit-num, r=RalfJung
2021-11-10 Tor HovlandChanging cdylib to staticlib, as the former doesn't...
2021-11-10 asquared31415add missing sym feature
2021-11-10 borsAuto merge of #90754 - matthiaskrgr:rollup-v0483m5...
2021-11-10 asquared31415Fix aarch tests
2021-11-10 asquared31415Add support for specifying multiple clobber_abi in...
2021-11-10 Scott McMurraySpecialize array cloning for Copy types
2021-11-10 Matthias KrügerRollup merge of #90751 - ehuss:update-books, r=ehuss
2021-11-10 Matthias KrügerRollup merge of #90748 - cuviper:track-setgroups, r...
2021-11-10 Matthias KrügerRollup merge of #90690 - solid-rs:fix-kmc-solid-asm...
2021-11-10 borsAuto merge of #90663 - ken-matsui:support-early-stoppin...
2021-11-10 Eric HussUpdate books
2021-11-10 inquisitivecrystalUse computed visibility in rustdoc
2021-11-10 inquisitivecrystalAdd `ty::Visibility::is_public()`
2021-11-10 Caleb ZulawskiAdd comment regarding bit order
2021-11-10 Josh StoneAdd a real tracking issue for `CommandExt::groups`
2021-11-10 Noah Levmiri: Detect uninitialized integers and floats
2021-11-09 LokathorUpdate src/doc/unstable-book/src/library-features/asm.md
2021-11-09 LokathorUpdate src/doc/unstable-book/src/library-features/asm.md
2021-11-09 est31Use AddAssign impl
2021-11-09 Lokathoradjust documented register constraints to match https...
2021-11-09 borsAuto merge of #90734 - matthiaskrgr:rollup-e1euotp...
2021-11-09 est31Extend the const_swap feature
2021-11-09 Matthias KrügerRollup merge of #90723 - asquared31415:box_docs, r...
2021-11-09 Matthias KrügerRollup merge of #90701 - michaelwoerister:more-artifact...
2021-11-09 Matthias KrügerRollup merge of #90685 - jyn514:remove-dead-code, r...
2021-11-09 Matthias KrügerRollup merge of #90683 - jyn514:compiler-docs, r=Mark...
2021-11-09 Matthias KrügerRollup merge of #90613 - GuillaumeGomez:specific-rustdo...
2021-11-09 Matthias KrügerRollup merge of #90035 - SparrowLii:rfc2528, r=jackh726
2021-11-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 borsAuto merge of #86041 - bstrie:unmagic-array-copy, r...
2021-11-09 pierwillRemove `rustc_incremental::persist::fs::dep_graph_path_...
2021-11-09 Guillaume GomezAllow to run a specific rustdoc-js* test
2021-11-09 Augie FacklerDidn't mean to invert this boolean.
2021-11-09 Augie Facklerrustc_llvm: update PassWrapper for recent LLVM
2021-11-09 borsAuto merge of #90724 - JohnTitor:rollup-zg0kbm3, r...
2021-11-09 Yuki OkushiRollup merge of #90720 - ehuss:update-cargo, r=ehuss
2021-11-09 Yuki OkushiRollup merge of #90708 - NieDzejkob:feature-note, r...
2021-11-09 Yuki OkushiRollup merge of #90688 - SparrowLii:dotprod, r=Amanieu
2021-11-09 Yuki OkushiRollup merge of #90678 - JohnTitor:add-some-gats-tests...
2021-11-09 Yuki OkushiRollup merge of #90591 - richlowe:illumos-ui-target...
2021-11-09 Yuki OkushiRollup merge of #87530 - bstrie:commentsync, r=bstrie
2021-11-09 asquared31415document Box and box_free connection
2021-11-09 borsAuto merge of #90700 - fee1-dead:select-returns-vec...
2021-11-09 Eric HussUpdate cargo
2021-11-09 borsAuto merge of #87337 - jyn514:lint-error, r=oli-obk...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-09 Nicholas NethercoteChange the `assert` in `is_useful` to a `debug_assert`.
2021-11-09 borsAuto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o...
2021-11-08 Yuki OkushiAdd some GATs-related regression tests
2021-11-08 borsAuto merge of #90443 - camelid:rustdoc-subst, r=Guillau...
next