summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-09-23Rollup merge of #44745 - alexcrichton:no-delim-none, r=estebankCorey Farwell-0/+24
2017-09-23Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavusCorey Farwell-0/+31
2017-09-23Auto merge of #44055 - zackmdavis:condensed_non-ADT_derive_error, r=jseyfriedbors-26/+27
2017-09-23Print fn signature when there is closure argument type mismatchWonwoo Choi-52/+160
2017-09-22add comparison operators to must-use lint (under `fn_must_use` feature)Zack M. Davis-5/+10
2017-09-23Use recorded types in rustc_privacyVadim Petrochenkov-3/+4
2017-09-23Record semantic types for all syntactic types in bodiesVadim Petrochenkov-0/+17
2017-09-22dotdoteq_in_patterns feature gateBadel2-0/+18
2017-09-22Add support for `..=` syntaxAlex Burka-54/+75
2017-09-22Auto merge of #44691 - cramertj:underscore-lifetimes, r=nikomatsakisbors-6/+141
2017-09-21Less confusing placeholder when RefCell is exclusively borrowedDavid Tolnay-0/+12
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-26/+27
2017-09-21Add deref suggestionGuillaume Gomez-0/+93
2017-09-21Auto merge of #44215 - oli-obk:import_sugg, r=nrcbors-13/+33
2017-09-21Add tests for underscore lifetimes in impl headers and struct definitionsTaylor Cramer-0/+5
2017-09-21Add tests for multiple underscore and non-underscore lifetimesTaylor Cramer-0/+17
2017-09-21Refactor lifetime name into an enumTaylor Cramer-0/+12
2017-09-21rustc: Don't use DelimToken::None if possibleAlex Crichton-0/+24
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+74
2017-09-21Auto merge of #44627 - zackmdavis:the_capgate_perogative, r=nrcbors-0/+22
2017-09-20Implement underscore lifetimesTaylor Cramer-6/+107
2017-09-21Auto merge of #44551 - scalexm:copy-clone-closures, r=arielb1bors-0/+145
2017-09-20Auto merge of #44392 - Zoxc:yield-order, r=nikomatsakisbors-17/+54
2017-09-20Implement `Copy`/`Clone` for closuresscalexm-0/+145
2017-09-20address review commentsAriel Ben-Yehuda-0/+30
2017-09-20add proofs and fix postorder traversalAriel Ben-Yehuda-4/+4
2017-09-20Mark yields after visiting subexpressions. Never ignore yields for scopes in ...John Kåre Alsaker-21/+0
2017-09-20Only consider yields coming after the expressions when computing generator in...John Kåre Alsaker-13/+41
2017-09-19Adjust dependency-resolution errors to be more consistentSamuel Holland-2/+2
2017-09-19Rollup merge of #44689 - behnam:unicode, r=sfacklerGuillaume Gomez-0/+22
2017-09-19Add pub visibility for methods as wellGuillaume Gomez-0/+31
2017-09-19Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakisbors-53/+100
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+14
2017-09-18[libstd_unicode] Expose UnicodeVersion typeBehnam Esfahbod-0/+22
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-1/+4
2017-09-17Rollup merge of #44549 - gaurikholkar:master, r=arielb1Tim Neumann-0/+60
2017-09-17Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavusTim Neumann-0/+31
2017-09-17Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfriedTim Neumann-0/+106
2017-09-16Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddybAlex Crichton-0/+8
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-51/+98
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-65/+37
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-0/+22
2017-09-15RFC 1940 UI test in own directory, exercise must_use trait methodsZack M. Davis-53/+100
2017-09-15Get `allow(unused_mut)` to work on `let` bindingsOliver Schneider-0/+8
2017-09-14Rollup merge of #44569 - est31:master, r=estebankCorey Farwell-1/+1
2017-09-14Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavusCorey Farwell-0/+27
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-2/+1
2017-09-14"avoid" is a better word here than "disable"est31-1/+1
2017-09-14readd testEh2406-3/+1