summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-17Make Span and Symbol implement Send and SyncJohn Kåre Alsaker-2/+10
2018-03-17Stabilise FromUtf8Error::as_bytesvarkor-2/+1
2018-03-17Improve and fix documentation for sort_by_cached_keyvarkor-8/+12
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-17Add span_suggestion while removing TyRefs based on the snippet String.Yukio Siraichi-0/+87
2018-03-17remove FIXME(#27889) since the issue is already fixedNiv Kaminer-1/+0
2018-03-17remove FIXME(#8372) since for-loops wont support borrowing iteratorsNiv Kaminer-2/+0
2018-03-17remove FIXME(#33435) and remove the spurious failures counter measureNiv Kaminer-5/+0
2018-03-17remove FIXME(#48116) and remove the logic to debug the issueNiv Kaminer-22/+3
2018-03-17remove FIXME(#2543) and avoid bad copiesNiv Kaminer-7/+14
2018-03-17remove FIXME(#11094) and allow make tests to run on targets besides hostNiv Kaminer-5/+0
2018-03-17remove FIXME(#30046) and infer moves on pattern matchingNiv Kaminer-4/+2
2018-03-17remove FIXME(#37712) and implement ItemLikeVisitor instead of VisitorNiv Kaminer-15/+6
2018-03-17remove FIXME(#39119) and allow running test on emscriptenNiv Kaminer-1/+0
2018-03-17update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics)Niv Kaminer-1/+1
2018-03-17update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref)Niv Kaminer-2/+2
2018-03-17update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)Niv Kaminer-1/+1
2018-03-17update FIXME(#15760) to point to issue 27336 (tracking issue for Default Type...Niv Kaminer-8/+3
2018-03-17update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l...Niv Kaminer-8/+8
2018-03-17rustbuild: Tweak where timing information goesAlex Crichton-54/+60
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-43/+68
2018-03-17Fix use of unstable feature in testvarkor-2/+4
2018-03-17improve attribute trailing semicolon errorcsmoe-10/+21
2018-03-17Rewrite the documentation for BorrowMut.Martin Hoffmann-1/+5
2018-03-17Bring back the phrase 'borrowing as' for what Borrow does.Martin Hoffmann-25/+22
2018-03-17Remove unused importsJohn Kåre Alsaker-2/+1
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-17Add an example of lossy decoding to str::Utf8Error docsSimon Sapin-0/+31
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-17Use associated consts for GenericRadix base and prefixMike Hommey-17/+15
2018-03-17Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrumbors-3/+3
2018-03-17Use an uninitialized buffer in GenericRadix::fmt_int, like in Display::fmt fo...Mike Hommey-1/+1
2018-03-17Remove core::fmt::num::DecimalMike Hommey-5/+0