about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-04Update Cargo.lockOliver Schneider-0/+1
2018-10-04Add features to the workspace hackOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+5
2018-10-03Update clippyManish Goregaokar-14/+19
2018-10-02Auto merge of #54767 - pietroalbini:rollup, r=pietroalbinibors-537/+936
2018-10-02Rollup merge of #54745 - abonander:cstr-const, r=oli-obkPietro Albini-1/+13
2018-10-02Rollup merge of #54728 - alexcrichton:renumber-issues, r=nikomatsakisPietro Albini-38/+38
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-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-249/+345
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-02Update clippyManish Goregaokar-14/+14
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-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-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-150/+166
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-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-14/+181
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
2018-10-01Rollup merge of #54679 - phansch:improve_bug_message, r=matthewjasperkennytm-1/+6
2018-10-01Rollup merge of #54656 - nieksand:workqueue_doc, r=varkorkennytm-1/+1
2018-10-01Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebankkennytm-200/+170
2018-10-01Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebankkennytm-56/+88
2018-10-01Rollup merge of #54544 - frewsxcv:frewsxcv-deref, r=GuillaumeGomezkennytm-2/+13
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-1/+74
2018-10-01Rollup merge of #54308 - dsciarra:issue-22692, r=estebankkennytm-14/+69
2018-10-01Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJungkennytm-3/+14
2018-10-01mark fix as MaybeIncorrectcsmoe-4/+4
2018-10-01update ui test for suggest-selfcsmoe-1/+45
2018-10-01lint to use self for this/mycsmoe-1/+15