]> git.lizzy.rs Git - rust.git/history - src
save-analysis: give better info for Unions
[rust.git] / src /
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 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 borsAuto merge of #45617 - GuillaumeGomez:search-fixes...
2017-11-04 borsAuto merge of #45605 - Nashenas88:derive-newtype, r...
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 Rolf KarpFix std compile error for windows-gnu targets without...
2017-11-03 borsAuto merge of #45734 - kennytm:ci-fix-centos-broken...
2017-11-03 kennytmFix broken link in `build-powerpc64le-toolchain.sh`
2017-11-03 Zack M. Davisunreachable-pub lint for `pub` items not reachable...
2017-11-03 borsAuto merge of #45484 - oli-obk:lint_names, r=nikomatsakis
2017-11-02 Niko Matsakisfallback to provided signature in the event of a type...
2017-11-02 Niko Matsakisnew rules for merging expected/supplied types in closur...
2017-11-02 Niko Matsakismove `ty_of_closure` into `check/closure.rs`, its only...
2017-11-02 Niko Matsakisadd some better debugs
2017-11-02 Wonwoo ChoiDisplay spans correctly when there are non-half-width...
2017-11-02 Mikhail Modinreplace Add by tuple
2017-11-02 borsAuto merge of #45409 - tamird:suggest-match-default...
2017-11-02 Mikhail Modinimprove compiletest output for errors from mir-opt...
2017-11-02 borsAuto merge of #45647 - nrc:rls-bugs, r=eddyb
2017-11-02 Lance JohnFix typo
2017-11-02 Oliver SchneiderMake the difference between lint codes and error codes...
2017-11-02 Oliver SchneiderReport lint names in json diagnostics
2017-11-02 borsAuto merge of #45630 - joshleeb:iss35241, r=estebank
2017-11-02 Mikhail Modinchange mir stage in test
2017-11-02 Mikhail Modinadd one more sample
2017-11-02 Mikhail Modinfix pre binding false edges
2017-11-02 Mikhail Modinfix opt-mir test and remove false edge if no guard
2017-11-02 Mikhail Modinadd TerminatorKind::FalseEdges and use it in matches
next