about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-15fix `allow(irrefutable_let_patterns)`Niko Matsakis-2/+1
2018-06-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-10/+10
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-0/+71
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-0/+48
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-2/+47
2018-06-04Auto merge of #51307 - oli-obk:miri_fixes, r=eddybbors-0/+41
2018-06-04Auto merge of #51328 - oli-obk:no_union_promotion, r=eddybbors-48/+49
2018-06-04Add missing ui testsGuillaume Gomez-0/+24
2018-06-04Add even more testsGuillaume Gomez-0/+3
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+2
2018-06-04Add doc keyword supportGuillaume Gomez-0/+19
2018-06-04Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+32
2018-06-03Rollup merge of #51299 - faern:const-int-ops, r=oli-obkMark Simulacrum-0/+32
2018-06-03Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G...bors-1/+36
2018-06-03turn run-make test into a run-make-fulldeps testJorge Aparicio-0/+0
2018-06-03Deduplicate and fix a testOliver Schneider-48/+11
2018-06-03Do not promote union field accessesOliver Schneider-0/+38
2018-06-03add more testsJorge Aparicio-0/+115
2018-06-03reject `fn panic_impl<T>(_: &PanicInfo) -> !`Jorge Aparicio-0/+23
2018-06-03implement #[panic_implementation]Jorge Aparicio-9/+159
2018-06-03Show which line the link is coming from.kennytm-0/+15
2018-06-03Ignore i128 test on asmjsLinus Färnstrand-4/+9
2018-06-03Point to the rustdoc attribute where intralink resolution failed.kennytm-1/+21
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-5/+5
2018-06-02Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obkMark Simulacrum-2/+2
2018-06-02Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertjMark Simulacrum-3/+3
2018-06-03Pass literal through black_boxLinus Färnstrand-4/+8
2018-06-03Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd...bors-0/+32
2018-06-02Correctly access ScalarPair fields during const evalOliver Schneider-0/+41
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-0/+32
2018-06-02use type name in E0599 enum variant suggestionAndy Russell-2/+2
2018-06-02Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavusMark Simulacrum-0/+1
2018-06-02Rustdoc itself no longer requires proc macros to buildMark Simulacrum-0/+1
2018-06-02Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichtonbors-0/+66
2018-06-02Specify that packed types must derive, not implement, CopyMark Simulacrum-3/+3
2018-06-02Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddybbors-0/+161
2018-06-02Add test for const endianess conversionLinus Färnstrand-0/+23
2018-06-02Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=...bors-64/+230
2018-06-01Rollup merge of #51135 - estebank:sugg-7575, r=oli-obkMark Simulacrum-10/+10
2018-06-01Suggest not mutably borrowing a mutable referenceYaron Tausky-2/+47
2018-06-01rework to report errors from crates in a consistent orderNiko Matsakis-33/+33
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-87/+167
2018-06-01extend `unused_extern_crates` lint with a suggestion to removeNiko Matsakis-0/+86
2018-06-01also check `let` arms and nested patterns for mutable borrowsNiko Matsakis-0/+161
2018-06-01Auto merge of #51181 - mbrubeck:prelude, r=petrochenkovbors-0/+49
2018-06-01Auto merge of #51171 - faern:const-bswap-ctpop-cttz-ctlz, r=oli-obkbors-0/+23
2018-05-31Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomats...bors-0/+75
2018-05-31Rollup merge of #51146 - dlrobertson:fix_51102, r=estebankGuillaume Gomez-0/+72
2018-05-31Register outlives predicates from queries the right way around.Matthew Jasper-0/+75
2018-05-31Make short-error format GNU compatibleGuillaume Gomez-2/+2