| Age | Commit message (Expand) | Author | Lines |
| 2019-10-07 | fix ICE from debug output by using `kind_ty` in dumping closure | Niko Matsakis | -2/+9 |
| 2019-10-07 | avoid ICE when extracting closure-kind-ty from a canonicalized value | Niko Matsakis | -1/+3 |
| 2019-10-07 | correct bug in the "has escaping regions" visitor | Niko Matsakis | -7/+9 |
| 2019-10-07 | make type-flags exhaustive | Niko Matsakis | -1/+3 |
| 2019-10-07 | Auto merge of #64739 - guanqun:remove-as-str, r=estebank | bors | -0/+4 |
| 2019-10-07 | Remove `force_ex!`. | Nicholas Nethercote | -13/+5 |
| 2019-10-07 | Remove `def_id!`. | Nicholas Nethercote | -12/+9 |
| 2019-10-07 | Remove `krate!`. | Nicholas Nethercote | -5/+1 |
| 2019-10-07 | Remove `force!`. | Nicholas Nethercote | -5/+1 |
| 2019-10-06 | Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakis | bors | -0/+11 |
| 2019-10-06 | Auto merge of #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark... | bors | -16/+2 |
| 2019-10-06 | Remove loaded_from_cache map from DepGraph | Mark Rousskov | -8/+0 |
| 2019-10-05 | Pacify tidy | Jonas Schievink | -1/+4 |
| 2019-10-05 | Fix the bootstrap | Jonas Schievink | -0/+8 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -5/+5 |
| 2019-10-04 | remove GeneratorSubsts visitors | csmoe | -1/+1 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -5/+5 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -22/+20 |
| 2019-10-04 | replace GeneratorSubsts with SubstsRef | csmoe | -2/+10 |
| 2019-10-04 | Introduce a special case in `IntRange::from_const`. | Nicholas Nethercote | -16/+2 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -38/+51 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -50/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -110/+46 |
| 2019-10-02 | Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwco | Mazdak Farrokhzad | -0/+6 |
| 2019-10-02 | Rollup merge of #64961 - rust-lang:spastorino-patch-1, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-10-02 | Fix async/await ICE #64964 | Shotaro Yamada | -0/+6 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -4/+12 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -15/+15 |
| 2019-10-02 | typo fix in the code | Guanqun Lu | -1/+1 |
| 2019-10-02 | comment fixes | Guanqun Lu | -0/+4 |
| 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 | Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko... | Mazdak Farrokhzad | -1/+36 |
| 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-10-01 | Avoid `SmallVec::collect()` in `SubstsRef::super_fold_with()`. | Nicholas Nethercote | -8/+35 |
| 2019-09-30 | async/await: improve obligation errors | David Wood | -1/+36 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -1/+1 |
| 2019-09-30 | Auto merge of #64778 - csmoe:index, r=eddyb | bors | -15/+15 |
| 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 | -0/+4 |
| 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 | -2/+15 |