| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -10/+7 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -0/+1 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -2/+6 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -177/+90 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -177/+90 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+6 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -9/+6 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -1/+1 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -1/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -23/+9 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -31/+21 |
| 2020-04-26 | codegen_llvm: `RelocMode` -> `RelocModel` | Vadim Petrochenkov | -9/+9 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -37/+21 |
| 2020-04-23 | Address comments from review | marmeladema | -3/+2 |
| 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/+4 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-04-21 | Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na... | bors | -10/+22 |
| 2020-04-20 | Expand comment to justify not checking if all the exports are green. | Felix S. Klock II | -0/+17 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+4 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -1/+1 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-18 | Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum | bors | -83/+27 |
| 2020-04-17 | Issue #71248: attempt to recover perf by removing `exports_all_green` flag. | Felix S. Klock II | -10/+5 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -2/+2 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -2/+2 |
| 2020-04-15 | Incorporated review feedback: | Felix S. Klock II | -22/+40 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -83/+27 |
| 2020-04-14 | If an LLVM module's exports change, cannot reuse its post-LTO object file in | Felix S. Klock II | -4/+33 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -5/+4 |
| 2020-04-07 | fix abuses of tykind::err | mark | -2/+2 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -5/+4 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-05 | Fix performance regression in debuginfo file_metadata. | Arlo Siemsen | -11/+10 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -3/+43 |
| 2020-04-03 | Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obk | Mazdak Farrokhzad | -16/+13 |
| 2020-04-03 | Rollup merge of #70487 - Mark-Simulacrum:float-unchecked-casts, r=SimonSapin | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -3/+43 |
| 2020-04-02 | Place TLS initializers with relocations in .tdata | Dylan MacKenzie | -16/+13 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -2/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -149/+125 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -6/+6 |
| 2020-04-01 | Rollup merge of #70547 - wesleywiser:extract_can_unwind, r=eddyb | Mazdak Farrokhzad | -58/+11 |
| 2020-03-31 | Address review feedback | Wesley Wiser | -18/+11 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -6/+6 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -41/+1 |
| 2020-03-30 | Fix broken link in README | Youngsuk Kim | -1/+1 |