about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-20/+19
2019-01-19Use a struct for user type annotationsMatthew Jasper-10/+39
2019-01-19Rename CanonicalUserTypeAnnotation -> CanonicalUserTypeMatthew Jasper-7/+7
2019-01-19Rename UserTypeAnnotation -> UserTypeMatthew Jasper-19/+19
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-19Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker-172/+348
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-18remove more old readmesmark-702/+8
2019-01-18Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoeristerbors-112/+112
2019-01-18Manually inline a function that was only used onceOliver Scherer-10/+0
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-17Avoid erase_regions_ty queries if there are no regions to eraseBjörn Steinbrink-1/+6
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-15update/remove some old readmesmark-75/+5
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
2019-01-15Address commentsJohn Kåre Alsaker-4/+7
2019-01-15Optimize try_mark_green and eliminate the lock on dep node colorsJohn Kåre Alsaker-115/+112
2019-01-15Add missing unpretty option help messageHirokazu Hata-2/+7
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-5/+88
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-14Rollup merge of #57570 - Xanewok:querify-some, r=ZoxcMazdak Farrokhzad-4/+0
2019-01-14Rollup merge of #57480 - Zoxc:query-fix, r=michaelwoeristerMazdak Farrokhzad-20/+21
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-1/+2