summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-10-24Destabilize feature non_modrs_modsPietro Albini-0/+155
2018-10-23pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-16/+16
2018-10-18resolve: Do not skip extern prelude during speculative resolutionVadim Petrochenkov-1/+21
2018-10-09Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakisbors-733/+578
2018-10-08Fix dead code lint for functions using impl TraitJonas Schievink-1/+11
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-733/+578
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-02Accept trailing comma in `cfg_attr`Vadim Petrochenkov-0/+27
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-4/+16
2018-09-21Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-26/+48
2018-09-16Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-51/+171
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-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-158/+169
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-45/+101
2018-09-15issue 54109: use short suggestionsVitaly _Vi Shukela-6/+6
2018-09-14Auto merge of #54069 - petrochenkov:subns, r=aturonbors-24/+17
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-0/+5
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-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
2018-09-13Use span_suggestion_with_applicability for "and/or" hinterVitaly _Vi Shukela-13/+10
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-3/+8
2018-09-14Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obkkennytm-0/+55
2018-09-13Add tests for issue 54109Vitaly _Vi Shukela-0/+86
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-24/+17
2018-09-13introduce SelfCtorF001-45/+213
2018-09-13implement feature tuple_struct_self_ctorF001-28/+42
2018-09-13Rollup merge of #53371 - estebank:tuple, r=nikomatsakiskennytm-0/+40
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-158/+169
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-578/+733
2018-09-12Add a test that tries to modify static memory at compile-timeAndrew Xu-0/+55
2018-09-12Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiserkennytm-2/+4
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-155/+0
2018-09-11Do not emit E0277 on incorrect tuple destructured bindingEsteban Küber-0/+40
2018-09-11Recover proper regression test for issue #16278.Felix S. Klock II-2/+4
2018-09-11Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip...bors-51/+362
2018-09-11Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr...bors-13/+73
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-578/+733