]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov
[rust.git] / src /
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 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 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 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.
2019-08-01 borsAuto merge of #62507 - petrochenkov:macunstab, r=alexcr...
2019-08-01 borsAuto merge of #63181 - ehuss:update-cargo-rls, r=alexcr...
2019-08-01 Saleem Jaffercode review fixes
2019-08-01 Saleem Jaffercode review fixes
2019-08-01 Baoshan Pangissue-2214.rs: lgamma is lgamma on vxWorks
2019-08-01 Yuki OkushiChange to check-pass
2019-08-01 Eric HussUpdate cargo, rls
2019-07-31 Esteban Küberfix dedup
2019-07-31 Mazdak FarrokhzadAddress review comments.
2019-07-31 borsAuto merge of #62897 - alexcrichton:fix-i686-msvc-tests...
2019-07-31 Vadim PetrochenkovDrive-by fix: Update two tests failing in `--pass check...
2019-07-31 Vadim PetrochenkovRemove derives `Encodable`/`Decodable` and unstabilize...
2019-07-31 Alex CrichtonAttempt to fix backtrace tests on i686-msvc
next