| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -17/+15 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -17/+15 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -8/+8 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -1/+4 |
| 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 | -7/+7 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -9/+11 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -4/+4 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -36/+20 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-24 | fix a couple more uses of def_kind | mark | -2/+2 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -36/+20 |
| 2020-04-23 | Address comments from review | marmeladema | -3/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -23/+15 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -15/+24 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -14/+14 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -2/+0 |
| 2020-04-19 | Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC | bors | -1/+3 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -19/+21 |
| 2020-04-19 | Fix false "never constructed" warnings for `Self::` variant paths | seiya | -1/+3 |
| 2020-04-17 | Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obk | Dylan DPC | -7/+7 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -1/+4 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -10/+0 |
| 2020-04-12 | Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb | Dylan DPC | -11/+10 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -26/+49 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline` | marmeladema | -3/+2 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor` | marmeladema | -8/+8 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -3/+2 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in get_parent_did | marmeladema | -4/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -2/+2 |
| 2020-04-10 | Replace non-shorthand variables with _, not _var | sapir | -8/+12 |
| 2020-04-10 | Try to fix warning for unused variables in or patterns, issue #67691 | sapir | -26/+45 |
| 2020-04-09 | Use `is_const_fn_raw` query for HIR const-checking | Dylan MacKenzie | -7/+7 |
| 2020-04-09 | Rollup merge of #70916 - Centril:track-caller-ffi, r=eddyb | Mazdak Farrokhzad | -12/+2 |
| 2020-04-09 | Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011 | Mazdak Farrokhzad | -0/+9 |
| 2020-04-09 | track_caller: support on FFI imports | Mazdak Farrokhzad | -11/+1 |
| 2020-04-08 | comment pessimistic yield and saving/restoring state | Niko Matsakis | -0/+7 |
| 2020-04-08 | track_caller: harden naked interactions | Mazdak Farrokhzad | -1/+1 |
| 2020-04-06 | tweak rustc_layout debug output | Ralf Jung | -1/+1 |
| 2020-04-05 | Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievink | Dylan DPC | -2/+3 |
| 2020-04-05 | also print type type | Ralf Jung | -1/+1 |
| 2020-04-05 | also print rustc_layout on impl trait type aliases | Ralf Jung | -1/+2 |
| 2020-04-05 | Remove unneeded Lrc in query results. | Camille GILLOT | -3/+2 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -3/+3 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -10/+5 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -6/+3 |