summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-02-22partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbcNiko Matsakis-1/+19
2019-02-22update test files to reflect new outputNiko Matsakis-0/+12
2019-02-22restore the actual leak-checkNiko Matsakis-14/+193
2019-02-22introduce a dummy leak check and invoke it in all the right placesNiko Matsakis-39/+105
2019-02-22reintroduce `commit_if_ok` calls to `subtype_predicate`Niko Matsakis-14/+16
2019-02-22reintroduce `commit_if_ok` call into `higher_ranked_sub`Niko Matsakis-20/+27
2019-02-22s/skol_/placeholder_/Niko Matsakis-10/+10
2019-02-22make generalization code create new variables in correct universeNiko Matsakis-21/+64
2019-02-22Fix #57979 by allowing a legitimate type error to take precedence over an ICE.Felix S. Klock II-1/+10
2019-02-17Make `intern_lazy_const` actually intern its argument.Nicholas Nethercote-17/+19
2019-01-24Fix typo bug in DepGraph::try_mark_green().Michael Woerister-1/+1
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
2019-01-14Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoeristerMazdak Farrokhzad-44/+57
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-9/+9
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-44/+57
2019-01-13Suggest removal of semicolon when appropriateEsteban Küber-2/+15
2019-01-13Tweak output of type mismatch between "then" and `else` `if` armsEsteban Küber-5/+12
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-2/+0
2019-01-13Querify local proc_macro_decls_staticIgor Matuszewski-2/+0
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-50/+84
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-4/+17
2019-01-13Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoeristerMazdak Farrokhzad-46/+67
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-13/+193
2019-01-13Auto merge of #57567 - Centril:stabilize-transpose, r=alexregbors-1/+0
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-1/+1
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-1/+0
2019-01-13Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkovMazdak Farrokhzad-10/+7
2019-01-13Rollup merge of #57494 - dotdash:expand, r=nikomatsakisMazdak Farrokhzad-8/+23
2019-01-12Don't add label to the match expr when the type is not fully realizedEsteban Küber-1/+3
2019-01-12Reword label as per review commentEsteban Küber-1/+1
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-4/+15
2019-01-12Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakisbors-1/+1
2019-01-12Use `ptr::eq` where applicableIgor Matuszewski-10/+7
2019-01-12resolve: Prohibit use of imported non-macro attributesVadim Petrochenkov-1/+1
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-1/+1
2019-01-12Rollup merge of #57434 - nnethercote:rm-CrateNum-Invalid, r=petrochenkovMazdak Farrokhzad-4/+0
2019-01-12Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-...Mazdak Farrokhzad-1/+5
2019-01-12Rollup merge of #56906 - blitzerr:master, r=nikomatsakisMazdak Farrokhzad-0/+11
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-1/+1
2019-01-11Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakisbors-9/+24
2019-01-11Address commentsJohn Kåre Alsaker-22/+16
2019-01-11Make more passes incrementalJohn Kåre Alsaker-13/+199
2019-01-10Add a fast path for identical regions in lub_concrete_regionsBjörn Steinbrink-0/+7
2019-01-10Drop "solved" constraints during region expansionBjörn Steinbrink-8/+16
2019-01-09Clean up and fix a bug in query plumbingJohn Kåre Alsaker-20/+21
2019-01-09clarify resolve typo suggestionAndy Russell-1/+2
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-19/+28