| Age | Commit message (Expand) | Author | Lines |
| 2021-09-07 | Rustup to rustc 1.57.0-nightly (1698e3cac 2021-09-06) | bjorn3 | -1/+1 |
| 2021-09-07 | Sync from rust 73641cd23ba470c6b4dcd72b8d5f62d27c735254 | bjorn3 | -85/+40 |
| 2021-09-07 | Auto merge of #88724 - Mark-Simulacrum:bump-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -2/+1 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -3/+6 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -211/+259 |
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -2/+2 |
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -22/+71 |
| 2021-09-07 | Recover from `Foo(a: 1, b: 2)` | Esteban Kuber | -34/+116 |
| 2021-09-07 | Fix typo in `const_generics` replaced with `adt_const_params` note | Mingwei Samuel | -1/+1 |
| 2021-09-07 | Auto merge of #88710 - Mark-Simulacrum:tyvid-idx, r=jackh726 | bors | -26/+21 |
| 2021-09-07 | Bump RLS submodule | Mark Rousskov | -0/+0 |
| 2021-09-07 | Make `UnsafeCell::get_mut` const | Waffle | -1/+2 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -10/+168 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 2021-09-07 | Auto merge of #7642 - mikerite:fix-7641, r=flip1995 | bors | -2/+24 |
| 2021-09-07 | test: add case for mutating iterator | Michael Howell | -1/+44 |
| 2021-09-07 | Improve docs for int_log | Falk Hüffner | -25/+24 |
| 2021-09-06 | fix(clippy): update loop lints to use arg.span | Michael Howell | -10/+9 |
| 2021-09-06 | fix(clippy): update loop lints to use arg.span | Michael Howell | -10/+9 |
| 2021-09-07 | Fix docs for `uX::checked_next_multiple_of` | Jacob Pratt | -1/+2 |
| 2021-09-07 | Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillot | bors | -11/+12 |
| 2021-09-06 | Clean up the fix a bit | ThePuzzlemaker | -8/+12 |
| 2021-09-07 | Add `TAU` to `approx_constant` | Michael Wright | -2/+24 |
| 2021-09-06 | Use index newtyping for TyVid | Mark Rousskov | -26/+21 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+151 |
| 2021-09-06 | Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister | bors | -88/+123 |
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -698/+775 |
| 2021-09-06 | Suggest wapping expr in parentheses on invalid unary negation | Andrew Hickman | -37/+77 |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -315/+372 |
| 2021-09-06 | Normalize assoc types when checking ret ty of main | ThePuzzlemaker | -1/+36 |
| 2021-09-06 | String.split_terminator: Add an example when using a slice of chars | Sylvestre Ledru | -0/+6 |
| 2021-09-06 | Auto merge of #88692 - hyd-dev:miri, r=RalfJung | bors | -9/+34 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+61 |
| 2021-09-06 | Do not unshallow -- already done by other code | Mark Rousskov | -8/+0 |
| 2021-09-07 | Update `Cargo.lock` | hyd-dev | -2/+25 |
| 2021-09-07 | Update Miri | hyd-dev | -7/+9 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -11/+12 |
| 2021-09-06 | Add test for braced-macro followed by `.` or `?`. | Mara Bos | -0/+9 |
| 2021-09-06 | Accept `m!{ .. }.method()` and `m!{ .. }?` statements. | Mara Bos | -11/+14 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -149/+677 |
| 2021-09-06 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-06 | Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se | bors | -25/+258 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+235 |
| 2021-09-06 | Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obk | bors | -24/+25 |
| 2021-09-06 | Rollup merge of #88685 - lnicola:rust-analyzer-2021-09-06, r=lnicola | Ryan Levick | -20/+32 |
| 2021-09-06 | Rollup merge of #88673 - Qwaz:node-typo, r=jyn514 | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88659 - est31:update_smallvec_name, r=matthewjasper | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88647 - ChrisDenton:win-symlink-docs, r=joshtriplett | Ryan Levick | -2/+20 |