about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-04Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavusbors-42/+112
2017-11-04Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakisbors-56/+255
2017-11-04Auto merge of #45755 - kennytm:rollup, r=kennytmbors-10/+98
2017-11-04Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnikkennytm-0/+30
2017-11-04Rollup merge of #45739 - rkarp:master, r=petrochenkovkennytm-2/+2
2017-11-04Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichtonkennytm-3/+16
2017-11-04Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushikennytm-2/+2
2017-11-04Rollup merge of #45681 - Ljzn:patch-1, r=kennytmkennytm-1/+1
2017-11-04Rollup merge of #45669 - cardoe:metadata, r=kennytmkennytm-0/+3
2017-11-04Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm-1/+30
2017-11-04Rollup merge of #45610 - strake:atomic_from, r=nagisakennytm-0/+12
2017-11-04Rollup merge of #45548 - ratmice:master, r=oli-obkkennytm-1/+2
2017-11-04Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfacklerbors-3/+5
2017-11-04Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors-48/+447
2017-11-03Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakisbors-216/+494
2017-11-03Fix unsafe auto trait pretty print.leonardo.yvens-1/+3
2017-11-03Update pretty test for auto trait syntax.leonardo.yvens-3/+1
2017-11-03rustfmt is broken which makes rls brokenleonardo.yvens-2/+2
2017-11-03fix rebase conflictleonardo.yvens-1/+1
2017-11-03Rename `trait_has_auto_impl` to `trait_is_auto`leonardo.yvens-9/+12
2017-11-03update unstable book and error exampleleonardo.yvens-4/+2
2017-11-03Parse auto traits the same as traits.leonardo.yvens-110/+83
2017-11-03Fix tests and rebase conflictleonardo.yvens-1/+7
2017-11-03auto trait future compatibility lintleonardo.yvens-1/+90
2017-11-03Finish DefaultImpl -> AutoImpl rename.leonardo.yvens-3/+3
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-32/+141
2017-11-03Feature gate `auto trait` and ignore it in rustdocleonardo.yvens-1/+7
2017-11-03Teach typeck about `auto trait`leonardo.yvens-4/+7
2017-11-03add `auto` keyword, parse `auto trait`, lower to HIRleonardo.yvens-31/+122
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-163/+163
2017-11-03issue #45357 set clippy build condition to extended.matt rice-4/+2
2017-11-03Add tests for methods listing in rust docsGuillaume Gomez-0/+30
2017-11-03[jemalloc] set correct excess in alloc_excessgnzlbg-1/+2
2017-11-03Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkovbors-0/+469
2017-11-03Fix std compile error for windows-gnu targets without `backtrace` featureRolf Karp-2/+2
2017-11-03Fix broken link in `build-powerpc64le-toolchain.sh`kennytm-3/+3
2017-11-02unreachable-pub lint for `pub` items not reachable from crate rootZack M. Davis-0/+469
2017-11-03Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakisbors-68/+145
2017-11-02replace Add by tupleMikhail Modin-18/+18
2017-11-02Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakisbors-21/+74
2017-11-02improve compiletest output for errors from mir-opt testsMikhail Modin-3/+16
2017-11-02Auto merge of #45647 - nrc:rls-bugs, r=eddybbors-2/+14
2017-11-02Fix typoLance John-2/+2
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-69/+143
2017-11-02Report lint names in json diagnosticsOliver Schneider-2/+5
2017-11-02Auto merge of #45630 - joshleeb:iss35241, r=estebankbors-13/+70
2017-11-02change mir stage in testMikhail Modin-7/+7
2017-11-02add one more sampleMikhail Modin-6/+68
2017-11-02fix pre binding false edgesMikhail Modin-97/+104
2017-11-02fix opt-mir test and remove false edge if no guardMikhail Modin-74/+75