]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-21 Dylan DPCRollup merge of #79182 - lochsh:78777-fix-extern-types...
2020-11-21 Dylan DPCRollup merge of #79067 - bjorn3:abi_refactor, r=nagisa
2020-11-21 Dylan DPCRollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis
2020-11-21 bjorn3Replace sext() and zext() with single ext() method
2020-11-21 bjorn3Rename prefix_chunk to prefix_chunk_size
2020-11-21 bjorn3Remove StructRet arg attr
2020-11-21 bjorn3Replace ByVal attribute with on_stack field for Indirect
2020-11-21 bjorn3Replace ZExt and SExt flags with ArgExtension enum
2020-11-21 borsAuto merge of #79237 - alexcrichton:update-backtrace...
2020-11-21 Joshua Nelsonx.py test --bless
2020-11-21 borsAuto merge of #79115 - cuviper:rust-description, r...
2020-11-21 Joshua NelsonFix wrong names when inlining
2020-11-21 Joshua NelsonAdd more tests for renamed items
2020-11-21 Joshua NelsonGet rid of some doctree items
2020-11-21 Stein SomersBTreeMap: address namespace conflicts
2020-11-21 borsAuto merge of #77805 - JohnTitor:non-standard-char...
2020-11-21 borsAuto merge of #79250 - RalfJung:miri, r=RalfJung
2020-11-21 borsAuto merge of #79222 - yoshuawuyts:slice-fill-with...
2020-11-21 Dániel BugaFix typos
2020-11-21 borsAuto merge of #79003 - petrochenkov:innertest, r=estebank
2020-11-21 Ngo Iok UiFix comments of toogeneris test
2020-11-21 Ngo Iok UiList all variants of TyKind
2020-11-21 Joshua NelsonMove from bash to rust
2020-11-21 NadrierilImprove integer range tests
2020-11-21 borsAuto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis
2020-11-21 Tomasz MiąskoSupport building clone shims for arrays with generic...
2020-11-20 Ralf Jungupdate miri
2020-11-20 borsAuto merge of #78569 - bugadani:arena-spec, r=Mark...
2020-11-20 Bastian Kauschkeupdate bug message for cg
2020-11-20 Bastian Kauschkeconst_generics: assert resolve hack causes an error
2020-11-20 Dániel BugaUse specialization to avoid copying
2020-11-20 Alex Crichtonstd: Update the backtrace crate submodule
2020-11-20 Jacob KieselWe missed 1.49.0, so bump version to 1.50.0
2020-11-20 Eduard-Mihai... Direct RUSTC_LOG (tracing/log) output to stderr instead...
2020-11-20 borsAuto merge of #6354 - Daniel-B-Smith:refcell_ref_await...
2020-11-20 Daniel SmithRevert "Convert the await holding lints to correctness"
2020-11-20 Vadim Petrochenkovrustc_expand: Mark inner `#![test]` attributes as soft...
2020-11-20 borsAuto merge of #78104 - ssomers:btree_root_redux, r...
2020-11-20 Ngo Iok UiExhaustively match in variant count instrinsic
2020-11-20 borsAuto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
2020-11-20 Sebastian DrögeAdd "memset" as doc alias to slice::fill()
2020-11-20 Yoshua WuytsAdd `core::slice::fill_with`
2020-11-20 Daiki IharaRemove FIXME comment from incremental
2020-11-20 borsAuto merge of #78646 - tgnottingham:packed_fingerprints...
2020-11-20 Ralf Jungreference NonNull::dangling
2020-11-20 borsAuto merge of #6347 - flip1995:changelog, r=Manishearth
2020-11-20 Tyson NottinghamSet unaligned_references lint to deny in rustc_data_str...
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
2020-11-20 flip1995Fix dogfood errors
2020-11-20 borsAuto merge of #79196 - RalfJung:syscall, r=m-ou-se
2020-11-20 flip1995Properly deprecate panic_params lint
2020-11-20 borsAuto merge of #79192 - tmiasko:naked-noinline, r=oli-obk
2020-11-20 borsAuto merge of #78088 - fusion-engineering-forks:panic...
2020-11-20 borsAuto merge of #79220 - Dylan-DPC:rollup-5bpbygd, r...
2020-11-20 Jake GouldingBump bootstrap compiler version
2020-11-20 Tomasz MiąskoNever inline naked functions
2020-11-19 Ralf Jungunix/weak: pass arguments to syscall at the given type
2020-11-19 Dylan DPCRollup merge of #79217 - yoshuawuyts:copy_from_slice...
2020-11-19 Dylan DPCRollup merge of #79212 - LeSeulArtichaut:rustc-ty,...
2020-11-19 Dylan DPCRollup merge of #79204 - pickfire:patch-3, r=jyn514
2020-11-19 Dylan DPCRollup merge of #79194 - est31:array_into_iter_slice...
2020-11-19 Dylan DPCRollup merge of #79193 - tmiasko:revert-78969-normalize...
2020-11-19 Dylan DPCRollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011
2020-11-19 Dylan DPCRollup merge of #79183 - cuviper:compiletest-test-sysro...
2020-11-19 Dylan DPCRollup merge of #79181 - aDotInTheVoid:provided-method...
2020-11-19 Dylan DPCRollup merge of #79177 - fanzier:drop-order-test, r...
2020-11-19 Dylan DPCRollup merge of #79123 - CDirkx:128-bits, r=Mark-Simulacrum
2020-11-19 Dylan DPCRollup merge of #79119 - jamesmunns:patch-1, r=Mark...
2020-11-19 borsAuto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simul...
2020-11-19 LeSeulArtichautMove `rustc_ty` -> `rustc_ty_utils`
2020-11-19 Yoshua WuytsAdd the "memcpy" doc alias to slice::copy_from_slice
2020-11-19 NadrierilRegroup many usefulness-related test in the same folder
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-19 borsAuto merge of #79200 - Dylan-DPC:rollup-su689pq, r...
2020-11-19 Josh MatthewsExtend meta parameters to all generated code in compat_fn.
2020-11-19 Vadim Petrochenkovexpand: Mark some dead code in derive expansion as...
2020-11-19 Vadim Petrochenkovexpand: Stop derive expansion un unexpected targets...
2020-11-19 Vadim Petrochenkovexpand: Cleanup attribute collection in invocation...
2020-11-19 Vadim Petrochenkovresolve/expand: Misc cleanup
2020-11-19 Vadim Petrochenkovresolve: Centralize some error reporting for unexpected...
2020-11-19 Vadim Petrochenkovresolve: Introduce a separate `NonMacroAttrKind` for...
2020-11-19 Vadim Petrochenkovexpand: Move `fully_configure` to `config.rs`
2020-11-19 Vadim Petrochenkovexpand: Tell built-in macros whether we are currently...
2020-11-19 Ivan ThamAdd jyn514 email alias to mailmap
2020-11-19 Dylan DPCRollup merge of #79164 - varkor:unbraced-single-segment...
2020-11-19 Dylan DPCRollup merge of #79156 - jyn514:relative-llvm, r=Mark...
2020-11-19 Dylan DPCRollup merge of #79155 - 12101111:fix-profiler-config...
2020-11-19 Dylan DPCRollup merge of #79149 - sexxi-goose:upvar_ref, r=nikom...
2020-11-19 Dylan DPCRollup merge of #79147 - camelid:mir-gitattributes...
2020-11-19 Dylan DPCRollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk
2020-11-19 Dylan DPCRollup merge of #79116 - petrochenkov:gdbwarn, r=Mark...
2020-11-19 Dylan DPCRollup merge of #79110 - estebank:issue-58964, r=oli-obk
2020-11-19 Dylan DPCRollup merge of #79102 - Alexendoo:ice-regression-tests...
2020-11-19 Dylan DPCRollup merge of #79101 - tmiasko:lower-func-type, r...
2020-11-19 Dylan DPCRollup merge of #79094 - est31:ignore_macos, r=pietroalbini
2020-11-19 Dylan DPCRollup merge of #79090 - hermitcore:builtins, r=Mark...
2020-11-19 Dylan DPCRollup merge of #79082 - ThePuzzlemaker:issue-78941...
next