about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-11-13parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-0/+30
2019-11-12Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelixbors-6/+190
2019-11-12Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitorbors-6/+27
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-0/+21
2019-11-12Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=CentrilYuki Okushi-6/+6
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-12/+275
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-6/+73
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-0/+117
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-0/+21
2019-11-11Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkovbors-324/+369
2019-11-11Fix error message about exported symbols from proc-macro cratesLukas Kalbertodt-6/+6
2019-11-11Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddybbors-0/+15
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-324/+369
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-28/+261
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-12/+12
2019-11-10Undo an assert causing an ICE until we fix the problem properlyOliver Scherer-0/+15
2019-11-09Address review commentsVadim Petrochenkov-2/+114
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-28/+45
2019-11-09Support registering attributes and attribute tools using crate-level attributesVadim Petrochenkov-0/+104
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-33/+54
2019-11-09Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakisMazdak Farrokhzad-4/+4
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-1/+43
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-1492/+214
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-12/+12
2019-11-08Bless tests now that we do promotion if `min_const_fn` failsDylan MacKenzie-28/+7
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-155/+155
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-394/+161
2019-11-08Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r...bors-0/+17
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-104/+113
2019-11-08Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddybbors-0/+9
2019-11-07Add more --extern tests.Eric Huss-0/+9
2019-11-07Rollup merge of #66182 - RalfJung:invalid-value, r=CentrilMazdak Farrokhzad-35/+35
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-328/+324
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-30/+25
2019-11-07invalid_value lint: fix help textRalf Jung-35/+35
2019-11-07Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasperMazdak Farrokhzad-0/+103
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-0/+14
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-172/+233
2019-11-07Rollup merge of #65752 - estebank:sugg, r=CentrilMazdak Farrokhzad-9/+70
2019-11-07Use -Zsave-analysis when compiling issue-37323.rsTomasz Miąsko-0/+1
2019-11-07test that extern lits accept raw strings annd escapesMazdak Farrokhzad-0/+26
2019-11-07test that parser is oblivious to set of ABIsMazdak Farrokhzad-0/+17
2019-11-07parser: allow ABIs from literal macro fragmentsMazdak Farrokhzad-4/+30
2019-11-07parser: don't hardcode ABIs into grammarMazdak Farrokhzad-168/+160
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-155/+155
2019-11-07Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obkYuki Okushi-2/+2
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-7/+71
2019-11-07Rollup merge of #65794 - Centril:unimpl-internal, r=varkorYuki Okushi-18/+17
2019-11-06Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddybbors-0/+12
2019-11-06Suggest missing item from `trait` in `impl`Esteban Küber-9/+70