| Age | Commit message (Expand) | Author | Lines |
| 2021-09-26 | Cleanup the reporting of unreachable patterns | Nadrieril | -20/+14 |
| 2021-09-26 | Always report reachability for user-supplied patterns | Nadrieril | -8/+3 |
| 2021-09-26 | Remove some unreachable code | Nadrieril | -20/+11 |
| 2021-09-26 | Remove premature shortcutting | Nadrieril | -26/+12 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -1/+9 |
| 2021-09-25 | Don't anonymize bound region names during typeck | Aaron Hill | -1/+27 |
| 2021-09-25 | Check for macros in built-in attributes that don't support them. | Eric Huss | -8/+73 |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -59/+60 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+27 |
| 2021-09-25 | Auto merge of #88243 - nikic:newpm-2, r=nagisa | bors | -3/+7 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -13/+125 |
| 2021-09-25 | Use correct pipeline for LTO at O0 | Nikita Popov | -1/+4 |
| 2021-09-25 | Enable new pass manager on LLVM 13 | Nikita Popov | -2/+3 |
| 2021-09-25 | Auto merge of #89237 - BoxyUwU:trackersMcCaller, r=eddyb | bors | -4/+5 |
| 2021-09-25 | Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011 | bors | -57/+49 |
| 2021-09-25 | use `drain_filter` instead of `filter` and `retain` | Takayuki Maeda | -4/+2 |
| 2021-09-25 | Auto merge of #89230 - workingjubilee:rollup-1swktdq, r=workingjubilee | bors | -148/+221 |
| 2021-09-25 | Report heap allocation instead of non-const fn for exchange_malloc call | Gary Guo | -0/+5 |
| 2021-09-25 | Use Rvalue::ShallowInitBox for box expression | Gary Guo | -2/+53 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -11/+67 |
| 2021-09-25 | arrr caught ya caller | Ellen | -4/+5 |
| 2021-09-24 | Auto merge of #86246 - FabianWolff:issue-83471, r=estebank | bors | -6/+65 |
| 2021-09-24 | Hide `<...> defined here` note if the source is not available | Fabian Wolff | -1/+5 |
| 2021-09-24 | Stabilize `feature(macro_attributes_in_derive_output)` | Vadim Petrochenkov | -35/+2 |
| 2021-09-24 | derive: Do not configure or clone items unless necessary | Vadim Petrochenkov | -22/+47 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+2 |
| 2021-09-24 | Rollup merge of #89221 - aDotInTheVoid:macro-error-1, r=estebank | Jubilee | -0/+14 |
| 2021-09-24 | Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -1/+72 |
| 2021-09-24 | Rollup merge of #89104 - Mark-Simulacrum:spawn-unchecked, r=nagisa,bjorn3 | Jubilee | -19/+6 |
| 2021-09-24 | Rollup merge of #89072 - bjorn3:less_symbol_as_str, r=michaelwoerister | Jubilee | -12/+11 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -116/+118 |
| 2021-09-24 | Make error message for malformed `fn`/`fn_mut` lang item more specific | Fabian Wolff | -11/+30 |
| 2021-09-24 | Add basic checks for well-formedness of `fn`/`fn_mut` lang items | Fabian Wolff | -6/+46 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -77/+75 |
| 2021-09-24 | resolve: Use a single common map for local and foreign modules | Vadim Petrochenkov | -20/+13 |
| 2021-09-24 | resolve: Rename some expansion def scope methods | Vadim Petrochenkov | -23/+19 |
| 2021-09-24 | resolve: Cleanup module allocation | Vadim Petrochenkov | -56/+73 |
| 2021-09-24 | resolve: Do not cache nearest parent mod in `ModuleData` | Vadim Petrochenkov | -57/+36 |
| 2021-09-25 | change the order of path suggestions | Takayuki Maeda | -0/+6 |
| 2021-09-24 | Give better error for `macro_rules! name!` | Nixon Enraght-Moony | -0/+14 |
| 2021-09-24 | Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov | bors | -18/+17 |
| 2021-09-24 | consistent big O notation | r00ster91 | -2/+2 |
| 2021-09-24 | Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank | bors | -14/+38 |
| 2021-09-23 | Fix tidy and respond to some feedback | Wesley Wiser | -1/+32 |
| 2021-09-24 | Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubilee | bors | -3/+36 |
| 2021-09-23 | Rollup merge of #89200 - hkmatsumoto:patch, r=workingjubilee | Jubilee | -1/+1 |
| 2021-09-23 | Rollup merge of #89176 - TaKO8Ki:change-singular-to-plural, r=lcnr | Jubilee | -1/+1 |
| 2021-09-23 | Rollup merge of #89148 - estebank:used-type-param, r=oli-obk | Jubilee | -1/+20 |
| 2021-09-23 | Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisa | Jubilee | -0/+14 |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -138/+508 |