about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-05or-patterns: fix pprust-expr-roundtrip due to AST change.Mazdak Farrokhzad-3/+3
2019-09-05or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.Mazdak Farrokhzad-83/+15
2019-09-05resolve: merge `resolve_pats` and `resolve_pattern_top`.Mazdak Farrokhzad-19/+6
2019-09-05or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.Mazdak Farrokhzad-46/+72
2019-09-05or-patterns: adjust librustc_lint.Mazdak Farrokhzad-1/+1
2019-09-05or-patterns: syntax: adjust derive, format, and building.Mazdak Farrokhzad-18/+14
2019-09-05or-patterns: syntax: adjust pretty printing.Mazdak Farrokhzad-13/+8
2019-09-05or-patterns: syntax: adjust parser removing a hack.Mazdak Farrokhzad-15/+3
2019-09-05or-patterns: syntax: adjust `visit` and `mut_visit`.Mazdak Farrokhzad-17/+13
2019-09-05or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.Mazdak Farrokhzad-3/+3
2019-09-05resolve: test consistent or-patterns being allowed.Mazdak Farrokhzad-38/+132
2019-09-05resolve: test binding mode consistency for or-patterns.Mazdak Farrokhzad-0/+98
2019-09-05resolve: add test for missing bindings in or-patterns.Mazdak Farrokhzad-0/+324
2019-09-05resolve: account for general or-patterns in consistency checking.Mazdak Farrokhzad-49/+93
2019-09-05resolve: add tests for already-bound check.Mazdak Farrokhzad-0/+136
2019-09-05resolve: revamp already-bound check -- fix some bugs.Mazdak Farrokhzad-59/+79
2019-09-05resolve: already-bound-check: account for or-patterns.Mazdak Farrokhzad-59/+88
2019-09-05resolve: move `resolve_block` to a better place.Mazdak Farrokhzad-43/+43
2019-09-05resolve: move `fresh_binding`.Mazdak Farrokhzad-55/+52
2019-09-05resolve: add `type IdentMap<T>` alias.Mazdak Farrokhzad-5/+7
2019-09-05resolve: extract `try_resolve_as_non_binding`.Mazdak Farrokhzad-57/+69
2019-09-05resolve: simplify `resolve_arm`.Mazdak Farrokhzad-3/+1
2019-09-05resolve: cleanup using `with_rib`, etc.Mazdak Farrokhzad-145/+118
2019-09-05resolve: extract `resolve_params`.Mazdak Farrokhzad-20/+15
2019-09-05Rollup merge of #64148 - guanqun:typo-fix, r=zackmdavisMazdak Farrokhzad-3/+3
2019-09-05Rollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievinkMazdak Farrokhzad-6/+14
2019-09-05Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...Mazdak Farrokhzad-133/+86
2019-09-05Rollup merge of #64128 - Centril:unused-parens-pat, r=davidtwcoMazdak Farrokhzad-64/+256
2019-09-05Rollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integer...Mazdak Farrokhzad-0/+8
2019-09-05Rollup merge of #64120 - nnethercote:move-path-parsing-earlier, r=petrochenkovMazdak Farrokhzad-26/+30
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-150/+283
2019-09-05Rollup merge of #64092 - michaelwoerister:update-xlto-table-rustc-book-1.37, ...Mazdak Farrokhzad-0/+1
2019-09-05Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichtonMazdak Farrokhzad-0/+54
2019-09-05Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...Mazdak Farrokhzad-6/+100
2019-09-05Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakisMazdak Farrokhzad-0/+299
2019-09-05Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obkMazdak Farrokhzad-29/+36
2019-09-05Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcmMazdak Farrokhzad-7/+6
2019-09-05Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-SimulacrumMazdak Farrokhzad-7/+4
2019-09-05Avoid feature name 'checked_duration_since' in a Tidy testVitaly _Vi Shukela-2/+2
2019-09-05Stabilize checked_duration_since for 1.39.0Vitaly _Vi Shukela-5/+2
2019-09-04Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-09-04Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obkbors-7/+9
2019-09-04Update cargo, booksEric Huss-0/+0
2019-09-04fix a few typos in commentsGuanqun Lu-3/+3
2019-09-04Fix doc links in `std::cmp` moduleLzu Tao-6/+14
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-105/+123
2019-09-04Auto merge of #63166 - ksqsf:master, r=alexcrichtonbors-0/+81
2019-09-04Add `Symbol::{with,with2}`.Nicholas Nethercote-13/+29
2019-09-04Remove `LocalInternedString::intern`.Nicholas Nethercote-13/+0