| Age | Commit message (Expand) | Author | Lines |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -19/+19 |
| 2021-09-25 | Don't anonymize bound region names during typeck | Aaron Hill | -21/+21 |
| 2021-09-25 | Auto merge of #87584 - adamgemmell:dev/asm-tests, r=Amanieu | bors | -237/+2839 |
| 2021-09-25 | rustdoc: Document `is_assoc_ty()` | Noah Lev | -0/+2 |
| 2021-09-26 | Elaborate comment | Hirochika Matsumoto | -1/+1 |
| 2021-09-25 | Check for macros in built-in attributes that don't support them. | Eric Huss | -0/+69 |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -9/+9 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -581/+426 |
| 2021-09-25 | Auto merge of #88243 - nikic:newpm-2, r=nagisa | bors | -5/+10 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -213/+343 |
| 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 | rustdoc: Don't show hidden trait methods | Hirochika Matsumoto | -1/+93 |
| 2021-09-25 | Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011 | bors | -100/+75 |
| 2021-09-25 | Auto merge of #89230 - workingjubilee:rollup-1swktdq, r=workingjubilee | bors | -5/+447 |
| 2021-09-25 | Bless tests | Gary Guo | -213/+342 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+1 |
| 2021-09-24 | Auto merge of #86246 - FabianWolff:issue-83471, r=estebank | bors | -0/+115 |
| 2021-09-24 | Stabilize `feature(macro_attributes_in_derive_output)` | Vadim Petrochenkov | -107/+38 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+46 |
| 2021-09-24 | Rollup merge of #89221 - aDotInTheVoid:macro-error-1, r=estebank | Jubilee | -0/+24 |
| 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 #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -0/+413 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -5/+9 |
| 2021-09-24 | Make error message for malformed `fn`/`fn_mut` lang item more specific | Fabian Wolff | -4/+4 |
| 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 | -0/+115 |
| 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 | -1/+1 |
| 2021-09-24 | Give better error for `macro_rules! name!` | Nixon Enraght-Moony | -0/+24 |
| 2021-09-24 | Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov | bors | -0/+77 |
| 2021-09-24 | consistent big O notation | r00ster91 | -1/+1 |
| 2021-09-24 | Enable "generate-link-to-definition" option on rust tools docs as well | Guillaume Gomez | -0/+1 |
| 2021-09-24 | Simplify explicit request check | Guillaume Gomez | -17/+30 |
| 2021-09-24 | Auto merge of #89130 - nikic:update-llvm-2, r=cuviper | bors | -0/+0 |
| 2021-09-24 | Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank | bors | -15/+16 |
| 2021-09-23 | Fix tidy and respond to some feedback | Wesley Wiser | -2/+2 |
| 2021-09-23 | Add known-tool-in-submodule test | Samuel E. Moelius III | -0/+14 |
| 2021-09-24 | Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubilee | bors | -2/+57 |
| 2021-09-23 | Rollup merge of #89171 - rusticstuff:aarch64_macos_rustdoc_ci_fixes, r=jyn514 | Jubilee | -2/+2 |
| 2021-09-23 | Rollup merge of #89148 - estebank:used-type-param, r=oli-obk | Jubilee | -0/+37 |
| 2021-09-23 | Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisa | Jubilee | -0/+18 |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -36/+225 |
| 2021-09-23 | Drop fully captured upvars in the same order as the regular drop code | Wesley Wiser | -17/+17 |
| 2021-09-23 | Add tests to verify the drop order of fields in fully captured upvars | Wesley Wiser | -0/+360 |
| 2021-09-23 | Auto merge of #89024 - oli-obk:lazy_tait_is_not_limited_to_being_used_in_retu... | bors | -59/+279 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -119/+166 |
| 2021-09-23 | Clean up clean/types.rs file by making the implementations follow the type de... | Guillaume Gomez | -42/+40 |