about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-177/+552
2018-10-26Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkovkennytm-97/+291
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-37/+113
2018-10-26Rollup merge of #55292 - estebank:macro-eof, r=pnkfelixkennytm-30/+84
2018-10-26Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoeristerbors-0/+41
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-794/+763
2018-10-26Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomezkennytm-0/+31
2018-10-26Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavuskennytm-13/+16
2018-10-26Rollup merge of #54816 - oli-obk:double_promotion, r=alexregkennytm-0/+17
2018-10-26Auto merge of #54145 - nrc:save-path-segments, r=petrochenkovbors-152/+152
2018-10-26Fix tests and assertions; add some commentsNick Cameron-134/+134
2018-10-26Fix tests and rustdocNick Cameron-24/+24
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-9/+72
2018-10-25List allowed tokens after macro fragmentsEsteban Küber-97/+291
2018-10-25Rebase falloutOliver Schneider-268/+64
2018-10-25add the lint back to the list, and fix testsRalf Jung-281/+73
2018-10-25fix ui tests (rebase fallout)Ralf Jung-3/+4
2018-10-25fix a test commentRalf Jung-1/+1
2018-10-25Addressed minor issues brought up in review.Alexander Regueiro-9/+6
2018-10-25Rebase fallout in ui outputOliver Schneider-24/+13
2018-10-25Update rustdoc testOliver Schneider-1/+1
2018-10-25More mono items are generated nowOliver Schneider-0/+5
2018-10-25update tests to changes on rustc masterOliver Schneider-57/+85
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-199/+112
2018-10-25Report const eval error inside the queryOliver Schneider-725/+1173
2018-10-25Auto merge of #55347 - pietroalbini:rollup, r=pietroalbinibors-78/+194
2018-10-25Rollup merge of #55306 - pnkfelix:issue-54478-regression-test-jemalloc-ctl, r...Pietro Albini-0/+42
2018-10-25Rollup merge of #55296 - cuviper:rustdoc-ui-backtrace, r=nikomatsakisPietro Albini-9/+10
2018-10-25Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavisPietro Albini-35/+35
2018-10-25Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelixPietro Albini-1/+26
2018-10-25Rollup merge of #55173 - estebank:suggest-static, r=oli-obkPietro Albini-26/+58
2018-10-25Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelixPietro Albini-7/+7
2018-10-25Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelixPietro Albini-0/+16
2018-10-25Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelixbors-17/+50
2018-10-24Fix incorrect semicolon suggestionEsteban Küber-3/+1
2018-10-24port the relate-types code from NLL type-check into a type-opNiko Matsakis-17/+50
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-178/+106
2018-10-24This is a regression test for #54478.Felix S. Klock II-0/+42
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-69/+217
2018-10-23Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rsJosh Stone-9/+10
2018-10-24Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...Vadim Petrochenkov-3/+36
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-3/+116
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-4/+94
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-65/+161
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-30/+71
2018-10-23Add macro call span when lacking any other span in diagnosticEsteban Küber-0/+15
2018-10-23check the self type is well-formedNiko Matsakis-7/+42
2018-10-23fix typos in various placesMatthias Krüger-35/+35
2018-10-23Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkovbors-100/+0
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-57/+439