summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-09-14Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1bors-0/+30
2017-09-14add ui tests for EBRgaurikholkar-0/+32
2017-09-14adding ui testsgaurikholkar-0/+28
2017-09-14Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkovbors-0/+14
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+30
2017-09-13Auto merge of #44516 - gaurikholkar:fns, r=arielb1bors-0/+124
2017-09-13fix ui testsgaurikholkar-2/+2
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-2/+77
2017-09-13Auto merge of #44129 - pnkfelix:fix-end-region-emission-order, r=nmatsakisbors-19/+313
2017-09-13Test case illustrating some destruction code extent stuff.Felix S. Klock II-0/+161
2017-09-13Unit test for proper EndRegion emission on a cyclic reference.Felix S. Klock II-0/+132
2017-09-13Update mir-opt tests to reflect change to EndRegion emission order.Felix S. Klock II-19/+20
2017-09-13Auto merge of #44386 - est31:master, r=pnkfelixbors-3/+75
2017-09-13Auto merge of #44420 - alexcrichton:private-cstore, r=michaelwoeristerbors-1/+3
2017-09-13Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakisbors-53/+20
2017-09-12Missing trailing newlineEh2406-1/+1
2017-09-12Fix rendering of const keyword for functionsGuillaume Gomez-0/+27
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-1/+3
2017-09-12Adding changes for trait objectsgaurikholkar-0/+24
2017-09-12add ui test for fn items, tidy fixesgaurikholkar-4/+24
2017-09-12Adding E0623 for structsgaurikholkar-0/+80
2017-09-12Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakisbors-12/+36
2017-09-12Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkovbors-9/+36
2017-09-11add testGuillaume Gomez-0/+31
2017-09-11Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddybbors-0/+34
2017-09-11Auto merge of #44440 - cuviper:min_global_align, r=japaricbors-0/+60
2017-09-11Auto merge of #44410 - alexcrichton:fix-travis, r=Mark-Simulacrumbors-12/+31
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-12/+36
2017-09-11Auto merge of #44383 - qmx:gh/40473/no-inline-trait-method, r=nikomatsakisbors-0/+25
2017-09-10Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoeristerbors-6/+6
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-0/+72
2017-09-11Parse nested closure with two consecutive parameter lists properlyWonwoo Choi-0/+14
2017-09-10Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakisbors-20/+73
2017-09-10Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+49
2017-09-10Rollup merge of #44464 - Dushistov:master, r=alexcrichtonGuillaume Gomez-0/+16
2017-09-10Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkovGuillaume Gomez-0/+16
2017-09-10Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakisGuillaume Gomez-0/+17
2017-09-10Auto merge of #44312 - eddyb:static-by-any-other-name, r=alexcrichtonbors-16/+6
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-16/+6
2017-09-10Auto merge of #44418 - alexcrichton:remove-dep-graph, r=michaelwoeristerbors-1/+1
2017-09-10Relaxed error pattern, and add test for SystemTime as well.kennytm-2/+38
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-1/+1
2017-09-09add test for #41229Evgeniy A. Dushistov-0/+16
2017-09-09Don't promote references to statics that occur in non-static locationsAaron Hill-0/+16
2017-09-09Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichtonbors-3/+1
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-53/+20
2017-09-09Auto merge of #44212 - eddyb:drop-const, r=nikomatsakisbors-10/+37
2017-09-09adding E0623 for LateBound regionsgaurikholkar-20/+73
2017-09-08Fix regression in promotion of rvalues referencing a staticAaron Hill-0/+18
2017-09-08Add a test for `min_global_align`Josh Stone-0/+60