about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-13/+5
2019-06-17Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJungMazdak Farrokhzad-0/+14
2019-06-17Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrzMazdak Farrokhzad-1/+1
2019-06-17Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obkMazdak Farrokhzad-2/+11
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-16Auto merge of #61892 - rijenkii:master, r=Centrilbors-0/+9
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-67/+128
2019-06-16if if if ifRijenkii-0/+9
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-326/+326
2019-06-15Help LLVM better optimize slice::Iter(Mut)::lenScott McMurray-0/+14
2019-06-15Auto merge of #61868 - Centril:rollup-gglsecp, r=Centrilbors-0/+41
2019-06-15Rollup merge of #61824 - rust-lang:single_derive, r=eddybMazdak Farrokhzad-0/+7
2019-06-15Rollup merge of #61805 - davidtwco:ice-const-generic-repeat-expr-count-sequel...Mazdak Farrokhzad-0/+34
2019-06-15Auto merge of #61143 - estebank:issue-61106, r=eddybbors-0/+21
2019-06-15Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichtonbors-0/+9
2019-06-15Auto merge of #61825 - Centril:tauv-infer-fix, r=petrochenkovbors-0/+30
2019-06-14Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obkbors-44/+44
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-44/+44
2019-06-14Auto merge of #61679 - zackmdavis:maybe_dont_indicate_the_anonymous_lifetime,...bors-0/+19
2019-06-14type_alias_enum_variants: add regression test for #61801.Mazdak Farrokhzad-0/+30
2019-06-14in which we decline to lint single-use lifetimes in `derive`d implsZack M. Davis-0/+7
2019-06-14in which we decline to suggest the anonymous lifetime in declarationsZack M. Davis-0/+19
2019-06-14Auto merge of #61792 - lzutao:issue-51301, r=Centrilbors-0/+47
2019-06-13When suggesting to borrow, remove useless clonesEsteban Küber-0/+21
2019-06-13typeck: Fix ICE for blocks in repeat expr count.David Wood-0/+34
2019-06-13Add a test for simple matchesMatthew Jasper-0/+39
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-326/+287
2019-06-13Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-06-13Rollup merge of #61598 - estebank:const-idx, r=oli-obkMazdak Farrokhzad-0/+30
2019-06-12Deprecate ONCE_INITSteven Fackler-2/+2
2019-06-13Add ui test for issue 51301Lzu Tao-0/+47
2019-06-13Rollup merge of #61776 - JohnTitor:fix-typo-in-error-codes, r=CentrilMazdak Farrokhzad-1/+1
2019-06-12Handle index out of bound errors during const eval without panicEsteban Küber-0/+30
2019-06-12Ignore NVPTX testsJohn Kåre Alsaker-0/+9
2019-06-12Hygienize macros in the standard libraryVadim Petrochenkov-27/+6
2019-06-13Fix typosYuki Okushi-1/+1
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-44/+44
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkovbors-32/+955
2019-06-12Auto merge of #60187 - tmandry:generator-optimization, r=eddybbors-0/+133
2019-06-11Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkorMazdak Farrokhzad-0/+60
2019-06-11Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelixMazdak Farrokhzad-372/+8
2019-06-11Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakisMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=CentrilMazdak Farrokhzad-13/+13
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-166/+433
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-166/+433
2019-06-11Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichtonbors-0/+8
2019-06-10Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkovbors-7/+19
2019-06-10Add test suiteTyler Mandry-0/+133