about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-09-07Handle `ReEmpty` for `impl Trait`Andrew Paseltiner-2/+26
2016-09-07Auto merge of #36304 - TimNN:fix-36299, r=eddybbors-0/+16
2016-09-07Auto merge of #36289 - euclio:self-suggestion, r=jseyfriedbors-1/+33
2016-09-07Auto merge of #36296 - nagisa:pass-timing, r=eddybbors-12/+13
2016-09-06Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiynbors-6/+32
2016-09-06Auto merge of #36303 - jonathandturner:rollup, r=jonathandturnerbors-97/+142
2016-09-06Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakisbors-145/+843
2016-09-06re-add accidentally removed lineTim Neumann-0/+16
2016-09-06Rollup merge of #36298 - GuillaumeGomez:hashmap_doc, r=steveklabnikJonathan Turner-18/+42
2016-09-06Rollup merge of #36273 - apasel422:unsafe_no_drop_flag, r=steveklabnikJonathan Turner-14/+0
2016-09-06Rollup merge of #36267 - Cobrand:E0559, r=jonathandturnerJonathan Turner-27/+40
2016-09-06Rollup merge of #36263 - apasel422:scoped, r=steveklabnikJonathan Turner-20/+15
2016-09-06Rollup merge of #36243 - GuillaumeGomez:hash_map_links, r=steveklabnikJonathan Turner-4/+8
2016-09-06Rollup merge of #36128 - gavinb:error_msgs_p2, r=jonathandturnerJonathan Turner-10/+28
2016-09-06Rollup merge of #36121 - Cobrand:master, r=jonathandturnerJonathan Turner-4/+9
2016-09-06ICH: Make CachingCodemapView robustly handle invalid spans.Michael Woerister-15/+36
2016-09-06Auto merge of #36288 - nrc:save-var-value, r=eddybbors-7/+15
2016-09-06Add missing urlsggomez-18/+42
2016-09-06Count and report time taken by MIR passesSimonas Kazlauskas-12/+13
2016-09-06Auto merge of #36276 - jseyfried:fix_unused, r=nrcbors-22/+63
2016-09-05Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichtonbors-11/+50
2016-09-06Add struct `AmbiguityError`.Jeffrey Seyfried-4/+11
2016-09-06Add field `used: Cell<bool>` to variant `NameBindingKind::Import`.Jeffrey Seyfried-22/+17
2016-09-06Add regression test.Jeffrey Seyfried-0/+38
2016-09-06Avoid false positive unused import warnings.Jeffrey Seyfried-5/+6
2016-09-05show `self` suggestion when items are in the blockAndy Russell-8/+17
2016-09-05resolve: Suggest `use self` when import resolvesAndy Russell-1/+24
2016-09-06save-analysis: some refinement to the value string for variablesNick Cameron-7/+15
2016-09-05Auto merge of #36274 - Manishearth:rollup, r=Manishearthbors-76/+100
2016-09-05Auto merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomezbors-1/+7
2016-09-05Auto merge of #36281 - pnkfelix:fix-issue-36036, r=eddybbors-1/+37
2016-09-05Updated E0527 to new error formatCobrand-4/+9
2016-09-05Add test for unused field in unionJosh Triplett-0/+26
2016-09-05Auto merge of #36200 - mattico:fix-llvm-linkage, r=arielb1bors-66/+180
2016-09-06E0518 Update error format #36111Gavin Baker-1/+5
2016-09-06E0517 Update error format #36109Gavin Baker-3/+7
2016-09-05E0516 Update error format #36108Gavin Baker-8/+18
2016-09-05Auto merge of #35787 - canndrew:bang_type_refactor_check, r=eddybbors-327/+272
2016-09-05Fix issue #36036.Felix S. Klock II-1/+37
2016-09-05Rollup merge of #36245 - alexcrichton:add-back-accident, r=arielb1Manish Goregaokar-0/+1
2016-09-05Rollup merge of #36065 - acrrd:new_format_E0496, r=GuillaumeGomezManish Goregaokar-49/+69
2016-09-05Rollup merge of #35983 - GuillaumeGomez:e0060_bonus, r=jonathandturnerManish Goregaokar-27/+30
2016-09-05Rollup merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomezManish Goregaokar-1/+7
2016-09-05Remove expr_ty method completelyAndrew Cann-17/+4
2016-09-05Undo unnecessary bookkeeping from last commitAndrew Cann-17/+9
2016-09-05Remove use of expr_ty from coercions codeAndrew Cann-26/+37
2016-09-05Move write_ty to the bottom of check_patAndrew Cann-19/+18
2016-09-05Factor write_ty out of more pattern-checking functionsAndrew Cann-22/+20
2016-09-05Factor write_ty out of pattern-matching functionsAndrew Cann-13/+10
2016-09-05check_block_with_expected returns the checked typeAndrew Cann-14/+13