| Age | Commit message (Expand) | Author | Lines |
| 2019-11-27 | Misc renames. | Camille GILLOT | -9/+8 |
| 2019-11-27 | Simplify handling of AllArenas. | Camille GILLOT | -6/+5 |
| 2019-11-27 | Rename BoxedGlobalCtxt. | Camille GILLOT | -7/+7 |
| 2019-11-27 | Rename lifetimes. | Camille GILLOT | -22/+22 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -4/+13 |
| 2019-11-26 | Formatting. | Camille GILLOT | -37/+35 |
| 2019-11-26 | Have Queries own the GlobalCtxt. | Camille GILLOT | -54/+57 |
| 2019-11-26 | Make the HIR map own the Definitions. | Camille GILLOT | -6/+6 |
| 2019-11-26 | Review nits. | Camille GILLOT | -11/+5 |
| 2019-11-26 | Reduce righward drift. | Camille GILLOT | -163/+160 |
| 2019-11-25 | Superfluous lifetime. | Camille GILLOT | -2/+2 |
| 2019-11-25 | Don't move stuff out of Compiler::enter. | Camille GILLOT | -122/+120 |
| 2019-11-25 | Simplify early exits. | Camille GILLOT | -16/+9 |
| 2019-11-25 | Pass Queries by reference. | Camille GILLOT | -7/+7 |
| 2019-11-25 | Remove wrong comment. | Camille GILLOT | -5/+0 |
| 2019-11-24 | Fix test. | Camille GILLOT | -1/+6 |
| 2019-11-24 | Tidy. | Camille GILLOT | -6/+11 |
| 2019-11-24 | Move linking ouside the interface queries. | Camille GILLOT | -32/+67 |
| 2019-11-24 | Isolate compiler queries inside the Queries type. | Camille GILLOT | -176/+219 |
| 2019-11-24 | Auto merge of #66647 - petrochenkov:nosynt, r=Centril | bors | -522/+56 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -34/+63 |
| 2019-11-24 | Auto merge of #66393 - ssomers:hash_benches, r=dtolnay | bors | -21/+52 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -522/+56 |
| 2019-11-24 | Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay | bors | -4/+6 |
| 2019-11-24 | Rollup merge of #66659 - Centril:fix-bench, r=Mark-Simulacrum | Mazdak Farrokhzad | -65/+63 |
| 2019-11-24 | Rollup merge of #66641 - VirrageS:master, r=Centril | Mazdak Farrokhzad | -1/+69 |
| 2019-11-24 | Rollup merge of #66594 - Aaron1011:fix/debug-print-cycle, r=matthewjasper | Mazdak Farrokhzad | -63/+94 |
| 2019-11-24 | Rollup merge of #66411 - RalfJung:forget, r=sfackler | Mazdak Farrokhzad | -3/+33 |
| 2019-11-24 | Rollup merge of #64856 - jonhoo:format-temporaries, r=sfackler | Mazdak Farrokhzad | -27/+56 |
| 2019-11-23 | review comments | Esteban Küber | -11/+3 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -36/+73 |
| 2019-11-23 | Add FIXME for using 'parse_delim_comma_seq' when parsing enum variants | Janusz Marcinkiewicz | -0/+2 |
| 2019-11-23 | Rollup merge of #66673 - petrochenkov:toresolve, r=Centril | Mazdak Farrokhzad | -17/+29 |
| 2019-11-23 | Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez | Mazdak Farrokhzad | -13/+2 |
| 2019-11-23 | Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume... | Mazdak Farrokhzad | -1/+2 |
| 2019-11-23 | Rollup merge of #66539 - estebank:let-ty, r=Centril | Mazdak Farrokhzad | -354/+684 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -19/+51 |
| 2019-11-23 | Auto merge of #66674 - flip1995:clippyup, r=Manishearth | bors | -7/+16 |
| 2019-11-23 | Update Clippy | flip1995 | -7/+16 |
| 2019-11-23 | Auto merge of #66653 - ivan:lint-name-fix, r=Centril | bors | -1/+1 |
| 2019-11-23 | Remove unnecessary clone | Aaron Hill | -1/+1 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -17/+29 |
| 2019-11-23 | Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michae... | bors | -0/+200 |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -65/+63 |
| 2019-11-23 | Auto merge of #66656 - Centril:rollup-fivygwz, r=Centril | bors | -23/+106 |
| 2019-11-23 | Cleanup code after review fixes | Janusz Marcinkiewicz | -14/+11 |
| 2019-11-23 | Add error reporting on nested keywords inside 'enum' definition | Janusz Marcinkiewicz | -1/+70 |
| 2019-11-23 | rustdoc: Don't panic when failing to write .lock file | Oliver Middleton | -13/+2 |
| 2019-11-23 | Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+6 |
| 2019-11-23 | Rollup merge of #66576 - pnkfelix:more-robust-gdb-vec-printer, r=alexcrichton | Mazdak Farrokhzad | -1/+11 |