| Age | Commit message (Expand) | Author | Lines |
| 2019-12-06 | Rollup merge of #67078 - kamleshbhalui:master, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-12-06 | Rollup merge of #67052 - Centril:config-1, r=petrochenkov | Mazdak Farrokhzad | -34/+144 |
| 2019-12-06 | Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=Centril | Mazdak Farrokhzad | -12/+89 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -88/+249 |
| 2019-12-06 | parse_meta: ditch parse_in_attr | Mazdak Farrokhzad | -6/+38 |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -17/+27 |
| 2019-12-06 | cfg_attr: avoid .outer_tokens | Mazdak Farrokhzad | -11/+79 |
| 2019-12-07 | Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obk | Yuki Okushi | -0/+43 |
| 2019-12-07 | Rollup merge of #67008 - ollie27:rustdoc_issue_61732, r=Centril | Yuki Okushi | -0/+15 |
| 2019-12-07 | Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb | Yuki Okushi | -0/+15 |
| 2019-12-07 | Rollup merge of #66846 - gizmondo:master, r=michaelwoerister | Yuki Okushi | -0/+15 |
| 2019-12-06 | Make try_mark_previous_green aware of cycles. | Alex Aktsipetrov | -0/+15 |
| 2019-12-06 | Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez | Yuki Okushi | -7/+20 |
| 2019-12-06 | Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton | Yuki Okushi | -9/+9 |
| 2019-12-06 | accept union inside enum if not followed by identifier | Kamlesh Kumar | -0/+13 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -307/+99 |
| 2019-12-06 | use abort instead of unreachable | Ralf Jung | -3/+3 |
| 2019-12-05 | Rollup merge of #67055 - lqd:const_qualif, r=oli-obk | Mazdak Farrokhzad | -0/+51 |
| 2019-12-05 | Rollup merge of #67044 - Centril:67037, r=estebank | Mazdak Farrokhzad | -0/+43 |
| 2019-12-05 | Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC | Mazdak Farrokhzad | -123/+301 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -6/+50 |
| 2019-12-05 | Rollup merge of #66863 - osa1:fix_66702, r=cramertj | Mazdak Farrokhzad | -0/+18 |
| 2019-12-05 | add regression test for issue 67053 | Remy Rakic | -0/+51 |
| 2019-12-05 | add a test | Ralf Jung | -0/+43 |
| 2019-12-05 | Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb | bors | -0/+2 |
| 2019-12-05 | E0023: handle expected != pat-tup-type | Mazdak Farrokhzad | -0/+43 |
| 2019-12-04 | Disable gdb pretty printer global section on wasm targets | Alex Crichton | -0/+2 |
| 2019-12-04 | Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis | bors | -1/+3 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -8/+25 |
| 2019-12-04 | Remove potential cfgs duplicates | Guillaume Gomez | -0/+15 |
| 2019-12-03 | review comments: move test | Esteban Küber | -3/+3 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -123/+301 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -6/+50 |
| 2019-12-03 | Disable issue-59756 test for now | Aaron Hill | -0/+4 |
| 2019-12-03 | Emit coercion suggestions in more places | Aaron Hill | -12/+85 |
| 2019-12-04 | rustdoc: Add test for fixed issue | Oliver Middleton | -0/+15 |
| 2019-12-03 | Update missed test. | Reese Williams | -0/+1 |
| 2019-12-03 | Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton | Mazdak Farrokhzad | -12/+1 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -0/+39 |
| 2019-12-03 | Fix UI tests for new locations | Mark Rousskov | -12/+15 |
| 2019-12-03 | Tweak wording of `collect()` on bad target type | Esteban Küber | -9/+9 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -0/+39 |
| 2019-12-03 | Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor | Mazdak Farrokhzad | -10/+197 |
| 2019-12-03 | Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril | Mazdak Farrokhzad | -11/+11 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -20/+181 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -4/+4 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -4/+21 |
| 2019-12-03 | Check break target availability when checking breaks with values | Ömer Sinan Ağacan | -0/+18 |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -7/+19 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -12/+1 |