about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-05Rollup merge of #74057 - lcnr:expected_found, r=davidtwcoManish Goregaokar-35/+30
2020-07-05Rollup merge of #74055 - pickfire:patch-1, r=jonas-schievinkManish Goregaokar-2/+2
2020-07-05Rollup merge of #74027 - lcnr:ConstCx-local-def-id, r=varkorManish Goregaokar-49/+40
2020-07-05Rollup merge of #74025 - tmiasko:try-unwrap, r=AmanieuManish Goregaokar-2/+1
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-1/+103
2020-07-05Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasperManish Goregaokar-25/+90
2020-07-05Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkorManish Goregaokar-1/+81
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-17/+71
2020-07-05Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morseManish Goregaokar-193/+307
2020-07-05Rollup merge of #73787 - pickfire:rustc-attrs, r=RalfJungManish Goregaokar-0/+53
2020-07-05Rollup merge of #72688 - djugei:master, r=AmanieuManish Goregaokar-0/+16
2020-07-05Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obkbors-39/+133
2020-07-05expected found `&T` -> `T`Bastian Kauschke-35/+30
2020-07-05Fix spacing in Iterator fold docIvan Tham-2/+2
2020-07-04Fix #71977Nadrieril-17/+82
2020-07-05Address code reviewsYuki Okushi-21/+43
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-1/+59
2020-07-04Match on `Symbol` instead of `&str` for type-checking intrinsics.Oliver Scherer-115/+229
2020-07-04Make `rustc_peek` a safe intrinsicOliver Scherer-79/+79
2020-07-04nitBastian Kauschke-1/+1
2020-07-04instantiate_opaque_types LocalDefIdBastian Kauschke-20/+15
2020-07-04ConstCx to LocalDefIdBastian Kauschke-29/+25
2020-07-04Remove unnecessary release from Arc::try_unwrapTomasz Miąsko-2/+1
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-1/+103
2020-07-04Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrumbors-3/+177
2020-07-04Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearthbors-121/+1857
2020-07-03Rollup merge of #73999 - eddyb:svv-prereq, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-03Rollup merge of #73997 - rust-lang:lcnr-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-03Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievinkManish Goregaokar-4/+6
2020-07-03Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obkManish Goregaokar-35/+1411
2020-07-03Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJungManish Goregaokar-4/+10
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-16/+14
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-9/+33
2020-07-03Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJungManish Goregaokar-44/+59
2020-07-03Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obkManish Goregaokar-1/+13
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-5/+305
2020-07-03Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomezManish Goregaokar-1/+4
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-04Create new E0768 error code for "no valid digits found for number" errorGuillaume Gomez-1/+22
2020-07-03Auto merge of #73650 - pietroalbini:ci-aarch64-gnu, r=Mark-Simulacrumbors-3250/+136
2020-07-03Edit docs for rustc_data_structures::graph::sccpierwill-4/+6
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-03Bump mingw-check CI image from Ubuntu 16.04 to 18.04.Eduard-Mihai Burtescu-1/+1
2020-07-03fix typoBastian Kauschke-1/+1
2020-07-03Add rust-analyzer submoduleAleksey Kladov-3/+177
2020-07-03ci: remove the emulated aarch64-gnu imagePietro Albini-3179/+0
2020-07-03ci: add native aarch64-gnu docker builderPietro Albini-2/+38
2020-07-03ci: include the architecture in the docker cache keyPietro Albini-0/+4
2020-07-03ci: provide feedback when running an image on the wrong host archPietro Albini-0/+22
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-70/+73