| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -44/+36 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+1 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+1 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -2/+2 |
| 2021-09-12 | Auto merge of #87073 - jyn514:primitive-docs, r=GuillaumeGomez,jyn514 | bors | -0/+45 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -0/+26 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -0/+19 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -13/+21 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -3/+3 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -10/+9 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -61/+17 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -2/+2 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -10/+18 |
| 2021-09-10 | Update Miri | hyd-dev | -8/+8 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -61/+17 |
| 2021-09-09 | Revert "Allow formatting `Anonymous{Struct, Union}` declarations" | Felix S. Klock II | -65/+12 |
| 2021-09-09 | Update dependencies | Samuel E. Moelius III | -34/+32 |
| 2021-09-09 | Prep for upgrade to cargo_metadata 0.14.0 | Samuel E. Moelius III | -10/+4 |
| 2021-09-08 | Auto merge of #88615 - flip1995:clippyup, r=Manishearth | bors | -1284/+4139 |
| 2021-09-08 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -5/+8 |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -1285/+4143 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -2/+2 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -3/+6 |
| 2021-09-07 | Bump RLS submodule | Mark Rousskov | -0/+0 |
| 2021-09-06 | fix(clippy): update loop lints to use arg.span | Michael Howell | -10/+9 |
| 2021-09-06 | Auto merge of #88692 - hyd-dev:miri, r=RalfJung | bors | -7/+9 |
| 2021-09-07 | Update Miri | hyd-dev | -7/+9 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -0/+218 |
| 2021-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -20/+32 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -33/+4 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -13/+13 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -33/+4 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+1 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+1 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -5/+2 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -13/+13 |
| 2021-09-01 | Update cargo, books | Eric Huss | -0/+0 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -7/+27 |
| 2021-08-31 | Auto merge of #88491 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2021-08-30 | Temporary fix rustfmt for let-else | Cameron Steffen | -4/+11 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -3/+16 |
| 2021-08-30 | update miri | Ralf Jung | -9/+7 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -19/+11 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -1/+9 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-27 | Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obk | bors | -33/+19 |
| 2021-08-27 | Fix rustfmt test | Deadbeef | -21/+9 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -5/+2 |