| Age | Commit message (Expand) | Author | Lines |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -3/+2 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -6/+19 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -6/+6 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -4/+4 |
| 2019-10-21 | Remove unnecessary trait bounds from `keys::Keys`. | Nicholas Nethercote | -7/+2 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -29/+29 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -0/+3 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -45/+28 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -45/+28 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -0/+4 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -1/+1 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -0/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum | Tyler Mandry | -0/+7 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -0/+3 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -1/+1 |
| 2019-10-15 | Implement AsRef<[T]> for List<T> | Santiago Pastorino | -0/+7 |
| 2019-10-14 | Rollup merge of #65170 - petrochenkov:cload, r=eddyb | Tyler Mandry | -3/+8 |
| 2019-10-14 | Only expand types that contain projections | Tyler Mandry | -1/+3 |
| 2019-10-14 | Add expanded type cache to OpaqueTypeExpander | Tyler Mandry | -3/+14 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -3/+7 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -3/+8 |
| 2019-10-13 | Return `false` from `needs_drop` for all zero-sized arrays | Dylan MacKenzie | -0/+3 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -1/+42 |
| 2019-10-12 | Make trivial dropck outlives a query | Mark Rousskov | -0/+1 |
| 2019-10-11 | Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=Centril | Tyler Mandry | -21/+12 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -139/+137 |
| 2019-10-11 | resolve_for_fn_ptr checks that the instance is an Item before returning shim. | Adam Perry | -10/+12 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -0/+2 |
| 2019-10-10 | Instance::resolve_for_fn_ptr unconditionally resolves first. | Adam Perry | -9/+13 |
| 2019-10-10 | Improve docs for InstanceDef::ReifyShim. | Adam Perry | -1/+4 |
| 2019-10-09 | Qualify LangItem | Matt Stavola | -1/+1 |
| 2019-10-09 | Delegate is_{freeze,copy,sized}_raw to is_item_raw | Matt Stavola | -21/+12 |
| 2019-10-09 | Clarify comment, dedupe match arms in shim.rs. | Adam Perry | -1/+3 |
| 2019-10-09 | Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller present. | Adam Perry | -2/+2 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -6/+3 |
| 2019-10-09 | Add Instance::resolve_for_fn_ptr | Adam Perry | -1/+23 |
| 2019-10-09 | Add InstanceDef::ReifyShim for track_caller functions. | Adam Perry | -1/+12 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -0/+1 |
| 2019-10-09 | Refactor a nested `if` to a `match` | Oliver Scherer | -11/+7 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -50/+1 |
| 2019-10-09 | Refactor pretty print const to use a big match statement | ben | -121/+104 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -11/+15 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -28/+38 |
| 2019-10-08 | Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister | Mazdak Farrokhzad | -32/+13 |
| 2019-10-08 | Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri... | Mazdak Farrokhzad | -8/+0 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -12/+73 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -11/+24 |