| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Add element iterator for ChunkedBitSet | Tomasz Miąsko | -0/+82 |
| 2022-04-30 | Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov | bors | -146/+314 |
| 2022-04-30 | Auto merge of #96500 - SparrowLii:rpo, r=tmiasko | bors | -7/+96 |
| 2022-04-30 | Auto merge of #90988 - estebank:binding-supposed-to-be-const, r=davidtwco | bors | -88/+164 |
| 2022-04-30 | Use newtype `enum`s instead of `bool` | Esteban Kuber | -21/+43 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -77/+131 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -67/+225 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -38/+37 |
| 2022-04-29 | Auto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r=Dylan-DPC | bors | -298/+437 |
| 2022-04-29 | Rollup merge of #96562 - michaelwoerister:path-remapping-fixes, r=oli-obk | Dylan DPC | -2/+94 |
| 2022-04-29 | Rollup merge of #96560 - abrown:update-docs, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-29 | Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkov | Dylan DPC | -12/+32 |
| 2022-04-29 | Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomez | Dylan DPC | -38/+72 |
| 2022-04-29 | Rollup merge of #96527 - durin42:llvm-15-werror-wswitch, r=nikic | Dylan DPC | -0/+5 |
| 2022-04-29 | Rollup merge of #96390 - GuillaumeGomez:es6-part2, r=notriddle | Dylan DPC | -245/+233 |
| 2022-04-29 | Remove `error` variable. | Camille GILLOT | -5/+3 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -97/+184 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -7/+96 |
| 2022-04-29 | Fix duplicate directory separator in --remap-path-prefix. | Michael Woerister | -2/+94 |
| 2022-04-29 | Refactor and document the repeat length check | Oli Scherer | -19/+22 |
| 2022-04-29 | Extract copy bound check into a function | Oli Scherer | -3/+12 |
| 2022-04-29 | Remove unnecessary environment variable in cf-protection documentation | Andrew Brown | -1/+1 |
| 2022-04-29 | Auto merge of #96474 - SparrowLii:langcall, r=lcnr | bors | -29/+14 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -11/+33 |
| 2022-04-29 | rustdoc: prevent B -> C -> B -> C loops from stack overflowing | Michael Howell | -3/+12 |
| 2022-04-29 | Bless tests. | Camille GILLOT | -9/+19 |
| 2022-04-29 | Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahc | bors | -42/+0 |
| 2022-04-29 | Auto merge of #96468 - davidtwco:diagnostic-translation-subdiagnostic, r=oli-obk | bors | -1105/+2758 |
| 2022-04-29 | Auto merge of #96548 - Dylan-DPC:rollup-m3xkqxg, r=Dylan-DPC | bors | -587/+158 |
| 2022-04-29 | Rollup merge of #96523 - nbdd0121:windows, r=petrochenkov | Dylan DPC | -0/+35 |
| 2022-04-29 | Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r... | Dylan DPC | -574/+119 |
| 2022-04-29 | Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahc | Dylan DPC | -11/+2 |
| 2022-04-29 | Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-04-29 | Rollup merge of #96477 - alexcrichton:update-wasm64-data-layout, r=wesleywiser | Dylan DPC | -1/+1 |
| 2022-04-29 | Auto merge of #96444 - nbdd0121:used2, r=petrochenkov | bors | -2/+90 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -31/+119 |
| 2022-04-29 | macros: add interop between diagnostic derives | David Wood | -3/+16 |
| 2022-04-29 | macros: allow setting applicability in attribute | David Wood | -54/+120 |
| 2022-04-29 | macros: add more documentation comments | David Wood | -1/+13 |
| 2022-04-29 | macros: reuse `SetOnce` trait in diagnostic derive | David Wood | -96/+102 |
| 2022-04-29 | macros: add helper functions for invalid attrs | David Wood | -291/+225 |
| 2022-04-29 | macros: split diagnostic derives into modules | David Wood | -1593/+1631 |
| 2022-04-29 | macros: subdiagnostic derive | David Wood | -151/+1735 |
| 2022-04-29 | tests: move diagnostic derive test to directory | David Wood | -41/+41 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -40/+40 |
| 2022-04-28 | rustdoc: fix missing method list for primitive deref target | Michael Howell | -35/+60 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -33/+34 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -31/+337 |
| 2022-04-28 | Add `@feat.00` symbol to symbols.o for COFF | Gary Guo | -0/+35 |
| 2022-04-28 | Auto merge of #96528 - Dylan-DPC:rollup-iedbjli, r=Dylan-DPC | bors | -518/+851 |