| Age | Commit message (Expand) | Author | Lines |
| 2021-08-13 | Add tests for `#[no_mangle]` in `impl` blocks that looks like generic `impl` ... | hyd-dev | -3/+57 |
| 2021-08-12 | Add test or unused import removal suggestion with attributes. | Mara Bos | -0/+33 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -1/+1 |
| 2021-08-12 | Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl... | hyd-dev | -184/+234 |
| 2021-08-12 | fix command-create-pidfd test inside unprivileged docker containers | Pietro Albini | -1/+12 |
| 2021-08-12 | Silence non_fmt_panic from external macros. | Mara Bos | -12/+6 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -50/+254 |
| 2021-08-12 | Fix error message typo for pure asm without outputs | Amanieu d'Antras | -6/+6 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -77/+77 |
| 2021-08-12 | Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726 | Guillaume Gomez | -44/+44 |
| 2021-08-12 | Avoid ICE caused by suggestion | Esteban Küber | -1/+30 |
| 2021-08-12 | Use a more accurate span on assoc types WF checks | Esteban Kuber | -44/+44 |
| 2021-08-12 | Add test for closure migration with a macro body. | Mara Bos | -0/+56 |
| 2021-08-12 | Update test output. | Mara Bos | -81/+108 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -18/+485 |
| 2021-08-12 | Add associated functions that have custom linkage to `reachable_set` | hyd-dev | -0/+32 |
| 2021-08-12 | Auto merge of #87948 - JohnTitor:rollup-efmgyl8, r=JohnTitor | bors | -4/+36 |
| 2021-08-12 | Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebank | Yuki Okushi | -4/+36 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -419/+271 |
| 2021-08-11 | Add UI tests for string escape warnings. | Anton Golov | -0/+32 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3301/+4516 |
| 2021-08-11 | Update format string tests to explicitly escape multiple newlines | Anton Golov | -4/+4 |
| 2021-08-11 | Auto merge of #87587 - oli-obk:lazy_tait, r=spastorino | bors | -105/+63 |
| 2021-08-11 | Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa... | bors | -6/+20 |
| 2021-08-11 | Rollup merge of #87895 - TheWastl:issue-87872, r=estebank | Yuki Okushi | -0/+48 |
| 2021-08-11 | Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obk | Yuki Okushi | -14/+16 |
| 2021-08-11 | Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-08-11 | Rollup merge of #87811 - estebank:issue-87549, r=oli-obk | Yuki Okushi | -0/+45 |
| 2021-08-10 | typeck: better diagnostics for missing inaccessible fields in struct literals... | TheWastl | -0/+48 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -419/+271 |
| 2021-08-10 | Move some UI tests to more suitable subdirs | Yuki Okushi | -26/+0 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -14/+16 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -77/+77 |
| 2021-08-09 | Do not ICE on HIR based WF check when involving lifetimes | Esteban Küber | -0/+45 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -13/+18 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -3/+150 |
| 2021-08-08 | Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisa | bors | -10/+10 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -13/+18 |
| 2021-08-08 | Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-se | bors | -30/+40 |
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -30/+40 |
| 2021-08-08 | Auto merge of #87815 - BoxyUwU:cec-generics-of-ice, r=eddyb | bors | -0/+81 |
| 2021-08-07 | Auto merge of #87772 - npmccallum:naked_abi, r=Amanieu | bors | -14/+8 |
| 2021-08-07 | fmt | Ellen | -1/+1 |
| 2021-08-07 | less opt in const param of | Ellen | -0/+24 |
| 2021-08-08 | Rollup merge of #87789 - tmiasko:panik, r=Mark-Simulacrum | Yuki Okushi | -0/+0 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -53/+21 |
| 2021-08-07 | Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obk | Yuki Okushi | -2/+84 |
| 2021-08-06 | uwu | Ellen | -1/+1 |
| 2021-08-06 | *sprinkles some dust everywhere* | Ellen | -1/+2 |
| 2021-08-06 | encode `generics_of` of fields and ty params | Ellen | -0/+80 |