| Age | Commit message (Expand) | Author | Lines |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -3/+3 |
| 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 | -0/+437 |
| 2021-09-25 | Bless tests | Gary Guo | -3/+3 |
| 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 #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -0/+413 |
| 2021-09-24 | Make error message for malformed `fn`/`fn_mut` lang item more specific | Fabian Wolff | -4/+4 |
| 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 | 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 | 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-24 | Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubilee | bors | -0/+55 |
| 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 | Suggest `_` in turbofish if param will be inferred from fn argument | Esteban Kuber | -0/+37 |
| 2021-09-23 | Check that TAIT generics are fully generic in mir typeck instead of wf-check,... | Oli Scherer | -59/+279 |
| 2021-09-23 | Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebank | bors | -0/+182 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -10/+6 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+182 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -0/+8 |
| 2021-09-22 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -1/+1 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+417 |
| 2021-09-22 | Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis | bors | -0/+39 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+48 |
| 2021-09-21 | Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkov | the8472 | -0/+22 |
| 2021-09-21 | Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiser | the8472 | -0/+90 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -10/+6 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+48 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -0/+1 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -25/+6 |
| 2021-09-21 | Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp... | bors | -0/+66 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -0/+8 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -15/+16 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -0/+1 |
| 2021-09-20 | Fix ICE when `indirect_structural_match` is allowed | Fabian Wolff | -0/+22 |
| 2021-09-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -1/+1 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -37/+9 |
| 2021-09-20 | Generate inference vars and obligations for projections in opaque types inste... | Oli Scherer | -3/+12 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -25/+27 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -11/+11 |
| 2021-09-19 | Suggest replacing braces for brackets on array-esque invalid block expr | Hirochika Matsumoto | -0/+66 |
| 2021-09-19 | Resolve issue 85066 | Theo | -0/+18 |