about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-125/+255
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-10/+17
2019-10-02typo fix in the codeGuanqun Lu-1/+1
2019-10-01Rename to `was_placeholder` to `from_forall`Aaron Hill-1/+11
2019-10-02comment fixesGuanqun Lu-0/+4
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-4/+6
2019-10-01Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorinoMazdak Farrokhzad-47/+22
2019-10-01Update src/librustc/ty/mod.rsSantiago Pastorino-1/+1
2019-10-01Make comment about dummy type a bit more clearSantiago Pastorino-1/+2
2019-10-01address review commentsAlex Zatelepin-15/+13
2019-10-01fix spurious unreachable_code lints for try{} block ok-wrappingAlex Zatelepin-13/+32
2019-10-01Rollup merge of #64937 - estebank:dedup-closure-err, r=CentrilMazdak Farrokhzad-1/+12
2019-10-01Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko...Mazdak Farrokhzad-13/+201
2019-10-01Remove the `$lt_tcx` parameter from `direct_interners!`.Nicholas Nethercote-7/+7
2019-10-01Inline and remove `intern_method!`.Nicholas Nethercote-26/+14
2019-10-01Remove special treatment for `_intern_canonical_var_infos`.Nicholas Nethercote-14/+1
2019-10-01Reorder the slice interners.Nicholas Nethercote-2/+2
2019-10-01Avoid `SmallVec::collect()` in `List<Predicate>::super_fold_with()`.Nicholas Nethercote-2/+15
2019-10-01Avoid `SmallVec::collect()` in `Result::intern_with()`.Nicholas Nethercote-2/+23
2019-09-30Deduplicate closure type errorsEsteban Küber-1/+12
2019-10-01Avoid `SmallVec::collect()` in `SubstsRef::super_fold_with()`.Nicholas Nethercote-8/+35
2019-09-30async/await: improve obligation errorsDavid Wood-13/+201
2019-09-30Make the default parallelism 1Mark Rousskov-10/+17
2019-09-30syntax: Split `ast::Attribute` into container and inner partsVadim Petrochenkov-8/+11
2019-09-30Remove unused parts of ExprUseVisitorMatthew Jasper-380/+78
2019-09-30Remove HIR based const qualificationMatthew Jasper-83/+14
2019-09-30Auto merge of #64778 - csmoe:index, r=eddybbors-52/+53
2019-09-30Self-Profiling: Make names of existing events more consistent and use new API.Michael Woerister-15/+11
2019-09-30Self-Profiling: Refactor SelfProfiler API to be RAII based where possible.Michael Woerister-110/+244
2019-09-29Auto merge of #64673 - Mark-Simulacrum:opt-match-ck, r=oli-obkbors-2/+16
2019-09-29Optimize try_eval_bits to avoid layout queriesMark Rousskov-2/+16
2019-09-29Rollup merge of #64858 - skinny121:str-const-generics, r=varkorMazdak Farrokhzad-3/+31
2019-09-29Rollup merge of #64825 - estebank:match-unit, r=CentrilMazdak Farrokhzad-12/+37
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-45/+45
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-7/+11
2019-09-29clean ClosureSubsts in rustc::tycsmoe-21/+26
2019-09-29introduce from_ref helper for replacementcsmoe-13/+86
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-7/+8
2019-09-29Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichtonbors-0/+2
2019-09-29Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomats...bors-1/+9
2019-09-29Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centrilbors-373/+143
2019-09-29Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ...Mazdak Farrokhzad-309/+114
2019-09-29Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-SimulacrumMazdak Farrokhzad-2/+6
2019-09-29Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasperMazdak Farrokhzad-62/+23
2019-09-29Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb...bors-0/+2
2019-09-28Put panic=abort test support behind -Z panic_abort_testsTyler Mandry-0/+2
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-2/+23
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-7/+38
2019-09-28clean upEsteban Küber-2/+2
2019-09-28review commentsEsteban Küber-0/+5