about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-09Address review comments + Update NLL testsVadim Petrochenkov-6/+118
2020-01-09Update testsVadim Petrochenkov-355/+2841
2020-01-09Rollup merge of #68024 - petrochenkov:recoverall, r=CentrilMazdak Farrokhzad-94/+77
2020-01-09Rollup merge of #68023 - FSciammarella:master, r=Centril,varkorMazdak Farrokhzad-2/+2
2020-01-09Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasperMazdak Farrokhzad-0/+978
2020-01-09Rollup merge of #67979 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-1/+1
2020-01-09Rollup merge of #67747 - estebank:bare-assoc-const, r=CentrilMazdak Farrokhzad-4/+20
2020-01-09Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorinoMazdak Farrokhzad-0/+71
2020-01-08Fix Typo on cannot "substract"Felipe Sciammarella-2/+2
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-94/+77
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-4/+20
2020-01-09Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomezYuki Okushi-3/+30
2020-01-09Rollup merge of #67887 - anp:tracked-std-panics, r=nagisaYuki Okushi-0/+38
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-5/+30
2020-01-09Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebankYuki Okushi-0/+13
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-83/+85
2020-01-08slice patterns: harden match-based borrowck testsMazdak Farrokhzad-0/+978
2020-01-07Skip caller location test in wasm32.Adam Perry-0/+1
2020-01-07Rollup merge of #67936 - euclio:assoc-type-bad-style, r=CentrilYuki Okushi-2/+12
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-0/+10
2020-01-07Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=CentrilYuki Okushi-22/+0
2020-01-07Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkovYuki Okushi-4/+24
2020-01-07Rollup merge of #67877 - dtolnay:const-_, r=nagisaYuki Okushi-0/+7
2020-01-07Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwcoYuki Okushi-1/+1
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-3/+30
2020-01-06Account for `type X = impl Trait;` in lifetime suggestionEsteban Küber-1/+1
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-22/+0
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-2/+12
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-8/+12
2020-01-06Rollup merge of #67915 - lzutao:Self, r=CentrilDylan DPC-2/+2
2020-01-06Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisaDylan DPC-0/+31
2020-01-06Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obkDylan DPC-0/+34
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2020-01-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-109/+19
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-0/+10
2020-01-05Silence `TooGeneric` errorvarkor-0/+31
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-0/+34
2020-01-05Rollup merge of #67881 - varkor:scattering-of-backticks, r=CentrilDylan DPC-99/+99
2020-01-05Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume...Dylan DPC-0/+21
2020-01-05Handle multiple error fix suggestions carefulyLaurent Bonnans-4/+24
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-8/+12
2020-01-04Fix typoAdam Perry-1/+1
2020-01-04Result's panics have `#[track_caller]`.Adam Perry-0/+8
2020-01-04Option's panics are all #[track_caller].Adam Perry-0/+29
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-109/+19
2020-01-05Add backticks to various diagnosticsvarkor-99/+99
2020-01-04Omit underscore constants from rustdocDavid Tolnay-0/+7
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-5/+30
2020-01-04add ui testcjkenn-0/+13