| Age | Commit message (Expand) | Author | Lines |
| 2022-03-05 | Remove build_helper | bjorn3 | -103/+29 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -4/+22 |
| 2022-03-05 | Update tests. | Mara Bos | -63/+120 |
| 2022-03-05 | Auto merge of #94634 - Dylan-DPC:rollup-8wx1yrj, r=Dylan-DPC | bors | -70/+62 |
| 2022-03-04 | check extra args even if the function is not c_variadic | Michael Goulet | -0/+21 |
| 2022-03-05 | Rollup merge of #94631 - nebulatgs:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-05 | Rollup merge of #94626 - marmeladema:issue-47511-known-bug, r=jackh726 | Dylan DPC | -4/+5 |
| 2022-03-05 | Rollup merge of #94624 - estebank:regression-94508, r=Dylan-DPC | Dylan DPC | -27/+15 |
| 2022-03-05 | Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko | Dylan DPC | -38/+41 |
| 2022-03-05 | Auto merge of #93142 - estebank:missing-main, r=wesleywiser | bors | -100/+51 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -100/+51 |
| 2022-03-04 | Fix typo in c-variadic | Nebula | -1/+1 |
| 2022-03-05 | Auto merge of #94628 - Dylan-DPC:rollup-v2slupe, r=Dylan-DPC | bors | -4/+145 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -139/+139 |
| 2022-03-04 | Update use_suggestion_placement.rs test, removing the FIXME that this PR fixes. | Felix S. Klock II | -13/+5 |
| 2022-03-04 | Placate tidy in submodule. | Felix S. Klock II | -2/+11 |
| 2022-03-04 | Placate tidy in submodule. | Felix S. Klock II | -2/+11 |
| 2022-03-04 | Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank | Dylan DPC | -1/+42 |
| 2022-03-04 | Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as... | Dylan DPC | -0/+28 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -3/+75 |
| 2022-03-04 | Auto merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrum | bors | -0/+56 |
| 2022-03-04 | Add known-bug directive to issue #47511 test case | marmeladema | -4/+5 |
| 2022-03-04 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -27/+15 |
| 2022-03-04 | Distinguish binding assignments, use Ty::needs_drop | Eric Holk | -0/+19 |
| 2022-03-04 | Support RelWithDebInfo for lld. | ridwanabdillahi | -1/+9 |
| 2022-03-04 | Update `itertools` | pierwill | -5/+5 |
| 2022-03-04 | Rollup merge of #94600 - est31:master, r=notriddle | Matthias Krüger | -5/+5 |
| 2022-03-04 | Rollup merge of #94593 - estebank:issue-94510, r=davidtwco | Matthias Krüger | -0/+23 |
| 2022-03-04 | Rollup merge of #94568 - bjorn3:rustbuild_remove_dead_code, r=Mark-Simulacrum | Matthias Krüger | -17/+8 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2022-03-04 | Rollup merge of #94236 - reez12g:add_track_caller_87707, r=yaahc | Matthias Krüger | -0/+18 |
| 2022-03-04 | Always include global target features in function attributes | Tomasz Miąsko | -3/+3 |
| 2022-03-04 | Auto merge of #94570 - shampoofactory:reopen-91719, r=workingjubilee | bors | -49/+66 |
| 2022-03-04 | Enable conditional compilation checking on the Rust codebase | Loïc BRANSTETT | -0/+56 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -1/+75 |
| 2022-03-04 | Use if let instead of manual match | est31 | -5/+5 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -95/+51 |
| 2022-03-04 | Auto merge of #94159 - erikdesjardins:align-load, r=nikic | bors | -8/+36 |
| 2022-03-03 | add tests for metadata for unsized generics and opaques | Michael Goulet | -0/+62 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -3/+20 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -0/+12 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -378/+425 |
| 2022-03-04 | fix invalid `unresolved imports` errors the asterisk wildcard syntax causes | Takayuki Maeda | -0/+28 |
| 2022-03-04 | rustdoc-json: Make the `fns/generics.rs` test much more robust | Nixon Enraght-Moony | -4/+25 |
| 2022-03-04 | rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON | Martin Nordholts | -5/+43 |
| 2022-03-03 | delay bug instead of skipping check_expr | Michael Goulet | -1/+42 |
| 2022-03-03 | Add #[track_caller] to track callers when initializing poisoned Once | reez12g | -0/+18 |
| 2022-03-04 | Auto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r=Dylan-DPC | bors | -101/+80 |
| 2022-03-04 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -0/+23 |
| 2022-03-04 | Rollup merge of #94582 - nnethercote:fix-x-fmt-bug, r=Mark-Simulacrum | Dylan DPC | -1/+6 |