about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-28Rollup merge of #64875 - ehuss:async-await-reserved, r=estebankMazdak Farrokhzad-57/+57
2019-09-28Rollup merge of #64852 - Baranowski:param_note_52082, r=estebankMazdak Farrokhzad-2/+134
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-6/+3
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-29/+35
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-3/+3
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-0/+52
2019-09-29Add a couple more test cases, including non-ascii strings.ben-3/+16
2019-09-28review commentsEsteban Küber-2/+2
2019-09-28Point at enclosing match when expecting `()` in armEsteban Küber-1/+76
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-57/+57
2019-09-28Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obkbors-27/+95
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-196/+138
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-8/+8
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-1/+0
2019-09-28Bless miri unleashed outputDylan MacKenzie-12/+5
2019-09-28Fix tests broken by more consistent miri unleashed warningsDylan MacKenzie-242/+82
2019-09-28Add additional `const` testsDylan MacKenzie-0/+46
2019-09-28Silence "skipping const checks" if outside a const contextDylan MacKenzie-29/+3
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-4/+9
2019-09-28Fix lint-exceeding-bitshifts ui testsWesley Wiser-23/+27
2019-09-28Allow reading non-mutable statics in const propWesley Wiser-0/+29
2019-09-28Implement CRsWojciech Baranowski-58/+37
2019-09-28Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebankMazdak Farrokhzad-3/+46
2019-09-28Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebankMazdak Farrokhzad-1/+15
2019-09-28Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkorMazdak Farrokhzad-51/+152
2019-09-28Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasperMazdak Farrokhzad-3/+0
2019-09-28Added test for mismatched slices, and byte slices.ben-1/+47
2019-09-27Add test for redundant_semicolon lint interaction with proc macro attrsNathan-0/+52
2019-09-28Improve diagnostic for `let A = 0;`Mazdak Farrokhzad-3/+46
2019-09-27Introduce a `ConstPropMachine`Wesley Wiser-2/+1
2019-09-27Respond to code review feedback and fix tidyWesley Wiser-0/+18
2019-09-27[const-prop] Replace `CheckedBinaryOp` handling with use of `InterpCx`Wesley Wiser-0/+8
2019-09-27[const-prop] Replace `Cast` handling with use of `InterpCx`Wesley Wiser-1/+1
2019-09-27[const-prop] Replace `eval_place()` with use of `InterpCx`Wesley Wiser-4/+14
2019-09-28Gate llvm.sideeffect under -Z insert-sideeffectXiang Fan-36/+20
2019-09-28Add support for relating slices in `super_relate_consts`.ben-0/+20
2019-09-28Add llvm.sideeffect to potential infinite loops and recursionsXiang Fan-17/+83
2019-09-27--bless --compare-mode=nllMazdak Farrokhzad-33/+0
2019-09-27Print ParamTy span when accessing a field (#52082)Wojciech Baranowski-0/+153
2019-09-27Account for tail expressions when pointing at return typeEsteban Küber-3/+0
2019-09-27getting more context for duplicate lang items (fixes #60561)Tomas Tauber-3/+3
2019-09-27Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomezbors-0/+23
2019-09-27Update ui testsGuillaume Gomez-29/+35
2019-09-27Auto merge of #64813 - varkor:node-to-kind, r=Centrilbors-6/+6
2019-09-27lowering: don't .abort_if_errors()Mazdak Farrokhzad-1/+15
2019-09-26Fix ui-fulldeps testsvarkor-2/+2
2019-09-26Fix AST JSON output testvarkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-51/+152