| Age | Commit message (Expand) | Author | Lines |
| 2019-10-14 | Rollup merge of #65170 - petrochenkov:cload, r=eddyb | Tyler Mandry | -3/+8 |
| 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 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -1/+42 |
| 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-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 |
| 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 |