about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-6/+195
2019-08-05test drop order for parameters when a future is dropped part-way through exec...David Laban-0/+307
2019-08-05review feedback: find lib root path from registryMartin Finkel-9/+20
2019-08-05Replace error callback with ResultMark Rousskov-23/+24
2019-08-05Added test for issue.Alexander Regueiro-0/+24
2019-08-05useful debugNiko Matsakis-0/+14
2019-08-05useful commentsNiko Matsakis-2/+13
2019-08-05Ensure `type_param_predicates` fn only returns predicates for type param with...Alexander Regueiro-6/+12
2019-08-05Got rid of concept of 'principal trait' in more places in codebase.Alexander Regueiro-49/+47
2019-08-05A few cosmetic improvements.Alexander Regueiro-37/+38
2019-08-05fix slice comparisonRalf Jung-1/+1
2019-08-05Remove leftover AwaitOriginMark Rousskov-9/+0
2019-08-05Make mk_attr_id private to libsyntaxMark Rousskov-1/+1
2019-08-05Drop explicit span argument from mk_name_value_itemMark Rousskov-5/+4
2019-08-05Drop span argument from mk_list_itemMark Rousskov-14/+11
2019-08-05adapt rustdoc to infailable lexerAleksey Kladov-50/+177
2019-08-05add unknown tokenAleksey Kladov-6/+10
2019-08-05remove special code path for unknown tokensAleksey Kladov-61/+37
2019-08-05Update RLSIgor Matuszewski-0/+0
2019-08-05update getrandomRalf Jung-4/+4
2019-08-05Test content, not valueRalf Jung-1/+1
2019-08-05Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obkbors-46/+62
2019-08-05Add test for #43398Ilija Tovilo-0/+15
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-108/+167
2019-08-05Auto merge of #63245 - RalfJung:miri-error, r=oli-obkbors-6/+15
2019-08-04revert change to single testEsteban Küber-2/+5
2019-08-04Auto merge of #63213 - varkor:itemkind-tyalias, r=Centrilbors-89/+90
2019-08-04tweak output and testsEsteban Küber-24/+42
2019-08-04Rename `Target::Ty` to `Target::TyAlias`varkor-2/+2
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-35/+36
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-52/+52
2019-08-05Implement nth_back for ChunksExactMutYuki Okushi-0/+35
2019-08-04review comments: clean upEsteban Küber-14/+9
2019-08-04Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank"Ariel Ben-Yehuda-7/+22
2019-08-04Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkovbors-13/+57
2019-08-04test .await while holding variables of different sizesDavid Laban-0/+18
2019-08-04Add #[stable] to Error implStjepan Glavina-0/+1
2019-08-04bump libcore tests to rand 0.7Ralf Jung-11/+11
2019-08-04bump rand to fix Miri failuresRalf Jung-8/+17
2019-08-04fix UB in a testRalf Jung-2/+1
2019-08-04Add test for issue-37433Yuki Okushi-0/+16
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-24/+73
2019-08-04Add test for issue-49544Yuki Okushi-0/+16
2019-08-04Add test for issue-29265Yuki Okushi-0/+19
2019-08-04AssumptionNotHeld is used only once in Miri and never caught... remove from enumRalf Jung-4/+0
2019-08-04Remove recommendation about idiomatic syntax for Arc::CloneNick Cameron-4/+0
2019-08-04move AssumptionNotHeld to UBRalf Jung-3/+4
2019-08-04Auto merge of #63233 - RalfJung:get_unchecked, r=Centrilbors-4/+16
2019-08-04fix linksRalf Jung-2/+2
2019-08-03Simplify change to layout_ofEsteban Küber-27/+5