about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-01-22Rollup merge of #57798 - hellow554:master, r=davidtwcoMazdak Farrokhzad-2/+2
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-2/+2
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-3/+7
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-4/+25
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-3/+7
2019-01-21Differentiate between closure and function bodiesOliver Scherer-4/+25
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-2/+19
2019-01-21Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavisMazdak Farrokhzad-5/+21
2019-01-20Add "dereference boxed value" suggestion.David Wood-2/+19
2019-01-20Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisabors-6/+8
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-8/+11
2019-01-20Auto merge of #57651 - JohnTitor:give-char-type, r=estebankbors-0/+2
2019-01-20Mark incorrect recovered `char` literals as `TyErr` to avoid type errorsYuki Okushi-0/+1
2019-01-19Suggest usage of angle bracketsEsteban Küber-3/+12
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-1/+5
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-1/+1
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-251/+155
2019-01-19Rollup merge of #57719 - nnethercote:expand_node-FIDDLING, r=nikomatsakisMazdak Farrokhzad-16/+20
2019-01-19Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obkMazdak Farrokhzad-2/+7
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-17/+35
2019-01-19Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-114/+112
2019-01-19Rollup merge of #57698 - michaelwoerister:issue57692, r=ZoxcMazdak Farrokhzad-1/+1
2019-01-19Rollup merge of #57634 - oli-obk:remove_unused_argument, r=davidtwcoMazdak Farrokhzad-57/+1
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-41/+63
2019-01-19Rollup merge of #57501 - petrochenkov:highvar, r=alexregMazdak Farrokhzad-0/+7
2019-01-19Rollup merge of #57476 - Xanewok:bye-crate-analysis, r=ZoxcMazdak Farrokhzad-11/+16
2019-01-19Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisaMazdak Farrokhzad-4/+24
2019-01-19Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoeristerbors-5/+88
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-25/+73
2019-01-18Rollup merge of #57658 - nnethercote:rm-hir-P-Lit, r=michaelwoeristerMazdak Farrokhzad-15/+4
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-23/+6
2019-01-18Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoeristerbors-112/+112
2019-01-18Inline `expand_node`.Nicholas Nethercote-9/+14
2019-01-18Remove unneeded `origin` arg from `iterate_until_fixed_point`'s closure.Nicholas Nethercote-7/+6
2019-01-17Fix typo bug in DepGraph::try_mark_green().Michael Woerister-1/+1
2019-01-17Use a faster early exit during region expansionBjörn Steinbrink-6/+8
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-11/+16
2019-01-17Remove `hir::StmtKind::Decl`.Nicholas Nethercote-196/+95
2019-01-16Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkovbors-1/+1
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-70/+75
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-0/+7
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-2/+1
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-73/+15
2019-01-16Remove `hir::Label`.Nicholas Nethercote-13/+2
2019-01-16Use `Lit` rather than `P<Lit>` in `hir::ExprKind`.Nicholas Nethercote-2/+2
2019-01-16Add new literal type ErrYuki Okushi-0/+1
2019-01-15Make the query comment into a doc commentIgor Matuszewski-1/+2
2019-01-15Remove an unused function argumentOliver Scherer-57/+1
2019-01-15Querify entry_fnIgor Matuszewski-41/+62