]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-06 Guillaume GomezRollup merge of #96754 - notriddle:notriddle/impl-dups...
2022-05-06 Guillaume GomezRollup merge of #96752 - scottmcm:error-sorting, r...
2022-05-06 Guillaume GomezRollup merge of #96748 - GuillaumeGomez:reexports-in...
2022-05-06 Guillaume GomezRollup merge of #96733 - SparrowLii:place_to_string...
2022-05-06 Guillaume GomezRollup merge of #96650 - tmiasko:global-asm-sym-fn...
2022-05-06 Guillaume GomezRollup merge of #96590 - notriddle:notriddle/tab-bar...
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #95183 - ibraheemdev:arc-count-acquire...
2022-05-06 borsAuto merge of #96268 - jackh726:remove-mutable_borrow_r...
2022-05-06 Michael HowellAdd missing newline
2022-05-06 Guillaume GomezAdd GUI test for search reexports
2022-05-06 Guillaume GomezFix reexports missing from the search index
2022-05-06 borsAuto merge of #94598 - scottmcm:prefix-free-hasher...
2022-05-06 borsAuto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu
2022-05-06 Scott McMurrayFor now, don't change the details of hashing a `str`
2022-05-06 Scott McMurrayAdd a dedicated length-prefixing method to `Hasher`
2022-05-06 borsAuto merge of #96759 - compiler-errors:rollup-p4jtm92...
2022-05-06 SparrowLiiturn `append_place_to_string` from recursion into iteration
2022-05-06 Michael GouletRollup merge of #96747 - JohnTitor:expect-local-track...
2022-05-06 Michael GouletRollup merge of #96744 - est31:join_osstr, r=thomcc
2022-05-06 Michael GouletRollup merge of #96741 - GuillaumeGomez:improve-setting...
2022-05-06 Michael GouletRollup merge of #96730 - JohnTitor:unused-lifetimes...
2022-05-06 Michael GouletRollup merge of #96704 - GuillaumeGomez:rotation-animat...
2022-05-06 Michael GouletRollup merge of #96639 - adpaco-aws:fix-offset-from...
2022-05-06 Michael GouletRollup merge of #96174 - RalfJung:no-run-transmute...
2022-05-06 Michael HowellFix test case checking for where the JS goes
2022-05-06 Michael Howellrustdoc: ensure HTML/JS side implementors don't have...
2022-05-06 Scott McMurrayPut the 2229 migration errors in alphabetical order
2022-05-05 borsAuto merge of #96520 - lcnr:general-incoherent-impls...
2022-05-05 Yuki OkushiAdd `track_caller` to `DefId::expect_local()`
2022-05-05 est31Implement [OsStr]::join
2022-05-05 Mara BosRemove condvar::two_mutexes test.
2022-05-05 borsAuto merge of #96735 - flip1995:clippyup, r=Manishearth
2022-05-05 Guillaume GomezImprove settings loading strategy by loading CSS and...
2022-05-05 borsAuto merge of #96734 - matthiaskrgr:rollup-hng33tb...
2022-05-05 Michael Howellrustdoc: fix JS error when rendering parse error
2022-05-05 Michael Howellrustdoc: add test case assertions for ArrowDown highlig...
2022-05-05 Michael Howellrustdoc: fix keyboard shortcuts and console log on...
2022-05-05 Michael Howellrustdoc: change the "In Function Signatures" to context...
2022-05-05 Michael HowellUse STARTS_WITH, since it's more specific
2022-05-05 Michael Howellrustdoc: when running a function-signature search,...
2022-05-05 flip1995Update Cargo.lock
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-05 Matthias KrügerRollup merge of #96714 - RalfJung:scalar-pair-debug...
2022-05-05 Matthias KrügerRollup merge of #96682 - nnethercote:show-invisible...
2022-05-05 Matthias KrügerRollup merge of #96673 - oli-obk:tait_impl_diagnostic...
2022-05-05 Matthias KrügerRollup merge of #96635 - GuillaumeGomez:js-script-mode...
2022-05-05 Matthias KrügerRollup merge of #96507 - TaKO8Ki:suggest-calling-associ...
2022-05-05 Matthias KrügerRollup merge of #95843 - GuillaumeGomez:improve-new...
2022-05-05 Matthias KrügerRollup merge of #95359 - jhpratt:int_roundings, r=josht...
2022-05-05 Gary GuoBless clippy error msg
2022-05-05 borsAuto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995
2022-05-05 flip1995Fix ICE in EarlyAttribtues lints
2022-05-05 flip1995HACK: Move buggy lints to nursery
2022-05-05 flip1995Bump nightly version -> 2022-05-05
2022-05-05 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-05-05 lcnrupdate error messages and explicitly mention them in...
2022-05-05 borsAuto merge of #91779 - ridwanabdillahi:natvis, r=michae...
2022-05-05 Yuki OkushiAdd a regression test for #64173 and #66152
2022-05-05 borsAuto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc...
2022-05-05 Guillaume GomezAdd rotation animation on settings button when loading
2022-05-05 Guillaume GomezUse "strict" mode in JS scripts
2022-05-05 lcnrforbid empty impls for types with incoherent impls
2022-05-05 lcnrremove unnecessary check
2022-05-05 lcnrgeneralize "incoherent impls" impl for custom types
2022-05-05 Ralf Junggive it a scary name
2022-05-05 Takayuki Maedasuggest calling `Self::associated_function()`
2022-05-05 borsAuto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle
2022-05-05 borsAuto merge of #96626 - thomcc:rand-bump, r=m-ou-se
2022-05-05 Jacob PrattUpdate `int_roundings` methods from feedback
2022-05-05 borsAuto merge of #96720 - JohnTitor:rollup-9jaaekr, r...
2022-05-05 Yuki OkushiRollup merge of #96697 - oli-obk:trace_queries, r=micha...
2022-05-05 Yuki OkushiRollup merge of #96677 - jyn514:label-break-value-tests...
2022-05-05 Yuki OkushiRollup merge of #96658 - Folyd:es6, r=GuillaumeGomez
2022-05-05 Yuki OkushiRollup merge of #96628 - joshtriplett:stabilize-then...
2022-05-05 Yuki OkushiRollup merge of #96619 - akiekintveld:same_mutex_check_...
2022-05-05 Yuki OkushiRollup merge of #96616 - akiekintveld:min_stack_relaxed...
2022-05-05 Yuki OkushiRollup merge of #96603 - Alexendoo:const-generics-tests...
2022-05-05 borsAuto merge of #96593 - jackh726:issue-93262, r=compiler...
2022-05-05 ridwanabdillahiCleanup broken doc links.
2022-05-04 Tobias BucherMake it clear that `to_ipv4` returns an IPv4 address...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-04 Nicholas NethercoteAdd a comment on `TokenKind::Interpolated`.
2022-05-04 Nicholas NethercoteOverhaul `MacArgs::Eq`.
2022-05-04 Nicholas NethercoteOverhaul `MacArgs::Eq`.
2022-05-04 Ralf Junginterpret: debug-check ScalarPair layout information
2022-05-04 Oli SchererEnable tracing for all queryies
2022-05-04 borsAuto merge of #96683 - nnethercote:speed-up-Token-ident...
2022-05-04 borsAuto merge of #8575 - FoseFx:trim_split_whitespace2...
2022-05-04 Guillaume GomezImprove Rc::new_cyclic and Arc::new_cyclic documentation
2022-05-04 borsAuto merge of #8780 - Alexendoo:init-numbered-field...
2022-05-04 Max Baumannadd trim_split_whitespace
2022-05-04 borsAuto merge of #94775 - oli-obk:operand_order, r=davidtwco
2022-05-04 Josh TriplettStabilize `bool::then_some`
2022-05-04 borsAuto merge of #96695 - JohnTitor:rollup-oo4fc1h, r...
2022-05-04 Oli SchererGenerate an intermediate temporary for `Drop` constants.
2022-05-04 Yuki OkushiRollup merge of #96686 - JohnTitor:impl-trait-tests...
2022-05-04 Yuki OkushiRollup merge of #96684 - tmiasko:mir-downcast, r=petroc...
2022-05-04 Yuki OkushiRollup merge of #96679 - ricked-twice:issue-96223-fix...
next