]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-22 Ralf JungRollup merge of #71610 - divergentdave:InvalidUndefByte...
2020-05-22 borsAuto merge of #72000 - cuviper:dist-llvm, r=Mark-Simulacrum
2020-05-22 borsAuto merge of #71956 - ecstatic-morse:remove-requires...
2020-05-21 borsAuto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung
2020-05-21 Ralf JungRollup merge of #72425 - RalfJung:discr-sign-ext, r...
2020-05-21 Ralf JungRollup merge of #72421 - GuillaumeGomez:fix-impl-hover...
2020-05-21 Ralf JungRollup merge of #72382 - tmiasko:config-toml-debug...
2020-05-21 Ralf JungRollup merge of #72350 - danielhenrymantilla:doc_warn_a...
2020-05-21 Ralf JungRollup merge of #72347 - xliiv:72340-impl-for-default...
2020-05-21 Ralf JungRollup merge of #72149 - estebank:icemation, r=eddyb
2020-05-21 Ralf JungRollup merge of #72055 - lcnr:predicate-kind, r=nikomat...
2020-05-21 borsAuto merge of #71930 - Nadrieril:exhaustiveness-remove...
2020-05-21 Ralf JungTypo
2020-05-21 Daniel Henry... Improve documentation of `slice::from_raw_parts`
2020-05-21 borsAuto merge of #71718 - NeoRaider:ffi_const_pure, r...
2020-05-21 Ralf Jungfix discriminant sign extension
2020-05-21 borsAuto merge of #72422 - RalfJung:rollup-u81z4mw, r=RalfJung
2020-05-21 Ralf JungRollup merge of #72397 - petrochenkov:tiny, r=Amanieu
2020-05-21 Ralf JungRollup merge of #72371 - Elrendio:char_documentation...
2020-05-21 Ralf JungRollup merge of #72365 - marmeladema:remove-node_to_hir...
2020-05-21 Ralf JungRollup merge of #72296 - ChrisDenton:msvc-link-check...
2020-05-21 Ralf JungRollup merge of #72272 - GuillaumeGomez:fix-back-on...
2020-05-21 Ralf JungRollup merge of #72111 - petrochenkov:docstrip, r=ehuss
2020-05-21 Ralf JungRollup merge of #71854 - eduardosm:assoc-char-funcs...
2020-05-21 Guillaume GomezFix anchor display when hovering impl
2020-05-21 borsAuto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk
2020-05-21 Dylan MacKenzieBail out if new return place has different type than old
2020-05-21 borsAuto merge of #70705 - lcnr:generic_discriminant, r...
2020-05-20 Josh StoneMove the target libLLVM to llvm-tools-preview
2020-05-20 borsAuto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrum
2020-05-20 Vadim Petrochenkovllvm: Expose tiny code model to users
2020-05-20 borsAuto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r...
2020-05-20 Nikita PopovSet CMAKE_CXX_STANDARD when compiling LLD
2020-05-20 Nikita PopovUpdate LLVM submodule
2020-05-20 borsAuto merge of #72384 - mati865:ci-fix, r=pietroalbini
2020-05-20 Mateusz MikułaWorkaround MSYS2/chocolatey issue again
2020-05-20 Tomasz MiąskoShow default values for debug-assertions & debug-assert...
2020-05-20 Chris DentonSuggest installing VS Build Tools in more situations
2020-05-20 Bastian Kauschkeptr eq for `Predicate`
2020-05-20 Bastian Kauschkechange `Predicate::kind` to return a reference
2020-05-20 Bastian Kauschkeintern `PredicateKind`
2020-05-20 Bastian Kauschkeintroduce newtype'd `Predicate<'tcx>`
2020-05-20 Niko Matsakismake `to_predicate` take a `tcx` argument
2020-05-20 Bastian Kauschkerename `Predicate` to `PredicateKind`, introduce alias
2020-05-20 Dylan DPCRollup merge of #72366 - nnethercote:tiny-vecs-are...
2020-05-20 Dylan DPCRollup merge of #72364 - jsgf:remove-unused-deps, r...
2020-05-20 Dylan DPCRollup merge of #72361 - golddranks:split_inclusive_add...
2020-05-20 Dylan DPCRollup merge of #72275 - marmeladema:fix-issue-71104...
2020-05-20 Dylan DPCRollup merge of #72139 - nnethercote:standalone-fold...
2020-05-20 Dylan DPCRollup merge of #71863 - mibac138:self-import, r=estebank
2020-05-20 ElrendioFIX - Char documentation for unexperienced users
2020-05-20 borsAuto merge of #71923 - csmoe:issue-70818, r=tmandry
2020-05-20 borsAuto merge of #71769 - petrochenkov:crto, r=cuviper
2020-05-20 borsAuto merge of #72339 - ehuss:update-cargo, r=ehuss
2020-05-20 Dylan MacKenzieDocument why we don't look at storage liveness
2020-05-20 Dylan MacKenzieDocument assumptions made in generator transform for...
2020-05-20 Dylan MacKenzieLook for storage conflicts before terminator effect
2020-05-20 Dylan MacKenzieAdd comment for strange conditional
2020-05-20 Dylan MacKenzieAdd comment explaining the extra `record_conflicts`
2020-05-20 Dylan MacKenzieRemove `MaybeRequiresStorage`
2020-05-20 Dylan MacKenzieUpdate tests with new generator sizes
2020-05-20 Dylan MacKenzieClean up generator live locals analysis
2020-05-20 Dylan MacKenzieAdd `MaybeInitializedLocals` dataflow analysis
2020-05-19 Nicholas NethercoteAdjust the zero check in `RawVec::grow`.
2020-05-19 Matthias SchifferDocument `#[ffi_const]` and `#[ffi_pure]` function...
2020-05-19 Matthias SchifferAdd tests for `#[ffi_const]` and `#[ffi_pure]` function...
2020-05-19 Matthias SchifferImplement `#[ffi_const]` and `#[ffi_pure]` function...
2020-05-19 marmelademaRemove unused `StableHashingContext::node_to_hir_id...
2020-05-19 Jeremy FitzhardingeRemove unused dependencies
2020-05-19 mibac138Alter wording for `use foo::self` help
2020-05-19 Pyry Kontiosplit_inclusive: add tracking issue number (72360)
2020-05-19 mibac138Add error recovery for `use foo::self`
2020-05-19 mibac138Suggest fixes for `use foo::self`
2020-05-19 borsAuto merge of #69171 - Amanieu:new-asm, r=nagisa,nikoma...
2020-05-19 Amanieu d'AntrasUpdate dlmalloc dependency to 0.1.4
2020-05-19 NadrierilMake caveat more precise
2020-05-19 borsAuto merge of #72227 - nnethercote:tiny-vecs-are-dumb...
2020-05-19 Guillaume GomezFix going back in history to a search result page on...
2020-05-19 Tymoteusz JankowskiMake intra-link resolve links for both trait and impl...
2020-05-19 borsAuto merge of #72346 - Dylan-DPC:rollup-vp418xs, r...
2020-05-19 Dylan DPCRollup merge of #72344 - kornelski:assertdoc, r=Mark...
2020-05-19 Dylan DPCRollup merge of #72338 - doctorn:trait-object-ice,...
2020-05-19 Dylan DPCRollup merge of #72068 - estebank:mut-deref-hack, r...
2020-05-19 Dylan DPCRollup merge of #72066 - lcnr:const-type-info-err,...
2020-05-19 Dylan DPCRollup merge of #71886 - t-rapp:tr-saturating-funcs...
2020-05-19 KornelAssert doc wording
2020-05-19 Bastian Kauschkeadd test for repr(128) enum derives
2020-05-19 Bastian Kauschkeadd tests for enum discriminants
2020-05-19 Bastian Kauschkeupdate `discriminant_value` usage in tests
2020-05-19 Bastian Kauschkeupdate `discriminant_value` usage in the compiler
2020-05-19 Bastian Kauschkeupdate codegen of `discriminant_value`
2020-05-19 Bastian Kauschkeauto impl`DiscriminantKind` for every type
2020-05-19 Bastian Kauschkeupdate libcore, add `discriminant_kind` lang-item
2020-05-19 Bastian Kauschkeupdate select docs
2020-05-19 borsAuto merge of #71447 - cuviper:unsized_cow, r=dtolnay
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-18 borsAuto merge of #72330 - Dylan-DPC:rollup-yuxadv8, r...
2020-05-18 Eric HussUpdate cargo
2020-05-18 Nathan CorbynFix ICE in -Zsave-analysis
2020-05-18 NadrierilDon't mention function pointers
next