about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-4/+4
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-297/+314
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-0/+3
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-3/+0
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-24/+0
2017-11-20address review commentsAlex Burka-4/+4
2017-11-19use -Z flag instead of env varAlex Burka-4/+4
2017-11-19update UI testsAlex Burka-4/+4
2017-11-18give better error messages when a cycle arisesNiko Matsakis-3/+0
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-24/+0
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-6/+0
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-0/+3
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-4/+4
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+8
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-10/+1
2017-11-08update ui test to new error messageMichael Hewson-5/+14
2017-11-07Update invalid inline arg test.Michael Woerister-1/+3
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-8/+8
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-1/+1
2017-10-25Update ui tests for error message deduplication.Michael Woerister-6/+0
2017-10-13Pass the full span for method callsGeoffry Song-13/+49
2017-09-29Auto merge of #44847 - estebank:unused-signature, r=nikomatsakisbors-0/+76
2017-09-25Point at signature on unused lintEsteban Küber-0/+76
2017-09-21suggest an outer attribute when `#![derive(...)]` (predictably) failsZack M. Davis-1/+1
2017-09-21only set non-ADT derive error once per attribute, not per traitZack M. Davis-0/+24
2017-09-21Auto merge of #44215 - oli-obk:import_sugg, r=nrcbors-1/+1
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-3/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-3/+3
2017-09-14"avoid" is a better word here than "disable"est31-1/+1
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-9/+4
2017-09-09Auto merge of #44212 - eddyb:drop-const, r=nikomatsakisbors-5/+7
2017-09-02Allow Drop types in const's too, with #![feature(drop_types_in_const)].Eduard-Mihai Burtescu-5/+7
2017-08-31WIP: don't suggest placing `use` statements into expanded codeOliver Schneider-1/+1
2017-08-30rustc: Remove the `used_unsafe` field on TyCtxtAlex Crichton-8/+8
2017-08-29Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakisbors-0/+73
2017-08-28Suggest `Ok(())` when encountering `Ok()`Oliver Schneider-0/+64
2017-08-28feature error span on attr. for fn_must_use, SIMD/align, macro reëxportZack M. Davis-0/+73
2017-08-22Fix fallout in tests.Jeffrey Seyfried-44/+38
2017-08-21Auto merge of #43929 - oli-obk:use_placement, r=nrcbors-8/+8
2017-08-19Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkovbors-2/+2
2017-08-17Improve placement of `use` suggestionsOliver Schneider-8/+8
2017-08-17Update ui testsSeiichi Uchida-2/+2
2017-08-16Auto merge of #43864 - GuillaumeGomez:static-method-invalid-use, r=eddybbors-0/+3
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-34/+42
2017-08-16Add a note to unused variablesGuillaume Gomez-0/+1
2017-08-14Add help for static method invalid useGuillaume Gomez-0/+3
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-32/+52
2017-07-27Avoid duplicated errors for generic arguments in macro pathsVadim Petrochenkov-43/+1
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-0/+182
2017-07-26Rollup merge of #43447 - estebank:import-span, r=nikomatsakisMark Simulacrum-0/+21