about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2019-09-26Rollup merge of #64812 - GuillaumeGomez:add-test-for-e0543, r=CentrilMazdak Farrokhzad-8/+18
2019-09-26Rollup merge of #64783 - onehr:onehrxn, r=varkorMazdak Farrokhzad-0/+31
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-1/+0
2019-09-26Rollup merge of #64221 - Centril:nll-no-migrate-2015, r=matthewjasperMazdak Farrokhzad-1329/+172
2019-09-26issue-#45696: remove ignore-compare-mode-nllMazdak Farrokhzad-10/+6
2019-09-26Add test for E0543Guillaume Gomez-8/+18
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-0/+171
2019-09-26issue-#45696-scribble...: remove outdated comment.Mazdak Farrokhzad-5/+3
2019-09-26rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr"Mazdak Farrokhzad-36/+0
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-81/+47
2019-09-26remove feature(nll) from #27868 test.Mazdak Farrokhzad-3/+1
2019-09-26remove feature(nll) from #31567 test.Mazdak Farrokhzad-3/+1