| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -28/+35 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -19/+6 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+2 |
| 2020-04-17 | Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisa | Dylan DPC | -1/+3 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+5 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -2/+2 |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -1/+3 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -2/+2 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -16/+3 |
| 2020-04-13 | rustc_target: Make sure lld-link is treated as link.exe by default | Vadim Petrochenkov | -2/+4 |
| 2020-04-11 | Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -162/+140 |
| 2020-04-11 | Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul... | Dylan DPC | -162/+140 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -9/+6 |
| 2020-04-10 | fix rustc-dev-guide url in src/librustc_codegen_ssa | longfangsong | -1/+1 |
| 2020-04-09 | Rollup merge of #70868 - petrochenkov:linkorder, r=nagisa,mati865 | Mazdak Farrokhzad | -261/+413 |
| 2020-04-07 | linker: Some minor code cleanup | Vadim Petrochenkov | -58/+38 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -2/+2 |
| 2020-04-07 | linker: Factor out more parts of `linker_with_args` and add some docs | Vadim Petrochenkov | -121/+183 |
| 2020-04-07 | linker: Add more markup and comments to code producing linker arguments | Vadim Petrochenkov | -23/+61 |
| 2020-04-07 | linker: Factor out addition of pre-, post- and late link args | Vadim Petrochenkov | -35/+82 |
| 2020-04-07 | linker: Factor out linking of pre- and post-link objects | Vadim Petrochenkov | -23/+37 |
| 2020-04-07 | linker: Combine argument building into a single function | Vadim Petrochenkov | -115/+118 |
| 2020-04-07 | linker: Make argument building interface in `trait Linker` richer | Vadim Petrochenkov | -24/+32 |
| 2020-04-06 | Rollup merge of #70665 - petrochenkov:linkargs, r=nagisa | Mazdak Farrokhzad | -16/+8 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -9/+6 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -2/+0 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -16/+8 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -9/+8 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -61/+58 |