about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-28Push AllowTwoPhase down to the HAIR levelbobtwinkles-22/+27
2018-03-27Use a new type to track if two-phase borrows are allowedbobtwinkles-16/+41
2018-03-24Extend two-phase borrows to apply to method receiver autorefsbobtwinkles-37/+100
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-126/+212
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-55/+23
2018-03-19Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri...bors-3/+72
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-4/+42
2018-03-19Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytmbors-5/+31
2018-03-18Auto merge of #49134 - oli-obk:clippy, r=kennytmbors-16/+19
2018-03-18Update RLS.kennytm-0/+0
2018-03-18Update clippyOliver Schneider-16/+19
2018-03-18Auto merge of #48986 - matklad:update-cargo, r=alexcrichtonbors-26/+17
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-3/+526
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-260/+228
2018-03-17Auto merge of #48842 - petrochenkov:under, r=nikomatsakisbors-136/+153
2018-03-17Add some docs + Fix rebaseVadim Petrochenkov-1/+7
2018-03-17Cleanup import parsingVadim Petrochenkov-54/+23
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-31/+38
2018-03-17AST: Keep distinction between `path` and `::path` in imports and visibilitiesVadim Petrochenkov-77/+66
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-40/+53
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-58/+42
2018-03-17Reject `_` in `ident` matcherVadim Petrochenkov-19/+46
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-119/+109
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-43/+68
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-9/+10
2018-03-17Auto merge of #49106 - kennytm:rollup, r=kennytmbors-48/+919
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-46/+13
2018-03-17Rollup merge of #49083 - oli-obk:mopsgeschwindigkeit, r=michaelwoeristerkennytm-1/+1
2018-03-17Rollup merge of #49082 - SimonSapin:mu, r=alexcrichtonkennytm-8/+0
2018-03-17Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebankkennytm-4/+49
2018-03-17Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichtonkennytm-12/+50
2018-03-17Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakiskennytm-2/+4
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-3/+728
2018-03-17Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertjkennytm-4/+80
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-14/+7
2018-03-17Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoeristerbors-99/+112
2018-03-17Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrumbors-3/+3
2018-03-17Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakisbors-2/+9
2018-03-17Update CargoAleksey Kladov-26/+17
2018-03-16ci: Run fewer tests on asmjsAlex Crichton-1/+6
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-4/+25
2018-03-16fix doctestQuietMisdreavus-1/+1
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-204/+101
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-3/+72
2018-03-16re-enable resting librustdocQuietMisdreavus-2/+2
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-126/+212
2018-03-16incr.comp.: Make sanity check in try_mark_green() aware of error conditions.Michael Woerister-2/+9
2018-03-16rustbuild: Add more MinGW libraries to shipAlex Crichton-2/+4
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-4/+89
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-11/+48