summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-11-06Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-0/+171
2018-10-24Destabilize feature non_modrs_modsPietro Albini-0/+155
2018-10-23pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-18/+18
2018-10-18resolve: Do not skip extern prelude during speculative resolutionVadim Petrochenkov-1/+21
2018-10-18Update a rustdoc ui test whose output has changedAlex Crichton-2/+2
2018-10-09Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakisbors-733/+634
2018-10-08Call Foo::async_method in the async-await testJonas Schievink-14/+1
2018-10-08Fix dead code lint for functions using impl TraitJonas Schievink-1/+95
2018-10-07add test for #54467Ariel Ben-Yehuda-0/+54
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-733/+580
2018-10-04do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-4/+18
2018-10-04resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...Vadim Petrochenkov-19/+85
2018-10-03Auto merge of #54358 - flip1995:beta, r=Manishearthbors-102/+0
2018-10-02Accept trailing comma in `cfg_attr`Vadim Petrochenkov-0/+27
2018-10-02resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-11/+80
2018-10-02Use full name to identify a macro in a `FileName`.Diogo Sousa-8/+8
2018-10-02rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-81/+25
2018-10-01Remove lint_tool testsflip1995-102/+0
2018-09-29Do not put noalias annotations by defaultSimonas Kazlauskas-3/+36
2018-09-22Ignore new test on WindowsAlex Crichton-0/+1
2018-09-22avoid leaking host details in proc macro metadata decodingAriel Ben-Yehuda-0/+77
2018-09-21Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-40/+48
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-4/+68
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-2/+2
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-4/+68
2018-09-16Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-51/+201
2018-09-16Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelixGuillaume Gomez-51/+51
2018-09-16Rollup merge of #54181 - vi:hint_and_or, r=estebankGuillaume Gomez-0/+120
2018-09-16Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomezGuillaume Gomez-0/+30
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-158/+169
2018-09-16Check the remaining nodesKazuyoshi Kato-0/+4
2018-09-15rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.Eduard-Mihai Burtescu-1/+75
2018-09-15rustc_resolve: always include core, std and meta in the extern prelude.Eduard-Mihai Burtescu-2/+92
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-47/+105
2018-09-15Auto merge of #52896 - SergioBenitez:master, r=alexcrichtonbors-0/+170
2018-09-14Add a test to prevent regressionKazuyoshi Kato-0/+26
2018-09-15issue 54109: use short suggestionsVitaly _Vi Shukela-6/+6
2018-09-14Auto merge of #54069 - petrochenkov:subns, r=aturonbors-24/+46
2018-09-14Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkovbors-0/+16
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+25
2018-09-14Auto merge of #54080 - PramodBisht:issue/53692, r=estebankbors-0/+51
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-7/+32
2018-09-14Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebankkennytm-3/+93
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-34/+216
2018-09-14Partially revert 674a5db "Fix undesirable fallout [from macro modularization]"Vadim Petrochenkov-51/+51
2018-09-13Auto merge of #54168 - kennytm:rollup, r=kennytmbors-7/+131
2018-09-13rustc_resolve: don't treat uniform_paths canaries as ambiguities unless they ...Eduard-Mihai Burtescu-0/+16
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-3/+93
2018-09-13Add "while" tests for issue 54109Vitaly _Vi Shukela-1/+38