| Age | Commit message (Expand) | Author | Lines |
| 2019-12-10 | Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakis | bors | -0/+40 |
| 2019-12-09 | Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC | Tyler Mandry | -0/+20 |
| 2019-12-09 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -10/+2 |
| 2019-12-09 | resolve: Resolve visibilities on fields with non-builtin attributes | Vadim Petrochenkov | -0/+48 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -0/+361 |
| 2019-12-09 | Do not ICE on closure | Yuki Okushi | -0/+20 |
| 2019-12-09 | Auto merge of #67004 - estebank:issue-66958, r=eddyb | bors | -0/+28 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -59/+62 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -103/+125 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -260/+57 |
| 2019-12-06 | Add additional layer of #[track_caller] to test, avoid const prop. | Adam Perry | -4/+10 |
| 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 | -87/+248 |
| 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-06 | review comments | Esteban Küber | -5/+5 |
| 2019-12-06 | Do not ICE on async fn with non-Copy infered type arg | Esteban Küber | -0/+28 |
| 2019-12-06 | add subset relations test using polonius | Remy Rakic | -0/+44 |
| 2019-12-06 | bless polonius output due to lacking the 'static special-casing | Remy Rakic | -0/+128 |
| 2019-12-06 | bless polonius output of test ui/nll/outlives-suggestion-simple.rs | Remy Rakic | -0/+121 |
| 2019-12-06 | bless polonius output of test hrtb-perfect-forwarding.rs | Remy Rakic | -0/+68 |
| 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-05 | Error message no longer implies #[track_caller] is a requirement for Rust ABI. | Adam Perry | -2/+3 |
| 2019-12-05 | Add test for Location::caller in a macro. | Adam Perry | -0/+21 |
| 2019-12-05 | Implement core::panic::Location::caller using #[track_caller]. | Adam Perry | -15/+15 |
| 2019-12-05 | Remove #[track_caller] from incomplete features list. | Adam Perry | -88/+8 |
| 2019-12-05 | Add failing test for codegen'd track_caller attribute. | Adam Perry | -0/+48 |
| 2019-12-05 | Rename test filename to match others. | Adam Perry | -1/+1 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -9/+35 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -307/+99 |
| 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 UI test for Pin PartialEq unsoundness | Konrad Borowski | -0/+40 |
| 2019-12-05 | E0023: handle expected != pat-tup-type | Mazdak Farrokhzad | -0/+43 |
| 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-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 |