| Age | Commit message (Expand) | Author | Lines |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -1/+1 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -1/+1 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -21/+6 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -1/+2 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -1/+1 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -52/+49 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -52/+49 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+2 |
| 2020-05-01 | Rollup merge of #71747 - spastorino:safety-scheme-around-consts-cleanup, r=ol... | Dylan DPC | -19/+3 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+2 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -1/+1 |
| 2020-05-01 | Don't copy bytecode files into the incr. comp. cache. | Nicholas Nethercote | -21/+6 |
| 2020-05-01 | Remove deadcode in eval_mir_constant_to_operand | Santiago Pastorino | -19/+3 |
| 2020-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -1/+16 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -9/+6 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -2/+2 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -65/+7 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -65/+7 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+2 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -9/+6 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -3/+3 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -1/+16 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -5/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -11/+2 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -1/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -5/+1 |
| 2020-04-25 | Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertj | Dylan DPC | -5/+18 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -5/+1 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -0/+14 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+2 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -1/+1 |
| 2020-04-23 | Evaluate unevaluated MIR constants in codegen_mir | Santiago Pastorino | -0/+14 |
| 2020-04-22 | Remove `predecessors_for` | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -15/+14 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -8/+7 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -7/+7 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-04-22 | Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC | bors | -0/+2 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -0/+2 |
| 2020-04-22 | Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichton | bors | -1/+2 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -1/+2 |
| 2020-04-22 | Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis | Yuki Okushi | -1/+0 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -1/+1 |
| 2020-04-20 | Ignore -Zprofile when building compiler_builtins | Amanieu d'Antras | -5/+18 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -19/+6 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |