about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-11Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiserYuki Okushi-0/+41
2019-12-10Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakisbors-0/+40
2019-12-09Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPCTyler Mandry-0/+20
2019-12-09Rollup merge of #67113 - Centril:enum-vis-pretty-fix, r=davidtwcoTyler Mandry-0/+8
2019-12-09resolve: Make visibility resolution more speculativeVadim Petrochenkov-10/+2
2019-12-09resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-0/+48
2019-12-09Show const_err lint in addition to the hard errorOliver Scherer-2/+16
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-0/+361
2019-12-09Do not ICE on closureYuki Okushi-0/+20
2019-12-09Auto merge of #67004 - estebank:issue-66958, r=eddybbors-0/+28
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-59/+62
2019-12-08Ensure that we get a hard error on generic ZST constants if their body causes...Oliver Scherer-0/+27
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-103/+125
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-261/+57
2019-12-07Print the visibility in `print_variant`.Mazdak Farrokhzad-0/+8
2019-12-06Add additional layer of #[track_caller] to test, avoid const prop.Adam Perry-4/+10
2019-12-06Rollup merge of #67078 - kamleshbhalui:master, r=CentrilMazdak Farrokhzad-0/+13
2019-12-06Rollup merge of #67052 - Centril:config-1, r=petrochenkovMazdak Farrokhzad-34/+144
2019-12-06Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=CentrilMazdak Farrokhzad-12/+89
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-88/+249
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-6/+38
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-17/+27
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-11/+79
2019-12-06review commentsEsteban Küber-5/+5
2019-12-06Do not ICE on async fn with non-Copy infered type argEsteban Küber-0/+28
2019-12-07Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obkYuki Okushi-0/+43
2019-12-07Rollup merge of #67008 - ollie27:rustdoc_issue_61732, r=CentrilYuki Okushi-0/+15
2019-12-07Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddybYuki Okushi-0/+15
2019-12-07Rollup merge of #66846 - gizmondo:master, r=michaelwoeristerYuki Okushi-0/+15
2019-12-06add subset relations test using poloniusRemy Rakic-0/+44
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+128
2019-12-06bless polonius output of test ui/nll/outlives-suggestion-simple.rsRemy Rakic-0/+121
2019-12-06bless polonius output of test hrtb-perfect-forwarding.rsRemy Rakic-0/+68
2019-12-06Make try_mark_previous_green aware of cycles.Alex Aktsipetrov-0/+15
2019-12-06Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomezYuki Okushi-7/+20
2019-12-06Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichtonYuki Okushi-9/+9
2019-12-06accept union inside enum if not followed by identifierKamlesh Kumar-0/+13
2019-12-05Error message no longer implies #[track_caller] is a requirement for Rust ABI.Adam Perry-2/+3
2019-12-05Add test for Location::caller in a macro.Adam Perry-0/+21
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-15/+15
2019-12-05Remove #[track_caller] from incomplete features list.Adam Perry-88/+8
2019-12-05Add failing test for codegen'd track_caller attribute.Adam Perry-0/+48
2019-12-05Rename test filename to match others.Adam Perry-1/+1
2019-12-05Implement #[track_caller] in const.Adam Perry-9/+35
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-307/+99
2019-12-06use abort instead of unreachableRalf Jung-3/+3
2019-12-05Rollup merge of #67055 - lqd:const_qualif, r=oli-obkMazdak Farrokhzad-0/+51
2019-12-05Rollup merge of #67044 - Centril:67037, r=estebankMazdak Farrokhzad-0/+43
2019-12-05Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPCMazdak Farrokhzad-123/+301
2019-12-05Rollup merge of #67010 - estebank:raw-idents, r=CentrilMazdak Farrokhzad-6/+50