]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-05 borsAuto merge of #61491 - stjepang:impls-for-accesserror...
2019-08-05 borsAuto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk
2019-08-05 borsAuto merge of #63248 - petrochenkov:nomarker, r=matthew...
2019-08-05 borsAuto merge of #63245 - RalfJung:miri-error, r=oli-obk
2019-08-04 borsAuto merge of #63213 - varkor:itemkind-tyalias, r=Centril
2019-08-04 varkorRename `Target::Ty` to `Target::TyAlias`
2019-08-04 varkorRename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
2019-08-04 varkorRename `ItemKind::Ty` to `ItemKind::TyAlias`
2019-08-04 borsAuto merge of #62816 - estebank:type-ascription-macros...
2019-08-04 Stjepan GlavinaAdd #[stable] to Error impl
2019-08-04 borsAuto merge of #63048 - Aaron1011:feature/rustdoc-reexpo...
2019-08-04 Ralf JungAssumptionNotHeld is used only once in Miri and never...
2019-08-04 Ralf Jungmove AssumptionNotHeld to UB
2019-08-04 borsAuto merge of #63233 - RalfJung:get_unchecked, r=Centril
2019-08-04 Ralf Jungfix links
2019-08-04 borsAuto merge of #63199 - ehuss:fix-rustc-guide-toolstate...
2019-08-03 borsAuto merge of #63235 - Xanewok:update-rls, r=Centril
2019-08-03 Vadim PetrochenkovMove special treatment of `derive(Copy, PartialEq,...
2019-08-03 borsAuto merge of #63059 - Centril:sound-bind-by-move,...
2019-08-03 Ralf Jungadd variant for experimental UB (like Stacked Borrows)
2019-08-03 Ralf Jungalso add macros for free-form error messages
2019-08-03 borsAuto merge of #63242 - pietroalbini:move-azure-pipeline...
2019-08-03 Pietro Albinici: move .azure-pipelines to src/ci/azure-pipelines
2019-08-03 Mazdak Farrokhzadcargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c...
2019-08-03 borsAuto merge of #63234 - Centril:rollup-h9t731z, r=Centril
2019-08-03 Ralf JungApply suggestions from code review
2019-08-03 Mazdak FarrokhzadRollup merge of #63229 - RalfJung:miri-error, r=oli-obk
2019-08-03 Mazdak FarrokhzadRollup merge of #63227 - jakubadamw:issue-63151, r...
2019-08-03 Mazdak FarrokhzadRollup merge of #63218 - lenary:riscv-non-experimental...
2019-08-03 Mazdak FarrokhzadRollup merge of #63146 - Mark-Simulacrum:clean-attr...
2019-08-03 Mazdak FarrokhzadRollup merge of #62954 - ia0:fix_typo_span, r=Centril
2019-08-03 Igor MatuszewskiUpdate Rustfmt and RLS
2019-08-03 Ralf Jungclarify that unchecked indexing is UB even if the refer...
2019-08-03 borsAuto merge of #62946 - RalfJung:miri_type_dispatch_firs...
2019-08-03 Eric HussFix rustc-guide toolstate tracking.
2019-08-03 borsAuto merge of #63180 - varkor:trait-alias-impl-trait...
2019-08-02 borsAuto merge of #63228 - Centril:rollup-x39p5ga, r=Centril
2019-08-02 Ralf Jungbless
2019-08-02 Mazdak FarrokhzadRollup merge of #63215 - gnzlbg:patch-6, r=Centril
2019-08-02 Mazdak FarrokhzadRollup merge of #63212 - Centril:param-attrs-pretty...
2019-08-02 Mazdak FarrokhzadRollup merge of #63208 - tmandry:issue-62658, r=cramertj
2019-08-02 Mazdak FarrokhzadRollup merge of #63206 - BaoshanPang:master, r=alexcrichton
2019-08-02 Mazdak FarrokhzadRollup merge of #63196 - RalfJung:build_helper, r=alexc...
2019-08-02 Mazdak FarrokhzadRollup merge of #63121 - estebank:formatting-pos, r...
2019-08-02 Mazdak FarrokhzadRollup merge of #63107 - adrian-budau:master, r=alexcri...
2019-08-02 Jakub Adam... dead_code: Properly inspect fields in struct patterns...
2019-08-02 Ralf Jungdedup free-form Unsupported errors; add macros for...
2019-08-02 Ralf Jungbe less British
2019-08-02 Ralf Jungfix rebase fallout
2019-08-02 Ralf Jungconst_prop no longer does ptr-to-int casts
2019-08-02 Ralf Jungbless all the things
2019-08-02 Ralf Jungtrailing full stops
2019-08-02 Ralf Jungadd is_any_ptr type test; this also helps pacify tidy
2019-08-02 Ralf Jungget rid of some remaining type-based dispatching in...
2019-08-02 Ralf Jungalso test error messages
2019-08-02 Ralf Jungmiri: validity checks alignment even when machine other...
2019-08-02 Ralf Jungassert consistency
2019-08-02 Ralf Jungtidy is reaching new levels every day...
2019-08-02 Ralf JungCTFE: simplify Value type by not checking for alignment
2019-08-02 Ralf Jungimprove error when CTFE does ptr-int-cast; update tests
2019-08-02 Ralf Jungfix casts from fat pointers
2019-08-02 Ralf Junguse From to convert scalars to immediates
2019-08-02 Ralf Jungrefactor cast_immediate to dispatch on the type first...
2019-08-02 Ralf Jungturn cast_immediate into its own function
2019-08-02 Ralf Jungoperator: implement binary_op strictly by first checkin...
2019-08-02 Ralf Jungcast: no need to catch errors any more, force_bits...
2019-08-02 varkorFix broken test and nit
2019-08-02 borsAuto merge of #62309 - jlevon:62302, r=alexcrichton
2019-08-02 Adrian BudauAdded support for armv7-unknown-linux-gnueabi and armv7...
2019-08-02 Sam Elliottrustbuild: correct line length
2019-08-02 Baoshan Pangremove unsupported test case
2019-08-02 Sam Elliottrustbuild: WebAssembly is no longer an experimental...
2019-08-02 borsAuto merge of #63207 - petrochenkov:outest2, r=Mark...
2019-08-02 Sam Elliottrustbuild: RISC-V is no longer an experimental LLVM...
2019-08-02 gnzlbgConsistency.
2019-08-02 gnzlbgRemove trailing whitespace
2019-08-02 gnzlbgClarify semantics of mem::zeroed
2019-08-02 borsAuto merge of #63214 - Centril:rollup-hdb7dnx, r=Centril
2019-08-02 Mazdak FarrokhzadRollup merge of #63203 - spastorino:is-mutable-use...
2019-08-02 Mazdak FarrokhzadRollup merge of #63202 - exphp-forks:parser-ice-63135...
2019-08-02 Mazdak FarrokhzadRollup merge of #63198 - rbartlensky:fix-macro-trailing...
2019-08-02 Mazdak FarrokhzadRollup merge of #63189 - waywardmonkeys:doc-improvement...
2019-08-02 Mazdak FarrokhzadRollup merge of #63153 - varkor:remove-resolve_const_va...
2019-08-02 Mazdak FarrokhzadRollup merge of #62969 - saleemjaffer:declutter_interpe...
2019-08-02 Mazdak FarrokhzadRollup merge of #62663 - llogiq:more-questionmark-docs...
2019-08-02 John Levonprovide thread name to OS for Solarish systems
2019-08-02 borsAuto merge of #61393 - gnzlbg:update_libc, r=gnzlbg
2019-08-02 Mazdak FarrokhzadTest for printing attrs on formal params.
2019-08-02 Mazdak FarrokhzadPrint outer attributes on formal params.
2019-08-02 Mazdak FarrokhzadCleanup 'print_generic_params'.
2019-08-02 varkorAddress review comments
2019-08-02 varkorResolve FIXME with async-await test
2019-08-02 varkorRename `OpaqueTyOrigin` variants
2019-08-02 varkorReplace `exist_ty` and `ExistTy` with `opaque_ty` and...
2019-08-02 varkorReplace `abstract type` with type alias `impl Trait`
2019-08-02 varkorFix fallout after rebase
2019-08-02 varkorReplace "existential" by "opaque"
2019-08-02 varkorUpdate syntax in existing tests
2019-08-02 varkorSwitch existential_type to type_alias_impl_trait
2019-08-02 Tyler MandryRound generator sizes to multiple of their alignment
next