about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-15make doc search more relevantGuillaume Gomez-12/+7
2017-12-15Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakisbors-53/+155
2017-12-15Auto merge of #46653 - estebank:str-as-ch, r=petrochenkovbors-4/+63
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-4/+63
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-255/+1182
2017-12-15Auto merge of #46701 - eddyb:vector-newtypes, r=nagisabors-87/+98
2017-12-15Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakisbors-1976/+6707
2017-12-14Address review feedback: don't treat "first" activation special.Felix S. Klock II-6/+14
2017-12-14Review feedback: Added test with control flow merge of two borrows "before ac...Felix S. Klock II-0/+27
2017-12-14Address review feedback: don't bother skipping reservations paired with activ...Felix S. Klock II-10/+0
2017-12-14Auto merge of #45047 - durka:trait-alias, r=petrochenkovbors-35/+323
2017-12-14Fix rebaseVadim Petrochenkov-67/+103
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-35/+48
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-6/+126
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-2814/+1756
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-7/+5821
2017-12-14Remove NOTE/HELP annotations from error index testsVadim Petrochenkov-216/+22
2017-12-14Auto merge of #46562 - michaelwoerister:faster-span-hashing, r=eddybbors-44/+99
2017-12-14rls depends on rustfmtAlex Burka-0/+1
2017-12-14error for impl trait aliasAlex Burka-12/+24
2017-12-14trait alias falloutAlex Burka-0/+1
2017-12-14feature gate trait aliasesAlex Burka-14/+26
2017-12-14error on any use of trait aliasAlex Burka-9/+49
2017-12-14add trait aliases to typeckAlex Burka-2/+11
2017-12-14add trait aliases to HIRAlex Burka-8/+59
2017-12-14stub out trait aliases in librustdocAlex Burka-0/+3
2017-12-14stub out trait aliases in save_analysisAlex Burka-0/+21
2017-12-14stub out trait aliases in resolveAlex Burka-0/+18
2017-12-14add trait aliases to ASTAlex Burka-14/+134
2017-12-14incr.comp.: Do less hashing per Span.Michael Woerister-41/+62
2017-12-14incr.comp.: Speed up span hashing by caching expansion context hashes.Michael Woerister-3/+37
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-63/+6567
2017-12-14Address review note: `AccessErrorsReported` meant to track whether error repo...Felix S. Klock II-1/+1
2017-12-14Do not produce debuginfo for toolsOliver Schneider-2/+5
2017-12-14Auto merge of #46335 - oli-obk:cleanups, r=jseyfriedbors-309/+444
2017-12-14Move mir validation out of treeOliver Schneider-1502/+81
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-309/+444
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-84/+94
2017-12-14Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelixbors-63/+144
2017-12-14Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1bors-257/+1093
2017-12-13After discussion with ariel, replacing a guard within kill_loans_out_of_scope...Felix S. Klock II-33/+33
2017-12-13Address review comment: use `.get` instead of indexing to cope w/ terminators.Felix S. Klock II-13/+4
2017-12-13Added test to make sure that undeclared lifetimes are in fact detectedSunjay Varma-0/+63
2017-12-13Added test to make sure we can refer to the declared traits of a generic asso...Sunjay Varma-5/+18
2017-12-13Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1bors-5/+66
2017-12-13Updating tests to remove all "undeclared lifetime" errors (since those should...Sunjay Varma-33/+12
2017-12-13Check activation points as the place where mutable borrows become relevant.Felix S. Klock II-15/+192
2017-12-13Sidestep ICE from `MirBorrowckCtxt::find_closure_span`.Felix S. Klock II-0/+6
2017-12-13two-phase-reservation-sharing-interference.rs variant that is perhaps more su...Felix S. Klock II-0/+38
2017-12-13test describing a currently unsupported corner case.Felix S. Klock II-0/+46