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