| Age | Commit message (Expand) | Author | Lines |
| 2019-10-09 | Refactor a nested `if` to a `match` | Oliver Scherer | -11/+7 |
| 2019-10-09 | Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an... | Michael Woerister | -1/+1 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+6 |
| 2019-10-09 | Add failing example for Self in supertrait listing in E0038 documentation | Konrad Borowski | -1/+5 |
| 2019-10-09 | Rollup merge of #65037 - anp:track-caller, r=oli-obk | Mazdak Farrokhzad | -2/+52 |
| 2019-10-09 | Change incorrect trait name in E0038 error documentation | Konrad Borowski | -1/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-08 | Rollup merge of #65213 - estebank:peel-drop-temps, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+11 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -149/+4 |
| 2019-10-08 | Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -11/+14 |
| 2019-10-08 | review comments | Esteban Küber | -8/+4 |
| 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/+23 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -28/+38 |
| 2019-10-08 | Ignore `ExprKind::DropTemps` for some ref suggestions | Esteban Küber | -0/+17 |
| 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 | -31/+0 |
| 2019-10-08 | Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPC | Mazdak Farrokhzad | -2/+41 |
| 2019-10-08 | Add ?Sized bound to a supertrait listing in E0038 error documentation | Konrad Borowski | -4/+4 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -12/+73 |
| 2019-10-08 | Remove `InferCtxt::in_snapshot()`. | Nicholas Nethercote | -34/+23 |
| 2019-10-08 | Clarify a comment in `RegionConstraintCollector::leak_check`. | Nicholas Nethercote | -3/+5 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -11/+24 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -1/+18 |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -0/+8 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -2/+2 |
| 2019-10-07 | Add long error explanation for E0495 | Guillaume Gomez | -2/+41 |
| 2019-10-07 | E073[6-8] include failing code examples. | Adam Perry | -0/+10 |
| 2019-10-07 | E0735 -> E0739 | Adam Perry | -2/+2 |
| 2019-10-07 | track_caller error numbers and text. | Adam Perry | -12/+12 |
| 2019-10-07 | track_caller run-pass test, lint cleanup, PR review. | Adam Perry | -21/+15 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -1/+47 |
| 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 #65178 - Centril:rollup-ep1zztj, r=Centril | bors | -1/+29 |
| 2019-10-07 | Fix/improve some error codes long explanation | Guillaume Gomez | -7/+11 |
| 2019-10-07 | Rollup merge of #65164 - GuillaumeGomez:long-err-explanation-E0566, r=estebank | Mazdak Farrokhzad | -1/+21 |
| 2019-10-07 | Auto merge of #64739 - guanqun:remove-as-str, r=estebank | bors | -0/+4 |
| 2019-10-07 | Address review comments. | Charles Lew | -1/+1 |
| 2019-10-07 | Add support for parsing #[link_ordinal] attribute. | Charles Lew | -0/+6 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -0/+2 |
| 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 #65169 - tmandry:rollup-qxjj8xp, r=tmandry | bors | -1/+1 |