| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Fix TypedArena. | Camille GILLOT | -47/+12 |
| 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 | 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 |
| 2019-12-03 | Update the `wasi` crate for `wasm32-wasi` | Alex Crichton | -362/+296 |
| 2019-12-03 | Auto merge of #66982 - Centril:rollup-yq2281i, r=Centril | bors | -551/+1096 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -10/+52 |
| 2019-12-03 | Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor | Mazdak Farrokhzad | -177/+355 |
| 2019-12-03 | Rollup merge of #66941 - CAD97:nord, r=Dylan-DPC | Mazdak Farrokhzad | -2/+0 |
| 2019-12-03 | Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril | Mazdak Farrokhzad | -327/+395 |
| 2019-12-03 | Rollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC | Mazdak Farrokhzad | -5/+71 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -37/+235 |
| 2019-12-03 | Rollup merge of #66148 - oli-obk:it_must_be_a_sign, r=RalfJung | Mazdak Farrokhzad | -3/+40 |
| 2019-12-03 | Auto merge of #66947 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -11/+9 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -31/+40 |
| 2019-12-03 | Auto merge of #66256 - CAD97:patch-2, r=RalfJung | bors | -8/+9 |
| 2019-12-02 | submodules: update clippy from 7b8e8293 to 7a943a9d | Matthias Krüger | -11/+9 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -95/+16 |
| 2019-12-02 | Address review comments | Vadim Petrochenkov | -10/+17 |
| 2019-12-02 | syntax: Optimize conversion `AttrItem` -> `MetaItem` by avoiding `outer_tokens`. | Vadim Petrochenkov | -29/+44 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -42/+37 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -109/+102 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -56/+34 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -112/+192 |
| 2019-12-02 | Remove top-level or-pattern hack | Nadrieril | -114/+85 |
| 2019-12-02 | Move recently changed tests to the correct file | Nadrieril | -66/+60 |
| 2019-12-02 | Correct error on partially unreachable or-pat in `if let` | Nadrieril | -25/+24 |
| 2019-12-02 | Lint for redundant branches in or-patterns | Nadrieril | -19/+87 |