about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-22[review comments] modify test and clean up codeOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-8/+5
2018-10-22review commentsEsteban Küber-105/+54
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-34/+146
2018-10-22Auto merge of #55126 - GuillaumeGomez:improve-search-tabs, r=QuietMisdreavusbors-23/+14
2018-10-21Auto merge of #55179 - bjorn3:miri_public_op_field, r=RalfJungbors-19/+31
2018-10-21Auto merge of #55236 - petrochenkov:pfail, r=davidtwcobors-133/+3245
2018-10-21improve search tabs lookGuillaume Gomez-23/+14
2018-10-21Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexmbors-49/+65
2018-10-21Address review commentsbjorn3-0/+3
2018-10-21Rename read_local_of_frame to access_localbjorn3-2/+2
2018-10-21Rename alloc_map_ref to alloc_mapbjorn3-1/+1
2018-10-21Add alloc_map accessorbjorn3-0/+5
2018-10-21Use `read_local_of_frame` in `eval_place_to_op`bjorn3-31/+23
2018-10-21Fix errorsbjorn3-4/+6
2018-10-21Add method to get OpTy for local from arbitrary framebjorn3-1/+11
2018-10-21Make OpTy field op public for prirodabjorn3-1/+1
2018-10-21Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats...bors-1836/+1938
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-1820/+1849
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-31/+51
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-119/+151
2018-10-21Make some ui/parser tests compile-passVadim Petrochenkov-68/+11
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+0
2018-10-21Remove the parse-fail test suiteVadim Petrochenkov-17/+6
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+3128
2018-10-21Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obkbors-166/+316
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-433/+284
2018-10-21update miriRalf Jung-19/+5
2018-10-20Auto merge of #55230 - Manishearth:rollup, r=Manishearthbors-34/+547
2018-10-20Give an error number for "borrowed data escapes outside of closure"Matthew Jasper-9/+31
2018-10-20Use more accurate `ConstraintCategory`sMatthew Jasper-6/+55
2018-10-20Prefer type annotations and returns in free region errorsMatthew Jasper-1/+3
2018-10-20Rollup merge of #55213 - qmx:tidy-fix, r=tmandryManish Goregaokar-0/+1
2018-10-20Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakisManish Goregaokar-25/+214
2018-10-20Rollup merge of #55189 - steveklabnik:update-books, r=QuietMisdreavusManish Goregaokar-0/+0
2018-10-20Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisaManish Goregaokar-9/+332
2018-10-20Auto merge of #55156 - PramodBisht:issue/52717, r=estebankbors-20/+56
2018-10-20Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant typeFabian Drinck-27/+43
2018-10-20Rename CanonicalVar to BoundTyIndexFabian Drinck-26/+26
2018-10-20Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakisbors-54/+64
2018-10-20update books for the next releaseSteve Klabnik-0/+0
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-54/+57
2018-10-20Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakisbors-558/+428
2018-10-20Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkovbors-10/+104
2018-10-19Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandrybors-362/+910
2018-10-19add more to the ERROR messagesNiko Matsakis-27/+27
2018-10-19fix error messagesNiko Matsakis-11/+21
2018-10-19ignore target foldersDouglas Campos-0/+1
2018-10-19Write an initial version of the `program_clauses` callbackscalexm-25/+214
2018-10-19Only suggest paths that exist.David Wood-10/+104
2018-10-19normalize the self-type that we extract from implNiko Matsakis-0/+26