about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-18/+249
2020-01-19Auto merge of #68343 - matthiaskrgr:submodule_upd, r=oli-obkbors-8/+12
2020-01-19submodules: update clippy from a8d90f6a to fd0428f6Matthias Krüger-8/+12
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+6
2020-01-19Rollup merge of #68247 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCDylan DPC-7/+15
2020-01-19Rollup merge of #67682 - wesleywiser:remove_opty_const_typedef, r=Dylan-DPCDylan DPC-11/+5
2020-01-19Auto merge of #67758 - ssomers:testing_range, r=Mark-Simulacrumbors-31/+150
2020-01-19Auto merge of #68030 - cuviper:llvm-9.0.1, r=nikicbors-0/+0
2020-01-18[const-prop] Run `x.py fmt`Wesley Wiser-5/+1
2020-01-18[const-prop] Remove useless typedefWesley Wiser-7/+5
2020-01-18Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPCMazdak Farrokhzad-1/+5
2020-01-18Rollup merge of #68341 - fusion-engineering-forks:instant-docs, r=Dylan-DPCMazdak Farrokhzad-4/+4
2020-01-18Rollup merge of #68340 - GuillaumeGomez:clean-up-e0200, r=Dylan-DPCMazdak Farrokhzad-5/+14
2020-01-18Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27Mazdak Farrokhzad-2/+22
2020-01-18Rollup merge of #67712 - Centril:stabilize-slice_patterns, r=matthewjasperMazdak Farrokhzad-666/+387
2020-01-18slice_patterns: address review commentsMazdak Farrokhzad-2/+0
2020-01-18slice_patterns: remove from unstable bookMazdak Farrokhzad-32/+0
2020-01-18slice_patterns: organize some testsMazdak Farrokhzad-9/+9
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-490/+349
2020-01-18slice_patterns: remove feature gate testMazdak Farrokhzad-74/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-16/+16
2020-01-18Add a test for iter::empty::<*mut i32> being Sync and SendKonrad Borowski-0/+1
2020-01-18Make iter::Empty<T> implement Send and Sync for any TKonrad Borowski-0/+5
2020-01-18slice_patterns: adjust error codesMazdak Farrokhzad-8/+0
2020-01-18stabilize slice_patternsMazdak Farrokhzad-24/+2
2020-01-18Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakisbors-40/+36
2020-01-18clean up e0200 explanationGuillaume Gomez-5/+14
2020-01-18improve type_name_of_val docslcnr/Bastian Kauschke-1/+5
2020-01-18Fix table of syscalls in docs of std::time::SystemTime.Mara Bos-2/+2
2020-01-18Fix table of syscalls in docs of std::time::Instant.Mara Bos-2/+2
2020-01-18Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obkbors-22/+82
2020-01-18Auto merge of #68037 - msizanoen1:riscv-ci, r=alexcrichtonbors-0/+977
2020-01-18Auto merge of #67940 - JohnTitor:rustc-guide, r=JohnTitorbors-0/+0
2020-01-17Rollup merge of #68317 - GuillaumeGomez:clean-up-e0199, r=Dylan-DPCTyler Mandry-6/+15
2020-01-17Rollup merge of #68314 - oli-obk:true_unwind, r=eddybTyler Mandry-13/+6
2020-01-17Rollup merge of #68312 - varkor:issue-67753-regression, r=CentrilTyler Mandry-0/+26
2020-01-17Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakisTyler Mandry-75/+84
2020-01-17Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPCTyler Mandry-8/+9
2020-01-17Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkovTyler Mandry-9/+30
2020-01-17Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obkTyler Mandry-255/+296
2020-01-17Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obkTyler Mandry-25/+101
2020-01-17Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce...Tyler Mandry-1/+75
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-161/+166
2020-01-17Use named fields for `ast::ItemKind::Impl`Dylan MacKenzie-94/+130
2020-01-17Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasperbors-881/+789
2020-01-17Clean up E0199 explanationGuillaume Gomez-6/+15
2020-01-17formattingGuillaume Gomez-21/+19
2020-01-17Extend url in heading test a bitGuillaume Gomez-1/+1
2020-01-17Clean up E0198 explanationGuillaume Gomez-8/+9
2020-01-17Add regression test for integer literals in generic arguments in where clausesvarkor-0/+26