about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-13Add documentation for pub keywordsjud-2/+8
2020-03-12Rollup merge of #69945 - contrun:fix-outdated-comment, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-12Rollup merge of #69921 - matthiaskrgr:rustdoc_import, r=CentrilMazdak Farrokhzad-1/+0
2020-03-12Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obkMazdak Farrokhzad-7/+19
2020-03-12Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfacklerMazdak Farrokhzad-0/+21
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-108/+108
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-141/+184
2020-03-12Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simula...Mazdak Farrokhzad-39/+29
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-106/+104
2020-03-12Rollup merge of #69011 - foeb:document-unsafe-core-fmt, r=Mark-SimulacrumMazdak Farrokhzad-6/+45
2020-03-12Rollup merge of #68899 - kinseytamsin:lexerror-error-impl, r=CentrilMazdak Farrokhzad-1/+11
2020-03-12update outdated commentYI-1/+1
2020-03-12Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morsebors-7/+23
2020-03-12Auto merge of #68191 - simlay:add-tvSO-target, r=nagisabors-21/+90
2020-03-11Give LexError more descriptive Display implKinsey Favre-1/+1
2020-03-11Correct stability attribute for new LexError implsKinsey Favre-2/+2
2020-03-11Reformat match statement to make the check passLena Wildervanck-3/+1
2020-03-11Format the match statementLena Wildervanck-3/+6
2020-03-11Add Display and Error impls for proc_macro::LexErrorKinsey Favre-1/+11
2020-03-11review commentsEsteban Küber-51/+53
2020-03-11rustdoc: remove unused importMatthias Krüger-1/+0
2020-03-11Rollup merge of #69893 - tmiasko:cstr, r=petrochenkovMazdak Farrokhzad-56/+62
2020-03-11Rollup merge of #69888 - wesleywiser:miri_exception_env_var_to_session_var, r...Mazdak Farrokhzad-13/+44
2020-03-11Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,...Mazdak Farrokhzad-1/+15
2020-03-11Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddybMazdak Farrokhzad-7/+55
2020-03-11Rollup merge of #69828 - RalfJung:vec-leak, r=kennytmMazdak Farrokhzad-4/+12
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-401/+926
2020-03-11Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkovMazdak Farrokhzad-3/+10
2020-03-11Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27Mazdak Farrokhzad-25/+137
2020-03-11Rollup merge of #69896 - petrochenkov:reqname2, r=CentrilMazdak Farrokhzad-3/+23
2020-03-11Rollup merge of #69891 - Centril:fix-69875, r=varkorMazdak Farrokhzad-1/+48
2020-03-11Rollup merge of #69859 - contrun:fix-62456, r=matthewjasperMazdak Farrokhzad-6/+46
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-1/+50
2020-03-11Rollup merge of #69766 - skade:make-point-copy-in-add-documentation, r=shepma...Mazdak Farrokhzad-6/+6
2020-03-11Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPCMazdak Farrokhzad-0/+19
2020-03-11Rollup merge of #69625 - Stebalien:feat/iter-copy-specialize, r=KodrAusMazdak Farrokhzad-0/+12
2020-03-11Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakisMazdak Farrokhzad-7/+111
2020-03-11Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obkMazdak Farrokhzad-19/+48
2020-03-11Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddybMazdak Farrokhzad-169/+370
2020-03-11librustc_codegen_llvm: Use slices instead of 0-terminated stringsTomasz Miąsko-56/+62
2020-03-10review commentsEsteban Küber-68/+22
2020-03-10[Miri] Use a session variable instead of checking for an env var alwaysWesley Wiser-13/+44
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-55/+55
2020-03-10Rename Rustc Guide to Rustc Dev GuideSantiago Pastorino-2/+2
2020-03-10Rename rustc_guide to rustc_dev_guideSantiago Pastorino-2/+2
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-78/+78
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-58/+58
2020-03-10parse: Tweak the function parameter edition checkVadim Petrochenkov-3/+23
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-287/+190
2020-03-10Make Point `Copy` in arithmetic documentationFlorian Gilcher-6/+6