]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-22 Dylan DPCRollup merge of #84343 - camsteffen:closure-tree, r...
2021-04-22 Christiaan... Remove `Once` from `init`
2021-04-22 Christiaan... Document that `init` and `cleanup` are not guaranteed...
2021-04-22 Christiaan... Apply suggestions from review
2021-04-22 Christiaan... Move most init to `sys::init`
2021-04-22 borsAuto merge of #77704 - AnthonyMikh:slice_index_with_ops...
2021-04-22 Joshua NelsonMake a few functions private
2021-04-22 Mara BosAdd better test for BinaryHeap::retain.
2021-04-22 Mara BosImprove BinaryHeap::retain.
2021-04-22 Guillaume GomezPrevent control, shift and alt keys to make search...
2021-04-22 borsAuto merge of #71511 - hi-rustin:rustin-patch-rename...
2021-04-22 David Rheinsbergdoc/platform-support: clarify UEFI support
2021-04-22 Christiaan... Remove "Version control"
2021-04-22 Christiaan... Clean up .gitignore
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-22 borsAuto merge of #7119 - flip1995:rustup, r=flip1995
2021-04-22 flip1995Bump nightly version -> 2021-04-22
2021-04-22 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-22 Christiaan... Remove `sys::args::Args::inner_debug` and use `Debug...
2021-04-22 Christiaan... Move all cleanup to `sys::cleanup`
2021-04-22 Christiaan... Rework `at_exit` to `cleanup`
2021-04-22 Christiaan... Move `sys_common::poison` to `sync::poison`
2021-04-22 borsAuto merge of #7102 - taralx:taralx-patch-1, r=flip1995
2021-04-22 borsAuto merge of #84289 - andersk:bootstrap-bulk-dir,...
2021-04-22 Jubilee YoungUse arrayvec 0.7, drop smallvec 0.6
2021-04-22 borsAuto merge of #84411 - m-ou-se:rollup-9btsp2t, r=m...
2021-04-22 Caleb SanderRemove duplicated fn(Box<[T]>) -> Vec<T>
2021-04-22 borsAuto merge of #84407 - the8472:update-jobserver, r...
2021-04-21 Mara BosRollup merge of #84406 - m-ou-se:drop-delete-alias...
2021-04-21 Mara BosRollup merge of #84393 - GuillaumeGomez:better-open...
2021-04-21 Mara BosRollup merge of #84390 - m-ou-se:make-debug-non-exhaust...
2021-04-21 Mara BosRollup merge of #84380 - Smittyvb:rdoc-title-order...
2021-04-21 Mara BosRollup merge of #84379 - marmeladema:test-for-issue...
2021-04-21 Mara BosRollup merge of #84378 - starthal:patch-1, r=jyn514
2021-04-21 Mara BosRollup merge of #84365 - vext01:improve-lto-docstrings...
2021-04-21 Mara BosRollup merge of #84301 - r00ster91:patch-1, r=kennytm
2021-04-21 Mara BosRollup merge of #84251 - RalfJung:non-zero-const-since...
2021-04-21 Mara BosRollup merge of #84212 - CDirkx:void, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84119 - CDirkx:vxworks, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84013 - CDirkx:fmt, r=m-ou-se
2021-04-21 Mara BosBump slice_index_with_ops_bound_pair to 1.53.0
2021-04-21 Josh StoneNote array.into_iter() specifically in method probing
2021-04-21 The8472bump jobserver dependency
2021-04-21 Mara BosRemove `delete` alias from `mem::drop`.
2021-04-21 Tor HovlandReplaced flex gap with margin, for compatibility with...
2021-04-21 borsAuto merge of #84394 - m-ou-se:upgrade-ci-dep-expat...
2021-04-21 Jack HueyMore review changes
2021-04-21 Christiaan... Move `sys_common::rwlock::StaticRWLock` etc. to `sys...
2021-04-21 Jack HueyReview comments
2021-04-21 borsAuto merge of #7072 - ebobrow:imports-ending-with-self...
2021-04-21 Amanieu d'AntrasUpdate LLVM submodule
2021-04-21 Elliot Bobrowadd unnecessary_self_imports lint
2021-04-21 Alex Crichtonrustc: Use LLVM's new saturating float-to-int intrinsics
2021-04-21 Christiaan... Apply suggestions from code review
2021-04-21 borsAuto merge of #7083 - GuillaumeGomez:bool-assert-eq...
2021-04-21 Mara BosUpgrade `expat` dependency in riscv64 to newer version.
2021-04-21 Christiaan... Fix `alloc::test::test_show`
2021-04-21 Christiaan... Change the `Debug` impl of `Any` and `UnsafeCell` to...
2021-04-21 Christiaan... Replace all `fmt.pad` with `debug_struct`
2021-04-21 Guillaume GomezCorrectly handle --open argument on doc command
2021-04-21 Mara BosFormat `Struct { .. }` on one line even with `{:#?}`.
2021-04-21 borsAuto merge of #7109 - ctennis:ct/asm_syntax_aarch64...
2021-04-21 Jack HueyMove nested quantification check to ast_validation
2021-04-21 Tomasz MiąskoCheck for intrinsics before coercing to a function...
2021-04-20 SmittyJust merge all of the <title> tests into one
2021-04-20 SmittyAdd test for title of root page in item-title.rs
2021-04-20 marmelademaAdd test for issue #71176
2021-04-20 marmelademaAdd test for issue #70304
2021-04-20 Smittyfix is_module check
2021-04-20 SmittyMerge mod-title and item-title tests
2021-04-20 SmittyRename pushname to is_module
2021-04-20 marmelademaAdd test for issue #70303
2021-04-20 marmelademaAdd test for issue #78671
2021-04-20 marmelademaAdd test for issue #79636
2021-04-20 marmelademaAdd test for issue #79949
2021-04-20 SmittyWrite Rustdoc titles like "x in crate::mod - Rust"
2021-04-20 Stephen Albert... Fix broken doc link
2021-04-20 Jack HueyRemove TraitRefHackInner and use the concatenating...
2021-04-20 Jack HueyAdd BinderScopeType to replace binder_depth and from_po...
2021-04-20 Jack HueyA non-minimal set of TraitRefBoundarys to work on remov...
2021-04-20 Jack HueyPrecompute inverse binder depth
2021-04-20 Tor HovlandUses flex to fix formatting of h1 at any width.
2021-04-20 Christiaan... Change uses of never type
2021-04-20 Christiaan... Replace `Void` with never type
2021-04-20 borsAuto merge of #84353 - estebank:as-ref-mir, r=davidtwco
2021-04-20 Oli SchererLimit test to 64 bit systems to keep the sizes in the...
2021-04-20 Oli SchererTypo
2021-04-20 Oli SchererTidy
2021-04-20 Oli SchererAdd an attribute to be able to configure the limit
2021-04-20 Oli SchererImplement a lint that highlights all moves larger than...
2021-04-20 borsAuto merge of #84363 - Dylan-DPC:rollup-ink2wyq, r...
2021-04-20 Edd BarrettImprove the docstrings of the `Lto` struct.
2021-04-20 Dylan DPCRollup merge of #84347 - Swatinem:simplify-document...
2021-04-20 Dylan DPCRollup merge of #84345 - ehuss:remove-core-core-comment...
2021-04-20 Dylan DPCRollup merge of #84340 - notriddle:patch-4, r=Guillaume...
2021-04-20 Dylan DPCRollup merge of #84337 - matklad:insert_or_insert,...
2021-04-20 borsAuto merge of #84323 - richkadel:uncovered-functions...
2021-04-20 borsAuto merge of #7097 - yawara:fix/7069, r=llogiq
2021-04-20 Laurențiu Nicola:arrow_up: rust-analyzer
2021-04-20 borsAuto merge of #83900 - torhovland:issue-83832, r=jyn514
next