]> git.lizzy.rs Git - rust.git/history - src
Remove deprecated message
[rust.git] / src /
2017-11-07 KornelRemove deprecated message
2017-11-07 borsAuto merge of #45571 - zackmdavis:regenerate_char_priva...
2017-11-06 borsAuto merge of #45668 - nikomatsakis:nll-free-region...
2017-11-06 borsAuto merge of #45811 - DSpeckhals:update-rustfmt-rls...
2017-11-06 borsAuto merge of #45322 - infinity0:master, r=alexcrichton
2017-11-06 Dustin Speckhalstools: Fix rustfmt and the RLS
2017-11-06 borsAuto merge of #45369 - fintelia:patch-1, r=BurntSushi
2017-11-06 borsAuto merge of #45737 - oli-obk:json, r=petrochenkov
2017-11-06 Ximin LuoEnsure dist::Std for every libstd target. (Closes:...
2017-11-06 Oliver SchneiderAdjust json errors to byte changes
2017-11-06 borsAuto merge of #45798 - nrc:rls-bugs-3, r=eddyb
2017-11-06 borsAuto merge of #45758 - nzig:explain-span-ctxt, r=petroc...
2017-11-06 Nick Cameronsave-analysis: fix bugs in method chains
2017-11-06 borsAuto merge of #45756 - topecongiro:fix-typos/librustc_t...
2017-11-06 Nick Cameronsave-analysis: give better info for Unions
2017-11-05 borsAuto merge of #45770 - spastorino:newtype_index, r...
2017-11-05 borsAuto merge of #45723 - sinkuu:ice_45493, r=arielb1
2017-11-05 borsAuto merge of #45072 - nikomatsakis:issue-38714, r...
2017-11-05 borsAuto merge of #45759 - alexcrichton:update-openssl...
2017-11-05 sinkuuFix MIR inlining panic in generic function
2017-11-05 borsAuto merge of #44042 - LukasKalbertodt:ascii-methods...
2017-11-05 Lukas KalbertodtRelax #[deny(warnings)] in some crate for cargotest
2017-11-05 borsAuto merge of #45754 - scottmcm:checked-npot, r=dtolnay
2017-11-05 borsAuto merge of #45748 - petrochenkov:short, r=alexcrichton
2017-11-05 borsAuto merge of #45710 - alexcrichton:std-symbols, r...
2017-11-05 Alex Crichtonrustc: Handle some libstd symbole exports better
2017-11-05 Scott McMurrayUse Add::add for overflow checks instead of [rustc_inhe...
2017-11-04 Nadav ZingermanFix comment formatting
2017-11-04 borsAuto merge of #45711 - tirr-c:unicode-span, r=estebank
2017-11-04 Santiago PastorinoMake DefIndex use newtype_index macro
2017-11-04 Santiago PastorinoMake DEBUG_FORMAT = custom work
2017-11-04 Lukas KalbertodtRemove import of now unused AsciiExt
2017-11-04 borsAuto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov
2017-11-04 David WoodIgnoring pretty print for test due to #37199
2017-11-04 Santiago PastorinoMake DepNodeIndex use newtype_index macro
2017-11-04 borsAuto merge of #45709 - nrc:rls-bugs-2, r=eddyb
2017-11-04 Alex Crichtonrustbuild: Update the OpenSSL version to link
2017-11-04 Nadav ZingermanAdd comment explaining the ctxt field in Span
2017-11-04 borsAuto merge of #45617 - GuillaumeGomez:search-fixes...
2017-11-04 borsAuto merge of #45605 - Nashenas88:derive-newtype, r...
2017-11-04 topecongiroFix typos
2017-11-04 borsAuto merge of #45755 - kennytm:rollup, r=kennytm
2017-11-04 kennytmRollup merge of #45746 - GuillaumeGomez:methods-doc...
2017-11-04 kennytmRollup merge of #45739 - rkarp:master, r=petrochenkov
2017-11-04 kennytmRollup merge of #45722 - mikhail-m1:improve-mir-opt...
2017-11-04 kennytmRollup merge of #45718 - Ljzn:patch-2, r=BurntSushi
2017-11-04 kennytmRollup merge of #45681 - Ljzn:patch-1, r=kennytm
2017-11-04 kennytmRollup merge of #45669 - cardoe:metadata, r=kennytm
2017-11-04 kennytmRollup merge of #45639 - LaurentMazare:master, r=petroc...
2017-11-04 kennytmRollup merge of #45610 - strake:atomic_from, r=nagisa
2017-11-04 kennytmRollup merge of #45548 - ratmice:master, r=oli-obk
2017-11-04 Scott McMurrayAdd overflow tests for next_power_of_two
2017-11-04 Scott McMurrayFix #18604: next_power_of_two should panic on overflow
2017-11-04 borsAuto merge of #45514 - gnzlbg:jemalloc_realloc2, r...
2017-11-04 borsAuto merge of #45384 - mikhail-m1:mir_add_false_edges_t...
2017-11-03 Lukas KalbertodtMark several ascii methods as unstable again
2017-11-03 Lukas KalbertodtRemove unused AsciiExt imports and fix tests related...
2017-11-03 Lukas KalbertodtCopy `AsciiExt` methods to `str` directly
2017-11-03 Lukas KalbertodtCopy `AsciiExt` methods to `[u8]` directly
2017-11-03 Simon SapinAdd a lang item to allow `impl [u8] {…}` in the standar...
2017-11-03 Lukas KalbertodtFix lists in doc comments for ascii methods of u8 and...
2017-11-03 Lukas KalbertodtAdd missing space in match arm
2017-11-03 Lukas KalbertodtTweak documentation for `u8::eq_ignore_ascii_case()`
2017-11-03 Lukas KalbertodtRemove examples in doc-comments of `AsciiExt` methods
2017-11-03 Lukas KalbertodtUse direct implementation on u8/char to implement AsciiExt
2017-11-03 Lukas KalbertodtCopy `AsciiExt` methods to `char` directly
2017-11-03 Lukas KalbertodtRevert signature of eq_ignore_ascii_case() to original
2017-11-03 Lukas KalbertodtMake ascii methods on u8 insta-stable
2017-11-03 Lukas KalbertodtAdd all methods of AsciiExt to u8 directly
2017-11-03 Vadim PetrochenkovShorten paths to auxiliary files created by tests
2017-11-03 David WoodAdded page to unstable book.
2017-11-03 David WoodImplemented RFC 2008 for enums (not including variants...
2017-11-03 David WoodAdded tests for RFC 2008.
2017-11-03 David WoodAdded feature gate for RFC 2008.
2017-11-03 borsAuto merge of #45247 - leodasvacas:implement-auto-trait...
2017-11-03 leonardo.yvensFix unsafe auto trait pretty print.
2017-11-03 leonardo.yvensUpdate pretty test for auto trait syntax.
2017-11-03 leonardo.yvensrustfmt is broken which makes rls broken
2017-11-03 leonardo.yvensfix rebase conflict
2017-11-03 leonardo.yvensRename `trait_has_auto_impl` to `trait_is_auto`
2017-11-03 leonardo.yvensupdate unstable book and error example
2017-11-03 leonardo.yvensParse auto traits the same as traits.
2017-11-03 leonardo.yvensFix tests and rebase conflict
2017-11-03 leonardo.yvensauto trait future compatibility lint
2017-11-03 leonardo.yvensFinish DefaultImpl -> AutoImpl rename.
2017-11-03 leonardo.yvensAdd tests for `auto trait`, fix parsing bug
2017-11-03 leonardo.yvensFeature gate `auto trait` and ignore it in rustdoc
2017-11-03 leonardo.yvensTeach typeck about `auto trait`
2017-11-03 leonardo.yvensadd `auto` keyword, parse `auto trait`, lower to HIR
2017-11-03 leonardo.yvens[Syntax Breaking] Rename DefaultImpl to AutoImpl
2017-11-03 matt riceissue #45357 set clippy build condition to extended.
2017-11-03 Guillaume GomezAdd tests for methods listing in rust docs
2017-11-03 gnzlbg[jemalloc] set correct excess in alloc_excess
2017-11-03 borsAuto merge of #45569 - zackmdavis:unexported_pub_lint...
2017-11-03 Oliver SchneiderUpdate config.rs
2017-11-03 Oliver SchneiderDon't add a new -Z flag, reuse -Zunstable-options
2017-11-03 Rolf KarpFix std compile error for windows-gnu targets without...
2017-11-03 Oliver SchneiderPretty print json in ui tests
2017-11-03 borsAuto merge of #45734 - kennytm:ci-fix-centos-broken...
2017-11-03 Oliver SchneiderRemove outdated documentation
next