]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-03 borsAuto merge of #62946 - RalfJung:miri_type_dispatch_firs...
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 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 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 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 Baoshan Pangremove unsupported test case
2019-08-02 borsAuto merge of #63207 - petrochenkov:outest2, r=Mark...
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
2019-08-01 Vadim PetrochenkovRemove some more `cfg(test)`s
2019-08-01 Vadim Petrochenkovliballoc: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibsyntax: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibrustdoc: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibrustc_data_structures: Unconfigure tests during...
2019-08-01 Vadim Petrochenkovlibrustc: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibrustc_incremental: Unconfigure tests during normal...
2019-08-01 Vadim Petrochenkovlibsyntax_pos: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibrustc_target: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibrustc_lexer: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibpanic_unwind: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibserialize: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibterm: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovlibtest: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovcompiletest: Unconfigure tests during normal build
2019-08-01 Vadim Petrochenkovtidy: Unconfigure tests during normal build
2019-08-01 Santiago PastorinoMake is_mutable use PlaceRef instead of it's fields
2019-08-01 Robert BartlenskyAdd check-pass test for #63102.
2019-08-01 Michael LamparskiFix ICE in #63135
2019-08-01 Robert BartlenskyAllow trailing comma in macro 2.0 declarations.
2019-08-01 Bruce MitchenerFutures: Add link to Waker in trait doc.
2019-08-01 Bruce MitchenerRemove extraneous {} in use stmts in doc comments.
2019-08-01 Bruce MitchenerFix typos in doc comments.
2019-08-01 Ralf Jungreplace what I think is an erroneous try_run_quiet...
2019-08-01 Ralf Jungbuild_helper: rename (try_)run_silent -> (try_)run
2019-08-01 Ralf Jungbuild_helper: rename run -> run_verbose (seems unused)
2019-08-01 Andre BogusMore questionmarks in doctests
2019-08-01 gnzlbgUpdate Cargo.lock
2019-08-01 gnzlbgTemporarily disable the redox builder
2019-08-01 gnzlbgRemove spin dependency
2019-08-01 gnzlbgUpdate Cargo.lock
2019-08-01 gnzlbgRemove mach dependency
2019-08-01 gnzlbgFix test of issue 3656
2019-08-01 gnzlbgUse Rust integer types instead of libc's fixed-width...
2019-08-01 gnzlbgUpdate libc and use the Mach kernel APIs via the mach...
2019-08-01 borsAuto merge of #63194 - pietroalbini:rollup-xgnvb1b...
2019-08-01 Pietro AlbiniRollup merge of #63191 - pietroalbini:really-fix-toolst...
2019-08-01 Pietro AlbiniRollup merge of #63188 - waywardmonkeys:release-note...
2019-08-01 Pietro AlbiniRollup merge of #63179 - BaoshanPang:testcases, r=alexc...
2019-08-01 Pietro AlbiniRollup merge of #63170 - matklad:cleanup-fields, r...
2019-08-01 Pietro AlbiniRollup merge of #63158 - JohnTitor:add-test-for-58951...
2019-08-01 Pietro AlbiniRollup merge of #63122 - Centril:fix-63115, r=petrochenkov
2019-08-01 Pietro AlbiniRollup merge of #62971 - GuillaumeGomez:keyword-sidebar...
2019-08-01 Pietro AlbiniRollup merge of #62644 - arnottcr:std_io-doc, r=stevekl...
2019-08-01 Pietro Albinici: forward the TOOLSTATE_PUBLISH environment variable...
2019-08-01 Bruce MitchenerFixedSizeArray: Add missing links in doc comments.
next