| Age | Commit message (Expand) | Author | Lines |
| 2019-12-06 | Change "either" to "any" in Layout::from_size_align's docs | Matthew Kraai | -1/+1 |
| 2019-12-06 | Auto merge of #67080 - JohnTitor:rollup-2t6fm3u, r=JohnTitor | bors | -59/+148 |
| 2019-12-06 | Rollup merge of #67066 - alexcrichton:update-wasi-libc, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2019-12-06 | Rollup merge of #67065 - alexcrichton:update-wasi, r=sfackler | Yuki Okushi | -0/+1 |
| 2019-12-06 | Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton | Yuki Okushi | -0/+3 |
| 2019-12-06 | Rollup merge of #67021 - elichai:2019-12-fmt, r=QuietMisdreavus | Yuki Okushi | -5/+6 |
| 2019-12-06 | Rollup merge of #67017 - GuillaumeGomez:long-err-explanations-2, r=Dylan-DPC | Yuki Okushi | -12/+22 |
| 2019-12-06 | Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez | Yuki Okushi | -8/+48 |
| 2019-12-06 | Rollup merge of #66974 - cuviper:not-isCI, r=alexcrichton | Yuki Okushi | -1/+1 |
| 2019-12-06 | Rollup merge of #66900 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -12/+33 |
| 2019-12-06 | Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton | Yuki Okushi | -11/+11 |
| 2019-12-06 | Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -9/+22 |
| 2019-12-06 | Auto merge of #66835 - AviKozokin:master, r=alexcrichton | bors | -2/+2 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -319/+109 |
| 2019-12-05 | Auto merge of #67060 - Centril:rollup-hwhdx4h, r=Centril | bors | -255/+636 |
| 2019-12-05 | Update the revision of wasi-libc used in wasm32-wasi | Alex Crichton | -1/+1 |
| 2019-12-05 | Fix fetching arguments on the wasm32-wasi target | Alex Crichton | -0/+1 |
| 2019-12-05 | Rollup merge of #67055 - lqd:const_qualif, r=oli-obk | Mazdak Farrokhzad | -1/+59 |
| 2019-12-05 | Rollup merge of #67045 - Centril:parser-import-clean, r=Mark-Simulacrum | Mazdak Farrokhzad | -75/+58 |
| 2019-12-05 | Rollup merge of #67044 - Centril:67037, r=estebank | Mazdak Farrokhzad | -10/+70 |
| 2019-12-05 | Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC | Mazdak Farrokhzad | -134/+325 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -8/+61 |
| 2019-12-05 | Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-05 | Rollup merge of #67002 - JayXon:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2019-12-05 | Rollup merge of #66863 - osa1:fix_66702, r=cramertj | Mazdak Farrokhzad | -4/+32 |
| 2019-12-05 | Rollup merge of #66710 - vorner:weak-into-raw-null-docs, r=dtolnay | Mazdak Farrokhzad | -20/+28 |
| 2019-12-05 | Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison | bors | -91/+14 |
| 2019-12-05 | update comment to explain the importance of this check more clearly | Remy Rakic | -2/+3 |
| 2019-12-05 | Auto merge of #66815 - mark-i-m:simplify-borrow_check-errors, r=Dylan-DPC | bors | -110/+130 |
| 2019-12-05 | weak-into-raw: Clarify some details in Safety | Michal 'vorner' Vaner | -20/+28 |
| 2019-12-05 | add regression test for issue 67053 | Remy Rakic | -0/+51 |
| 2019-12-05 | libcore: rnable 2 unstable const fn features | Remy Rakic | -0/+2 |
| 2019-12-05 | make const-qualif look at more `const fn`s | Remy Rakic | -1/+5 |
| 2019-12-05 | Auto merge of #66952 - 0dvictor:print, r=rkruppe | bors | -50/+9 |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -75/+58 |
| 2019-12-05 | Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb | bors | -0/+5 |
| 2019-12-05 | E0023: handle expected != pat-tup-type | Mazdak Farrokhzad | -10/+70 |
| 2019-12-04 | Disable gdb pretty printer global section on wasm targets | Alex Crichton | -0/+5 |
| 2019-12-05 | update miri | Ralf Jung | -7/+7 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -19/+20 |
| 2019-12-04 | Update src/librustc_mir/interpret/terminator.rs | Oliver Scherer | -0/+1 |
| 2019-12-04 | more private | Mark Mansi | -6/+7 |
| 2019-12-04 | minor fix | Mark Mansi | -1/+1 |
| 2019-12-04 | fix some imports | Mark Mansi | -83/+93 |
| 2019-12-04 | move region errors to diagnostics module | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -5/+8 |
| 2019-12-04 | move explain_borrow to diagnostics | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -27/+33 |
| 2019-12-04 | create new borrow_check::diagnostics module and move stuff there | Mark Mansi | -0/+0 |
| 2019-12-04 | Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis | bors | -11/+36 |