]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-30 Vadim PetrochenkovStabilize proc macros in type positions
2019-09-30 Vadim PetrochenkovStabilize macros in `extern` blocks
2019-09-30 borsAuto merge of #64778 - csmoe:index, r=eddyb
2019-09-30 borsAuto merge of #64600 - scottmcm:no-slice-tryfold-unroll...
2019-09-30 borsAuto merge of #64904 - ollie27:rustdoc_logo, r=Mark...
2019-09-30 borsAuto merge of #64881 - RalfJung:miri, r=RalfJung
2019-09-29 borsAuto merge of #64673 - Mark-Simulacrum:opt-match-ck...
2019-09-29 Mark RousskovOptimize try_eval_bits to avoid layout queries
2019-09-29 Oliver Middletonrustdoc: Fix default logo filename
2019-09-29 borsAuto merge of #64902 - Centril:rollup-1i431vs, r=Centril
2019-09-29 Mazdak FarrokhzadRollup merge of #64898 - jakevossen5:master, r=jonas...
2019-09-29 Mazdak FarrokhzadRollup merge of #64894 - Centril:fix-64682, r=petrochenkov
2019-09-29 Mazdak FarrokhzadRollup merge of #64858 - skinny121:str-const-generics...
2019-09-29 Mazdak FarrokhzadRollup merge of #64825 - estebank:match-unit, r=Centril
2019-09-29 Mazdak FarrokhzadRollup merge of #64735 - GuillaumeGomez:long-err-explan...
2019-09-29 Mazdak FarrokhzadRollup merge of #64691 - estebank:unexpected-variant...
2019-09-29 Ralf Jungbump Miri
2019-09-29 csmoeremove indexed_vec re-export from rustc_data_structures
2019-09-29 csmoeremove bit_set re-export from rustc_data_structures
2019-09-29 csmoemove bit_set into rustc_index
2019-09-29 csmoemove index_vec into rustc_index
2019-09-29 csmoeinit librustc_index crate
2019-09-29 =fixed typo
2019-09-29 borsAuto merge of #64158 - tmandry:libtest-panic-abort...
2019-09-29 Mazdak Farrokhzadsyntax: fix #64682.
2019-09-29 borsAuto merge of #64546 - weiznich:bugfix/rfc-2451-rerebal...
2019-09-29 borsAuto merge of #64886 - Centril:rollup-30dqh8j, r=Centril
2019-09-29 Mazdak FarrokhzadRollup merge of #64884 - jakevossen5:master, r=Mark...
2019-09-29 Mazdak FarrokhzadRollup merge of #64824 - Mark-Simulacrum:no-stable...
2019-09-29 Mazdak FarrokhzadRollup merge of #64799 - Aaron1011:fix/double-panic...
2019-09-29 Mazdak FarrokhzadRollup merge of #64589 - andre-richter:aarch64_bare_met...
2019-09-29 Mazdak FarrokhzadRollup merge of #63492 - eddyb:cvarargs, r=nagisa,matth...
2019-09-29 borsAuto merge of #64470 - ecstatic-morse:split-promotion...
2019-09-28 borsAuto merge of #64883 - Centril:rollup-uehjt63, r=Centril
2019-09-28 Tyler MandryPut panic=abort test support behind -Z panic_abort_tests
2019-09-28 Tyler MandryAdd test for libtest panic=abort mode
2019-09-28 Tyler MandrySpawn one subprocess per unit test when panic=abort
2019-09-28 Tyler MandrySupport run-fail ui tests
2019-09-28 =linux -> Linux
2019-09-28 =add pkg-config to dependencies
2019-09-28 Mazdak FarrokhzadRollup merge of #64880 - llogiq:slice-docs, r=Centril
2019-09-28 Mazdak FarrokhzadRollup merge of #64876 - vertexclique:vcq/fix-fn-name...
2019-09-28 Mazdak FarrokhzadRollup merge of #64875 - ehuss:async-await-reserved...
2019-09-28 Mazdak FarrokhzadRollup merge of #64852 - Baranowski:param_note_52082...
2019-09-28 Mazdak FarrokhzadRollup merge of #64837 - nliberg:patch-2, r=Centril
2019-09-28 Mazdak FarrokhzadRollup merge of #64793 - immunant:format_spans, r=matth...
2019-09-28 Mazdak FarrokhzadRollup merge of #64763 - GuillaumeGomez:long-err-explan...
2019-09-28 Mazdak FarrokhzadRollup merge of #64678 - tomtau:fix/no-std-error, r...
2019-09-28 Mazdak FarrokhzadRollup merge of #64387 - nathanwhit:redundant-semi...
2019-09-28 Mazdak FarrokhzadRollup merge of #64131 - shivan1b:deterministic-fxhashm...
2019-09-28 benAdd a couple more test cases, including non-ascii strings.
2019-09-28 Andre BogusSlice docs: fix typo
2019-09-28 Esteban Küberclean up
2019-09-28 Esteban Küberreview comments
2019-09-28 Esteban KüberPoint at enclosing match when expecting `()` in arm
2019-09-28 Mahmut BulutFix typo in intrinsics op safety
2019-09-28 Eric HussUpgrade async/await to "used" keywords.
2019-09-28 borsAuto merge of #64419 - wesleywiser:const_prop_use_ecx...
2019-09-28 Mark RousskovSwitch over all StableHash impls to new format
2019-09-28 Mark RousskovStableHasher does not need to be generic over the Resul...
2019-09-28 Eduard-Mihai... rustc_codegen_ssa: remove redundant `va_list_ref` field...
2019-09-28 Eduard-Mihai... rustc: rely on c_variadic == true instead of CVarArgs...
2019-09-28 Eduard-Mihai... rustc: don't store a lifetime in hir::TyKind::CVarArgs.
2019-09-28 Eduard-Mihai... syntax: don't keep a redundant c_variadic flag in the...
2019-09-28 Dylan MacKenzieRename `sty` to `kind`
2019-09-28 Dylan MacKenzieBless miri unleashed output
2019-09-28 Dylan MacKenzieRevert "Use conservative, type-based qualifcation for...
2019-09-28 Dylan MacKenzieCorrect `IndirectlyMutableLocals` docs
2019-09-28 Dylan MacKenzieMask results from flow-sensitive resolver with `in_any_...
2019-09-28 Dylan MacKenzieAdd description for every module in `check_consts`
2019-09-28 Dylan MacKenzieShare `IndirectlyMutableLocals` results via reference
2019-09-28 Dylan MacKenzieRequire `fmt::Debug` to implement `NonConstOp`
2019-09-28 Dylan MacKenzieUse conservative, type-based qualifcation for statics
2019-09-28 Dylan MacKenzieReturn a `bool` from `in_any_value_of_ty`
2019-09-28 Dylan MacKenzieGive usage instructions `IndirectlyMutableLocals` docs
2019-09-28 Dylan MacKenzieTrigger ICE on nightly if validators disagree
2019-09-28 Dylan MacKenzieExplain why `visit_terminator` does nothing for `Indire...
2019-09-28 Dylan MacKenzieMove non-const ops into their own module
2019-09-28 Dylan MacKenzieRemember to replace ICE with some form of warning
2019-09-28 Dylan MacKenzieAdd rationale for `suppress_errors` flag
2019-09-28 Dylan MacKenzieCorrect list of miri-supported operations
2019-09-28 Dylan MacKenzieFix tests broken by more consistent miri unleashed...
2019-09-28 Dylan MacKenzieRun new validator in compare mode
2019-09-28 Dylan MacKenzieAdd dataflow-based const validation
2019-09-28 Dylan MacKenziePass current qualification state in a separate parameter
2019-09-28 Dylan MacKenzieControl whether a `Qualif` is cleared on move
2019-09-28 Dylan MacKenzieRemove reference to `Mode::NonConstFn` in qualifs
2019-09-28 Dylan MacKenzieAdd requisite imports and bitset to hold qualifs
2019-09-28 Dylan MacKenzieMake new qualifs public
2019-09-28 Dylan MacKenzieRemove unnecessary method
2019-09-28 Dylan MacKenzieCopy `Qualif` to start work on new const validator
2019-09-28 Dylan MacKenzieDon't treat locals as mutably borrowed after they're...
2019-09-28 Dylan MacKenzieAdd analysis to determine if a local is indirectly...
2019-09-28 Dylan MacKenzieAdd additional `const` tests
2019-09-28 Dylan MacKenzieSilence "skipping const checks" if outside a const...
2019-09-28 Wojciech BaranowskiRefactor into ban_nonexisting_field method
2019-09-28 borsAuto merge of #64455 - GuillaumeGomez:long-error-explan...
2019-09-28 Wesley WiserFix lint-exceeding-bitshifts ui tests
2019-09-28 Wesley WiserAllow reading non-mutable statics in const prop
2019-09-28 Wojciech BaranowskiImplement CRs
next