about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-9/+0
2019-06-19Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkovMazdak Farrokhzad-9/+0
2019-06-19Rollup merge of #61701 - RalfJung:const-tests, r=cramertjMazdak Farrokhzad-0/+0
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-0/+45
2019-06-18rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`.Eduard-Mihai Burtescu-9/+0
2019-06-18Auto merge of #61864 - lzutao:ptr-null, r=sfacklerbors-10/+10
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-0/+45
2019-06-17Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obkMazdak Farrokhzad-2/+11
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-10/+10
2019-06-16if if if ifRijenkii-0/+9
2019-06-13Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-06-12Deprecate ONCE_INITSteven Fackler-2/+2
2019-06-12Auto merge of #60187 - tmandry:generator-optimization, r=eddybbors-0/+133
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-1/+11
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-1/+11
2019-06-10Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkovbors-0/+3
2019-06-10Add test suiteTyler Mandry-0/+133
2019-06-10Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centrilbors-0/+9
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-1/+0
2019-06-10test more variants of enum-int-castingRalf Jung-2/+11
2019-06-09move stray run-pass const tests into const/ folderRalf Jung-0/+0
2019-06-09Add test for raw byte CRLF translationIgor Matuszewski-0/+3
2019-06-09Fix inaccurate comments in '?' Kleene operator tests.Mazdak Farrokhzad-26/+60
2019-06-09Update tests since ? macro op is supported on 2015.Mazdak Farrokhzad-0/+33
2019-06-09Rollup merge of #61660 - petrochenkov:nocusta, r=CentrilMazdak Farrokhzad-406/+1
2019-06-09Rollup merge of #61658 - RalfJung:const-tests, r=oli-obkMazdak Farrokhzad-72/+59
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-327/+0
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-132/+114
2019-06-08Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...Vadim Petrochenkov-59/+0
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-2/+1
2019-06-08extra paranoid modeRalf Jung-3/+5
2019-06-08black-box the fn ptr, not the resultRalf Jung-3/+3
2019-06-08remove useless ident() functions in const tests and replace the useful ones b...Ralf Jung-72/+57
2019-06-08Auto merge of #61620 - SimonSapin:as_cell, r=RalfJungbors-1/+0
2019-06-07Add `const`-ness tests for `i32::signum`Dylan MacKenzie-2/+12
2019-06-07Stabilize Cell::from_mut and as_slice_of_cellsSimon Sapin-1/+0
2019-06-06Add nested 'yield' expression to weird expressions testAaron Hill-0/+9
2019-06-06Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddybbors-0/+44
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-06-05Added test suite.Alexander Regueiro-1/+1
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-4/+5
2019-06-05Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obkbors-0/+37
2019-06-04Add test for DropAndReplace bugTyler Mandry-0/+44
2019-06-04Fix integer overflow in rotate_leftLzu Tao-1/+35
2019-06-03Re-add test fileTankhouseAle-0/+37
2019-06-01Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=CentrilMazdak Farrokhzad-1/+1
2019-06-01Rollup merge of #60729 - matthewjasper:leak-after-into, r=nikomatsakisMazdak Farrokhzad-1/+91
2019-06-01Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbinibors-1/+24
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-1/+16
2019-05-31rustc_codegen_utils: don't ignore `Ctor` path components in symbols.Eduard-Mihai Burtescu-0/+12