| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -3/+3 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -0/+2 |
| 2019-10-24 | rustc: add `Span`s to `inferred_outlives_of` predicates. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-10-24 | self-profiling: Update measureme to 0.4.0 and use new RAII-based API. | Michael Woerister | -31/+11 |
| 2019-10-24 | self-profiling: Remove unused methods from profiler. | Michael Woerister | -48/+0 |
| 2019-10-23 | Rollup merge of #65704 - RalfJung:exact-size, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2019-10-23 | Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb | Mazdak Farrokhzad | -30/+57 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -136/+146 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -238/+303 |
| 2019-10-23 | Account for const generalisation in nll_relate | varkor | -7/+21 |
| 2019-10-23 | debug messages added | Kevyn Grasso | -0/+9 |
| 2019-10-23 | Account for const generalisation in combine | varkor | -3/+15 |
| 2019-10-23 | Add comments | Esteban Küber | -0/+73 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -33/+68 |
| 2019-10-23 | Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomez | Yuki Okushi | -3/+80 |
| 2019-10-22 | Add some documentation | Mark Rousskov | -8/+16 |
| 2019-10-22 | review comments: move code, fix indentation and change span | Esteban Küber | -39/+51 |
| 2019-10-22 | Drive-by formatting | Esteban Küber | -15/+31 |
| 2019-10-22 | Handle projection obligation errors | Esteban Küber | -10/+33 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -19/+55 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -33/+68 |
| 2019-10-22 | relax ExactSizeIterator bound on write_bytes: too many iterators don't have t... | Ralf Jung | -2/+5 |
| 2019-10-22 | Target-feature documented as unsafe. rustc book and rustc -C help have been m... | togiberlin | -1/+2 |
| 2019-10-22 | Fix an issue with const inference variables sticking around under Chalk + NLL | varkor | -27/+28 |
| 2019-10-22 | Add ignore-tidy-filelength on ty/context | Santiago Pastorino | -0/+1 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -46/+43 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -34/+82 |
| 2019-10-22 | Add intern table for `List<PlaceElem<'tcx>>` | Santiago Pastorino | -2/+20 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -8/+8 |
| 2019-10-22 | Add link to async/await | Yuki Okushi | -3/+6 |
| 2019-10-22 | Remove FIXME | varkor | -4/+3 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -11/+21 |
| 2019-10-22 | Move `search_for_adt_without_structural_match` to `ty/mod` | varkor | -2/+115 |
| 2019-10-22 | Apply suggestions | Yuki Okushi | -9/+16 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -3/+70 |
| 2019-10-21 | Move as_local impl to from Place to PlaceRef | Santiago Pastorino | -4/+10 |
| 2019-10-21 | PlaceElem<'tcx> should be Copy | Santiago Pastorino | -0/+2 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -45/+36 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -71/+58 |
| 2019-10-21 | Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk | Mazdak Farrokhzad | -19/+19 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -1/+3 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -45/+36 |
| 2019-10-21 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -0/+19 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -1/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -60/+52 |
| 2019-10-21 | remove write_repeat; it is subsumed by the new write_bytes | Ralf Jung | -19/+0 |
| 2019-10-21 | points the user away from the Allocation type and towards the Memory type | Ralf Jung | -0/+12 |
| 2019-10-21 | Remove `InternedString`. | Nicholas Nethercote | -11/+12 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -17/+16 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -8/+21 |