| Age | Commit message (Expand) | Author | Lines |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -68/+69 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -583/+453 |
| 2021-09-25 | Auto merge of #88243 - nikic:newpm-2, r=nagisa | bors | -8/+17 |
| 2021-09-25 | refactor: VecDeques PairSlices fields to private | DeveloperC | -4/+4 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -227/+468 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+1 |
| 2021-09-25 | Pin panic-in-drop=abort test to old pass manager | Nikita Popov | -1/+8 |
| 2021-09-25 | Make expectation in panic-in-drop-abort.rs test more precise | Nikita Popov | -4/+2 |
| 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 | rustdoc: Don't show hidden trait methods | Hirochika Matsumoto | -1/+93 |
| 2021-09-25 | Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011 | bors | -157/+124 |
| 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 | -153/+863 |
| 2021-09-25 | Bless tests | Gary Guo | -213/+342 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+1 |
| 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 | -3/+53 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -11/+68 |
| 2021-09-25 | arrr caught ya caller | Ellen | -4/+5 |
| 2021-09-24 | make junit output more consistent with default format | Jane Lusby | -1/+4 |
| 2021-09-24 | Auto merge of #86246 - FabianWolff:issue-83471, r=estebank | bors | -6/+180 |
| 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 | -142/+40 |
| 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 | -4/+48 |
| 2021-09-24 | Rollup merge of #89221 - aDotInTheVoid:macro-error-1, r=estebank | Jubilee | -0/+38 |
| 2021-09-24 | Rollup merge of #89217 - GuillaumeGomez:generate-link-to-def-rust-tools, r=jy... | Jubilee | -0/+1 |
| 2021-09-24 | Rollup merge of #89210 - Takashiidobe:master, r=kennytm | Jubilee | -0/+10 |
| 2021-09-24 | Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -1/+485 |
| 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 | -3/+3 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -121/+127 |
| 2021-09-24 | Rollup merge of #88893 - Mark-Simulacrum:relnotes, r=pietroalbini | Jubilee | -0/+185 |
| 2021-09-24 | Make error message for malformed `fn`/`fn_mut` lang item more specific | Fabian Wolff | -15/+34 |
| 2021-09-24 | Auto merge of #88872 - petrochenkov:getmod2, r=cjgillot | bors | -193/+178 |
| 2021-09-24 | Disable a spuriously failing test | Vadim Petrochenkov | -0/+2 |
| 2021-09-24 | Disable some tests for platforms without registers. | Adam Gemmell | -188/+296 |
| 2021-09-24 | Update and add more tests | Wesley Wiser | -65/+118 |
| 2021-09-24 | Add basic checks for well-formedness of `fn`/`fn_mut` lang items | Fabian Wolff | -6/+161 |
| 2021-09-24 | Add inline asm! tests for aarch64 | Adam Gemmell | -76/+2570 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -78/+76 |
| 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-24 | Improve depinfo error | Cameron Steffen | -1/+3 |
| 2021-09-24 | Add 1.56.0 release notes | Mark Rousskov | -0/+185 |