about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-3/+63
2017-12-15Auto merge of #46745 - steveklabnik:rollup, r=steveklabnikbors-25/+32
2017-12-15Rollup merge of #46737 - tshepang:better, r=steveklabnikSteve Klabnik-10/+7
2017-12-15Rollup merge of #46728 - varkor:contrib-4, r=michaelwoeristerSteve Klabnik-3/+7
2017-12-15Rollup merge of #46710 - xfix:patch-5, r=alexcrichtonSteve Klabnik-3/+0
2017-12-15Rollup merge of #46705 - pornel:cargo-output, r=alexcrichtonSteve Klabnik-3/+2
2017-12-15Rollup merge of #46690 - mystor:pub_line_column, r=jseyfriedSteve Klabnik-2/+4
2017-12-15Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichtonSteve Klabnik-0/+8
2017-12-15Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnikSteve Klabnik-4/+4
2017-12-15Auto merge of #46740 - oli-obk:rls, r=nrcbors-31/+44
2017-12-15Update the rls and rustfmt submodulesOliver Schneider-31/+44
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-15doc: a better exampleTshepang Lekhonkhobe-10/+7
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/+6568
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-14Fix division-by-zero ICE in -Z perf-statsvarkor-3/+7
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