| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -1/+1 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -40/+74 |
| 2021-09-29 | Move body_owners to tcx.hir(). | Camille GILLOT | -14/+11 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -1/+56 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -22/+28 |
| 2021-09-28 | print-type-sizes: skip field printing for primitives | Tomasz Miąsko | -2/+5 |
| 2021-09-27 | Remove `DefId` from `ConstraintCategory::Predicate` | Aaron Hill | -1/+4 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -0/+5 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -1/+24 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -1/+24 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -25/+5 |
| 2021-09-24 | Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank | bors | -0/+15 |
| 2021-09-24 | Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubilee | bors | -1/+1 |
| 2021-09-23 | Rollup merge of #89200 - hkmatsumoto:patch, r=workingjubilee | Jubilee | -1/+1 |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -0/+21 |
| 2021-09-23 | Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister | bors | -71/+10 |
| 2021-09-23 | Fix typo | Hirochika Matsumoto | -1/+1 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -14/+29 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -9/+21 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+9 |
| 2021-09-21 | Rollup merge of #89142 - nerandell:master, r=jackh726 | the8472 | -1/+4 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -8/+8 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -1/+2 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+9 |
| 2021-09-21 | Fix match for placeholder region | Ankit Chandawala | -1/+4 |
| 2021-09-21 | Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov | bors | -4/+4 |
| 2021-09-21 | use indexmap instead of hashmap | lcnr | -70/+9 |
| 2021-09-21 | rename | lcnr | -4/+4 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -1/+2 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -1/+1 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -0/+15 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -5/+6 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -4/+4 |
| 2021-09-19 | Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa | bors | -160/+260 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -8/+119 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -6/+1 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -8/+8 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -1/+1 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -42/+22 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -6/+1 |
| 2021-09-18 | [HACK(eddyb)] arena-allocate but don't intern `FnAbi`s. | Eduard-Mihai Burtescu | -6/+1 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -58/+87 |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -106/+115 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -9/+15 |
| 2021-09-18 | ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`. | Eduard-Mihai Burtescu | -55/+26 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -25/+104 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-09-18 | ty::layout: split out a private trait from `FnAbiExt`. | Eduard-Mihai Burtescu | -10/+21 |
| 2021-09-18 | ty::layout: move `trait FnAbiExt` to just before its `impl`. | Eduard-Mihai Burtescu | -28/+28 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+13 |