| Age | Commit message (Expand) | Author | Lines |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -100/+254 |
| 2019-12-05 | Auto merge of #66815 - mark-i-m:simplify-borrow_check-errors, r=Dylan-DPC | bors | -110/+130 |
| 2019-12-05 | Auto merge of #66952 - 0dvictor:print, r=rkruppe | bors | -50/+9 |
| 2019-12-05 | Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb | bors | -0/+5 |
| 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 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -167/+248 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -426/+387 |
| 2019-12-04 | Auto merge of #66996 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-12-04 | Auto merge of #66995 - flip1995:clippyup, r=Manishearth | bors | -10/+9 |
| 2019-12-04 | Leave fixme | Oliver Scherer | -0/+1 |
| 2019-12-04 | Update Clippy | flip1995 | -10/+9 |
| 2019-12-03 | Auto merge of #66925 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2019-12-03 | Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton | Mazdak Farrokhzad | -95/+16 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -10/+52 |
| 2019-12-03 | Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton | Mazdak Farrokhzad | -31/+40 |
| 2019-12-03 | Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-12-03 | Rollup merge of #66903 - Centril:parse-enum-variant, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-12-03 | Rollup merge of #66878 - Mark-Simulacrum:sess-decouple, r=Centril | Mazdak Farrokhzad | -482/+524 |
| 2019-12-03 | Rollup merge of #66750 - alexcrichton:update-wasi, r=sfackler | Mazdak Farrokhzad | -362/+296 |
| 2019-12-03 | Update cargo | Eric Huss | -0/+0 |
| 2019-12-03 | Fix UI tests for new locations | Mark Rousskov | -12/+15 |
| 2019-12-03 | Deduplicate CrateConfig | Mark Rousskov | -9/+5 |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -65/+83 |
| 2019-12-03 | Move ParseSess to librustc_session | Mark Rousskov | -5/+9 |
| 2019-12-03 | Move BufferedEarlyLint to librustc_session | Mark Rousskov | -59/+60 |
| 2019-12-03 | Duplicate CrateConfig into Session | Mark Rousskov | -1/+3 |
| 2019-12-03 | Remove dead cfg method | Mark Rousskov | -1/+0 |
| 2019-12-03 | Directly use types from libsyntax::ast | Mark Rousskov | -5/+4 |
| 2019-12-03 | Re-export Client from rustc_data_structures::jobserver | Mark Rousskov | -3/+2 |
| 2019-12-03 | Move NativeLibraryKind to rustc_session | Mark Rousskov | -27/+32 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -171/+170 |
| 2019-12-03 | Move Lint to rustc_session | Mark Rousskov | -87/+75 |
| 2019-12-03 | Move Level to rustc_session | Mark Rousskov | -41/+48 |
| 2019-12-03 | Move duration_to_secs_str to rustc_session | Mark Rousskov | -9/+11 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -7/+11 |
| 2019-12-03 | Introduce rustc_session crate | Mark Rousskov | -0/+17 |
| 2019-12-03 | Decouple CguReuseTracker from Session | Mark Rousskov | -5/+4 |
| 2019-12-03 | Use FxHash* from data structures not nodemap | Mark Rousskov | -1/+1 |