about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-06in which we suggest anonymizing single-use lifetimes in pathsZack M. Davis-2/+17
2019-07-06path-type examples for single-use lifetime in fn argument UI testZack M. Davis-1/+28
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-117/+230
2019-07-06--bless --compare-mode=nllMazdak Farrokhzad-17/+17
2019-07-06Bless mir-opt/while-storage.rs.Mazdak Farrokhzad-24/+21
2019-07-06while_{let_}loops/change_{break,continue}: typeck_tables_of clean.Mazdak Farrokhzad-4/+4
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-28/+97
2019-07-06Make sure while-exprs require 'cond: bool' exactly.Mazdak Farrokhzad-1/+43
2019-07-06Adjust incremental test while_loops.rsMazdak Farrokhzad-2/+2
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-3/+11
2019-07-06Enforce 'cond: bool' in while-expr + improve reachability diags.Mazdak Farrokhzad-23/+19
2019-07-06min_const_fn: change error message due to changed desugaring.Mazdak Farrokhzad-18/+19
2019-07-06Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-07-06Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavisMazdak Farrokhzad-37/+88
2019-07-05Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisaMazdak Farrokhzad-0/+105
2019-07-05Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkovMazdak Farrokhzad-5/+5
2019-07-05Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=CentrilMazdak Farrokhzad-0/+328
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-161/+185
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-15/+100
2019-07-06Fix test annotationYuki Okushi-1/+1
2019-07-06Remove compile-pass from compiletestYuki Okushi-4/+4
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-0/+24
2019-07-05Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkorMazdak Farrokhzad-0/+32
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-30/+30
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-76/+206
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-14/+2
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-0/+105
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-9/+23
2019-07-04Break out of the correct number of scopes in loopsMatthew Jasper-0/+24
2019-07-04Create async version of the dynamic-drop testMatthew Jasper-0/+328
2019-07-04Improve error span for async type inference errorAaron Hill-0/+32
2019-07-04Add test for ICE #62375Wesley Wiser-0/+22
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-14/+2
2019-07-04improve validity error range printing for singleton rangesRalf Jung-2/+2
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-37/+88
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-716/+716
2019-07-04Rollup merge of #62258 - petrochenkov:idclean, r=CentrilMazdak Farrokhzad-53/+21
2019-07-04Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelixMazdak Farrokhzad-0/+21
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-30/+30
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-76/+206
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-6/+6
2019-07-03Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakisMark Rousskov-0/+26
2019-07-03Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r...bors-48/+686
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-716/+716
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-11/+11
2019-07-02fix ICE with delay-span-bugNiko Matsakis-0/+33
2019-07-02address nitsNiko Matsakis-6/+6
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/elided.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rsNiko Matsakis-1/+1