]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-30 Dylan DPCRollup merge of #83579 - RalfJung:ptr-arithmetic, r...
2021-03-30 Dylan DPCRollup merge of #83571 - a1phyr:feature_const_slice_fir...
2021-03-30 Dylan DPCRollup merge of #83568 - RalfJung:uninit_array, r=dtolnay
2021-03-30 borsAuto merge of #83649 - bjorn3:dedup_providers, r=petroc...
2021-03-30 borsAuto merge of #83357 - saethlin:vec-reserve-inlining...
2021-03-30 borsAuto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r...
2021-03-29 Dylan DPCRollup merge of #83644 - lnicola:rust-analyzer-2021...
2021-03-29 Dylan DPCRollup merge of #83643 - JohnTitor:is-freeze-no-longer...
2021-03-29 Dylan DPCRollup merge of #83636 - JohnTitor:const-generics-defua...
2021-03-29 Dylan DPCRollup merge of #83543 - camelid:lint-unknown-disambigu...
2021-03-29 Dylan DPCRollup merge of #83374 - reyk:fix/bsd-ancillary, r...
2021-03-29 Dylan DPCRollup merge of #83130 - clarfonthey:escape, r=m-ou-se
2021-03-29 Dylan DPCRollup merge of #82331 - frol:feat/std-binary-heap...
2021-03-29 borsAuto merge of #82864 - jyn514:short-circuit, r=Guillaum...
2021-03-29 Vlad FrolovUpdated the tracking issue #
2021-03-29 borsAuto merge of #83185 - jyn514:remove-dead-code, r=oli-obk
2021-03-29 Joshua NelsonRevert changes to sync data structures
2021-03-29 borsAuto merge of #80839 - tblah:riscv64linux_links, r...
2021-03-29 bjorn3Don't duplicate the extern providers once for each...
2021-03-29 borsAuto merge of #83609 - klensy:c-str, r=m-ou-se
2021-03-29 Laurențiu Nicola:arrow_up: rust-analyzer
2021-03-29 JohnTitorRemove a FIXME resolved by #73578
2021-03-29 klensyffi::c_str smaller as_bytes
2021-03-29 borsAuto merge of #83637 - bjorn3:sync_cg_clif-2021-03...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-29 JohnTitorPrefer 4 spaces
2021-03-29 JohnTitorAdd a regression test for issue-82792
2021-03-29 borsAuto merge of #83565 - RalfJung:miri, r=oli-obk
2021-03-29 bjorn3Rustup to rustc 1.53.0-nightly (4a20eb6a9 2021-03-28)
2021-03-29 CamelidInline `find_suffix` closure that's only used once
2021-03-29 CamelidAdd test for weird backticks placement
2021-03-29 CamelidPoint to disambiguator instead of whole link
2021-03-29 borsAuto merge of #83605 - RalfJung:unaligned, r=petrochenkov
2021-03-28 ltdkAdd escape_default method to u8 and [u8]
2021-03-28 borsAuto merge of #83619 - petrochenkov:nx, r=nagisa
2021-03-28 Vadim Petrochenkovlinker: Use data execution prevention options by defaul...
2021-03-28 borsAuto merge of #83602 - JohnTitor:cloudabi-flag-is-unnec...
2021-03-28 klensyffi::c_str added tests for empty strings
2021-03-28 Tom Ecclestest: run-make: skip tests on unsupported platforms
2021-03-28 Tom Ecclestest: run-make: flag tests which won't work in no-std...
2021-03-28 Tom Ecclesci: docker: x86_64: specify host explicitly
2021-03-28 Tom Ecclesbootstrap: don't run linkcheck when crosscompiling
2021-03-28 Tom Ecclesci: docker: riscv64gc: specify host explicitly
2021-03-28 Tom Ecclesrun-make: skip issue-36710 on riscv64 and armhf
2021-03-28 Tom Ecclesrun-make: Specify --target to rustc
2021-03-28 borsAuto merge of #83582 - jyn514:might-not, r=joshtriplett
2021-03-28 Ralf Jungadjust old test
2021-03-28 borsAuto merge of #83577 - geeklint:slice_to_ascii_case_doc...
2021-03-28 Ralf Jungunaligned_references: align(N) fields in packed(N)...
2021-03-28 Ralf Jungupdate Miri
2021-03-28 borsAuto merge of #83593 - petrochenkov:nounwrap, r=nagisa
2021-03-28 JohnTitorRemove unnecessary `ignore-cloudabi` flag
2021-03-28 borsAuto merge of #81728 - Qwaz:fix-80335, r=joshtriplett
2021-03-28 borsAuto merge of #81354 - SkiFire13:binary-search-assume...
2021-03-28 Joshua NelsonAddress more review comments
2021-03-28 Joshua NelsonFix compiler docs
2021-03-28 Joshua NelsonAddress review comments
2021-03-28 Joshua NelsonRemove (lots of) dead code
2021-03-28 Joshua NelsonRemove unused `DiagnosticBuilder::sub` function
2021-03-28 borsAuto merge of #83587 - petrochenkov:asneeded, r=nagisa
2021-03-27 Vadim Petrochenkovrustc_target: Avoid unwraps when adding linker flags
2021-03-27 Vadim Petrochenkovlinker: Use `--as-needed` by default when linker suppor...
2021-03-27 borsAuto merge of #83103 - petrochenkov:unilex, r=Aaron1011
2021-03-27 Vadim Petrochenkovresolve: Partially unify early and late scope-relative...
2021-03-27 Joshua Nelsonmay not -> might not
2021-03-27 borsAuto merge of #83580 - Dylan-DPC:rollup-1zod4p7, r...
2021-03-27 Dylan DPCRollup merge of #83555 - m-ou-se:inline-io-error-new...
2021-03-27 Dylan DPCRollup merge of #83548 - Aaron1011:capture-none-delims...
2021-03-27 Dylan DPCRollup merge of #83522 - pickfire:patch-6, r=JohnTitor
2021-03-27 Dylan DPCRollup merge of #82993 - camelid:source-use-diag, r...
2021-03-27 Dylan DPCRollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
2021-03-27 Dylan DPCRollup merge of #82626 - lcnr:encode_with_shorthandb...
2021-03-27 Dylan DPCRollup merge of #82525 - RalfJung:unaligned-ref-warn...
2021-03-27 Dylan DPCRollup merge of #81351 - lcnr:big-money-big-prices...
2021-03-27 Violetrevert rustdoc links in core to use #method. because...
2021-03-27 Ralf Jungclarify 'remains attached', and remove recommendation...
2021-03-27 Ralf Jungadd definition of 'allocated object', and link it from...
2021-03-27 Violetadjust documentation links for slice ascii case functio...
2021-03-27 Violetupdate links to make_ascii_lowercase for slice to point...
2021-03-27 Josh StoneAdd the tracking issue for `#![feature(iter_zip)]`
2021-03-27 borsAuto merge of #83573 - JohnTitor:rollup-28jnzsr, r...
2021-03-27 Yuki OkushiRollup merge of #83569 - sjakobi:issue56445-regression...
2021-03-27 Yuki OkushiRollup merge of #83567 - jonjensen:patch-1, r=Guillaume...
2021-03-27 Yuki OkushiRollup merge of #83561 - m-ou-se:lock-debug, r=jackh726
2021-03-27 Yuki OkushiRollup merge of #83560 - m-ou-se:io-chain-debug, r...
2021-03-27 Yuki OkushiRollup merge of #83559 - m-ou-se:rwlock-guard-debug...
2021-03-27 Yuki OkushiRollup merge of #83558 - m-ou-se:use-finish-non-exhaust...
2021-03-27 Yuki OkushiRollup merge of #83526 - klensy:lazy-too, r=petrochenkov
2021-03-27 Yuki OkushiRollup merge of #83462 - ijackson:exitstatus-message...
2021-03-27 Yuki OkushiRollup merge of #83348 - osa1:issue83344, r=jackh726
2021-03-27 Yuki OkushiRollup merge of #79399 - pickfire:patch-3, r=JohnTitor
2021-03-27 bjorn3Make all compiler-builtins symbols hidden
2021-03-27 Ralf Jungmake unaligned_refereces future-incompat lint warn...
2021-03-27 lcnrupdate tests
2021-03-27 Bastian Kauschkecombine: stop eagerly evaluating consts
2021-03-27 Benoît du GarreauConstantify some slice methods
2021-03-27 Simon JakobiAdd regression tests for #56445
2021-03-27 Ralf Jungupdate comment at MaybeUninit::uninit_array
2021-03-27 Jon JensenUpdate rustup cross-compilation docs link
2021-03-27 borsAuto merge of #83245 - the8472:generalize-slice-fill...
next