| Age | Commit message (Expand) | Author | Lines |
| 2020-04-28 | Add inlining. | Camille GILLOT | -0/+2 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -13/+17 |
| 2020-04-28 | Fix fulldeps tests. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -6/+8 |
| 2020-04-28 | Fix unused parentheses warning. | Camille GILLOT | -1/+3 |
| 2020-04-28 | Stop leaking memory. | Camille GILLOT | -7/+6 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -204/+137 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -5/+96 |
| 2020-04-28 | Allow the QueryCache to specify storage. | Camille GILLOT | -39/+62 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -239/+288 |
| 2020-04-28 | Auto merge of #71606 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_impl_item_well_formed` query | marmeladema | -3/+5 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_trait_item_well_formed` query | marmeladema | -3/+5 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_item_well_formed` query | marmeladema | -3/+5 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -22/+24 |
| 2020-04-27 | Declare `body_owner` and `subject_def_id` as `LocalDefId` in `RegionCtxt` | marmeladema | -10/+10 |
| 2020-04-27 | Declare `body_owner` as `LocalDefId` in `MemCategorizationContext` | marmeladema | -9/+9 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_mod_privacy` query | marmeladema | -11/+11 |
| 2020-04-27 | Accept `LocalDefId` as key for `lint_mod` query | marmeladema | -9/+5 |
| 2020-04-27 | Accept `LocalDefId` as argument for `mir_build::lint::check` | marmeladema | -9/+10 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -10/+15 |
| 2020-04-27 | Auto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r=Dylan-DPC | bors | -62/+723 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -18/+21 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -45/+47 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -11/+11 |
| 2020-04-27 | Use `LocalDefId` for `type_param_predicates` query | marmeladema | -7/+18 |
| 2020-04-27 | Use `LocalDefId` in `mir_built` query | marmeladema | -6/+10 |
| 2020-04-27 | Use `LocalDefId` in `unsafety_check_result` query | marmeladema | -15/+13 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -58/+79 |
| 2020-04-27 | Rollup merge of #71605 - GuillaumeGomez:remove-e0750-from-whitelist, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71604 - RalfJung:unleash-recursive-zst, r=oli-obk | Dylan DPC | -3/+27 |
| 2020-04-27 | Rollup merge of #71596 - LeSeulArtichaut:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71558 - petrochenkov:tlsm, r=Amanieu | Dylan DPC | -44/+119 |
| 2020-04-27 | Rollup merge of #71524 - ldm0:ptrparam, r=matthewjasper | Dylan DPC | -12/+9 |
| 2020-04-27 | Rollup merge of #67841 - sfackler:can-vector, r=Amaneiu | Dylan DPC | -0/+565 |
| 2020-04-27 | Auto merge of #71200 - oli-obk:mir_bless, r=eddyb | bors | -3067/+3004 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -3067/+3004 |
| 2020-04-27 | Update RLS to unbreak toolstate | Igor Matuszewski | -0/+0 |
| 2020-04-27 | fix wasi | Steven Fackler | -2/+2 |
| 2020-04-27 | make recursive-zst test unleashed | Ralf Jung | -3/+27 |
| 2020-04-27 | No need to whitelist E0750 anymore | Guillaume Gomez | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -169/+132 |
| 2020-04-27 | Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obk | bors | -55/+81 |
| 2020-04-27 | Auto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r=Dylan-DPC | bors | -118/+206 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -20/+3 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -25/+56 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -45/+98 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -14/+48 |
| 2020-04-27 | Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=Xanewok | Dylan DPC | -12/+0 |