about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-6/+37
2018-10-02Rollup merge of #54699 - DiamondLovesYou:reexport-getopts, r=pnkfelixPietro Albini-1/+1
2018-10-02Rollup merge of #54687 - scottmcm:more-elision, r=dtolnayPietro Albini-151/+153
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-222/+222
2018-10-02Rollup merge of #54648 - alexcrichton:update-cargo, r=nikomatsakisPietro Albini-26/+81
2018-10-02Rollup merge of #54603 - davidtwco:issue-54559, r=nikomatsakisPietro Albini-49/+241
2018-10-02Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakisPietro Albini-29/+83
2018-10-02Rollup merge of #54269 - PramodBisht:issue/53840, r=estebankPietro Albini-14/+67
2018-10-02wasm: Explicitly export all symbols with LLDAlex Crichton-4/+89
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-249/+345
2018-10-02Make spec_extend use for_each()Nathan West-2/+2
2018-10-02Cleans trailing whitespaceLucas Lois-5/+5
2018-10-02Documents reference equality by address (#54197)Lucas Lois-0/+25
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-0/+1
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-1/+12
2018-10-02move some more testsRalf Jung-47/+47
2018-10-02Fix rustdocOliver Schneider-8/+8
2018-10-02Update clippyManish Goregaokar-14/+14
2018-10-02Nest the `impl Trait` existential item inside the return typeOliver Schneider-173/+144
2018-10-02Consolidate pattern check errorsPramod Bisht-14/+67
2018-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-57/+172
2018-10-02Auto merge of #54694 - csmoe:self_this, r=estebankbors-1/+97
2018-10-02Fix range borrowing suggestions logicPaweł Romanowski-13/+351
2018-10-02Attempt to resolve linking issues.David Wood-44/+60
2018-10-02Move prelude crate names into `Session`.David Wood-8/+9
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-17/+192
2018-10-02Improve mutability error suggestions.David Wood-19/+67
2018-10-02Improve implicit self mutability suggestions.David Wood-26/+180
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-150/+166
2018-10-01LocalWaker and Waker cleanupsTaylor Cramer-32/+33
2018-10-01add a special case for literal `'static: 'a` where-clausesAriel Ben-Yehuda-15/+64
2018-10-01enable using the evaluation cache on predicates with LBRsAriel Ben-Yehuda-1/+1
2018-10-01handle outlives predicates in trait evaluationAriel Ben-Yehuda-4/+278
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-57/+172
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-8/+8
2018-10-01All `proc_macro_span` APIs tracked at #54725 nowAlex Crichton-24/+24
2018-10-01Span::def_site() is now at #54724Alex Crichton-1/+1
2018-10-01The `proc_macro_raw_ident` feature is now at #54723Alex Crichton-1/+1
2018-10-01The `proc_macro_quote` feature now lives at #54722Alex Crichton-4/+4
2018-10-01Fix conditions to allow missing tools in CIChristian Poveda-2/+4
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-14/+181
2018-10-01Fix #54224 (const promotion regression)Oliver Schneider-14/+53
2018-10-01Add special cases for move from `Rc`/`Arc` errors.David Wood-11/+172
2018-10-01Introduce language items for `Arc` and `Rc`.David Wood-1/+44
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-13/+5
2018-10-01Rollup merge of #54713 - flip1995:tool_lints_nightly, r=Manishearthkennytm-2/+8
2018-10-01Rollup merge of #54674 - RalfJung:miri, r=oli-obkkennytm-5/+5
2018-10-01Add nightly check for tool_lints warningflip1995-2/+8
2018-10-01Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrumkennytm-0/+5
2018-10-01Rollup merge of #54681 - alexcrichton:san-names, r=kennytmkennytm-4/+37