about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-01Be accurate on `format!` parse error expectationsEsteban Küber-6/+6
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-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-29Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoeristerMazdak Farrokhzad-1/+14
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-9/+9
2019-08-29Rollup merge of #63992 - lzutao:integer-ord, r=nagisaMazdak Farrokhzad-2/+2
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-29Auto merge of #63990 - Centril:rollup-q1nt0b0, r=Centrilbors-118/+453
2019-08-29Small improvement for Ord implementation of integersLzu Tao-2/+2
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-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-17/+28
2019-08-28Auto merge of #63875 - philipc:issue-57822, r=michaelwoeristerbors-8/+63
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/+14
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-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-6/+21
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-10/+10
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