about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2018-07-24Reword missing formatting arguments labelEsteban Küber-4/+4
2018-07-23Allow by default, fix testsmark-2/+18
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-133/+376
2018-07-23Only point at inside of string literals if they're actually string literalsEsteban Küber-2/+2
2018-07-22Point at internal span in format stringEsteban Küber-2/+2
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-35/+74
2018-07-21Suggest space separated format str literalEsteban Küber-2/+2
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-1/+1
2018-07-19rework printlnEsteban Küber-4/+4
2018-07-19review comments: modify note wording and change `println`Esteban Küber-5/+32
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-35/+47
2018-07-11suggest on new snippetcsmoe-4/+2
2018-07-06suggests with whole macro callcsmoe-1/+7
2018-07-03Suggestion for printcsmoe-1/+1
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-0/+2
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-44/+66
2018-05-22Remove the unstable Float traitSimon Sapin-10/+10
2018-05-13stabilize :lifetimeAlex Burka-1/+1
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-10/+10
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-66/+44
2018-04-14Auto merge of #49326 - petrochenkov:nteq, r=eddybbors-0/+47
2018-04-14macros: Do not match on "complex" nonterminals requiring AST comparisonsVadim Petrochenkov-0/+47
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-11/+11
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+12
2018-04-06fix testMark Mansi-11/+11
2018-04-05No separator for `?`. No `?` as a separator.Mark Mansi-64/+42
2018-03-16Update testsJohn Kåre Alsaker-1/+4
2018-03-14update testsGuillaume Gomez-5/+4
2018-02-26Fix rebaseVadim Petrochenkov-13/+13
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-26Update UI testsVadim Petrochenkov-53/+53
2018-02-26Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebankbors-0/+5
2018-02-25Update ui testsGuillaume Gomez-0/+5
2018-02-17Move macro-at-most-once-rep-ambig test to ui testMark Mansi-0/+133
2018-02-01Minimize weird spans involving macro contextEsteban Küber-0/+36
2018-01-18Rollup merge of #47481 - estebank:unused-args, r=arielb1kennytm-39/+30
2018-01-16Add secondary span pointing at the statement (error span)Esteban Küber-15/+25
2018-01-15Point at unused arguments for format stringEsteban Küber-45/+26
2018-01-15Don't include bang in macro replacement suggestionRyan Cumming-2/+2
2018-01-04Do not use casting for suggestion to add type to numeric literalEsteban Küber-4/+4
2018-01-03Provide suggestion when trying to use method on numeric literalEsteban Küber-7/+47
2017-12-10Update ui tests' line numbers.Tommy Ip-2/+2
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+1
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-4/+4
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-41/+42
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-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-1/+1