about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-09-02Auto merge of #63692 - iluuu1994:issue-49660, r=sfacklerbors-0/+77
2019-09-01Auto merge of #63870 - estebank:async-fn-call, r=oli-obkbors-2081/+1234
2019-09-01review commentEsteban Küber-2/+2
2019-08-31Fix nll testsEsteban Küber-37/+24
2019-08-31Kill borrows from assignments after generating new borrowsMatthew Jasper-0/+20
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-0/+56
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-2044/+1154
2019-08-31Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppebors-13/+23
2019-08-31improper_ctypes: guard against accidental change to Unique<T>.Mazdak Farrokhzad-13/+23
2019-08-30Auto merge of #64026 - Centril:rollup-le667lp, r=Centrilbors-106/+162
2019-08-30Rollup merge of #64015 - RalfJung:const-tests, r=oli-obkMazdak Farrokhzad-60/+84
2019-08-30Rollup merge of #64014 - RalfJung:miri-slice, r=oli-obkMazdak Farrokhzad-46/+78
2019-08-30Auto merge of #63982 - sam09:fix-63976, r=estebankbors-2/+2
2019-08-30add testRalf Jung-0/+29
2019-08-30Skip wrapping arithmetic tests on emscripten for 128 bit integersIlija Tovilo-0/+2
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-59/+79
2019-08-30explain why REF_AS_USIZE is importantRalf Jung-0/+3
2019-08-30tweak const-valid testRalf Jung-1/+2
2019-08-30make unions repr(C)Ralf Jung-18/+21
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-24/+118
2019-08-30better variable namesRalf Jung-28/+28
2019-08-30Update testsOliver Scherer-2/+2
2019-08-30Add a "diagnostic item" schemeOliver Scherer-0/+32
2019-08-30Fix test.Sam Radhakrishan-2/+2
2019-08-29Also test isize and usize in wrapping arithmeticsIlija Tovilo-0/+2
2019-08-29Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoeristerMazdak Farrokhzad-1/+1
2019-08-29Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obkMazdak Farrokhzad-66/+123
2019-08-29Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasperMazdak Farrokhzad-75/+88
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-0/+4
2019-08-29Rollup merge of #63945 - Centril:recover-mut-pat, r=estebankMazdak Farrokhzad-116/+392
2019-08-29Rollup merge of #63938 - tshepang:typo, r=CentrilMazdak Farrokhzad-2/+2
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-0/+55
2019-08-28Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebankbors-0/+51
2019-08-28Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakisbors-10/+10
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-12/+12
2019-08-28or-pattern: fix typo in error messageTshepang Lekhonkhobe-2/+2
2019-08-28Remove `sized` spansYuki Okushi-14/+2
2019-08-28Apply review commentsYuki Okushi-2/+14
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-0/+4
2019-08-27Add default serialization for `Ident`sMatthew Jasper-0/+51
2019-08-27Improve 'mut ' diagnostic.Mazdak Farrokhzad-17/+48
2019-08-27rustc: Handle modules in "fat" LTO more robustlyAlex Crichton-1/+1
2019-08-27Ensure 'let mut ;' where ':pat' is banned.Mazdak Farrokhzad-1/+18
2019-08-27Changing error messages and renaming tests #63127Kevin Per-2/+2
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-4/+4
2019-08-27recover on 'mut ' and improve recovery for keywords.Mazdak Farrokhzad-116/+344
2019-08-27Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramertMazdak Farrokhzad-0/+23
2019-08-27Rollup merge of #63761 - petrochenkov:procattrs, r=eddybMazdak Farrokhzad-41/+188
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-41/+143
2019-08-27Respect attributes on proc macro definitionsVadim Petrochenkov-0/+43