about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-24/+118
2019-08-30Update testsOliver Scherer-2/+2
2019-08-30Add a "diagnostic item" schemeOliver Scherer-0/+32
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
2019-08-26Rollup merge of #63921 - RalfJung:file-check, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-08-26Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebankMazdak Farrokhzad-117/+871
2019-08-26Rollup merge of #63317 - estebank:dead-code, r=matthewjasperMazdak Farrokhzad-14/+152
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-0/+2
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-75/+88
2019-08-26review commentEsteban Küber-2/+2
2019-08-26adjust testsRalf Jung-18/+9
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-4/+4
2019-08-26add link to FileCheck docsRalf Jung-0/+2
2019-08-26Error when generator trait is not foundLzu Tao-0/+23
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-2/+16
2019-08-26Auto merge of #63897 - petrochenkov:prettycomma, r=estebankbors-14/+11
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-41/+26
2019-08-26Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplettbors-2/+10