| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | Auto merge of #103991 - matthiaskrgr:rollup-tj53nte, r=matthiaskrgr | bors | -7/+9 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -27/+27 |
| 2022-11-05 | Rollup merge of #103980 - notriddle:notriddle/search-results, r=GuillaumeGomez | Matthias Krüger | -5/+5 |
| 2022-11-05 | Rollup merge of #103977 - TimNN:memory-effects, r=nikic | Matthias Krüger | -2/+4 |
| 2022-11-04 | Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514 | bors | -0/+9 |
| 2022-11-04 | Don't silently eat label before block in block-like expr | Michael Goulet | -0/+219 |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -4/+4 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -1/+1 |
| 2022-11-04 | rustdoc: add test for cross-crate trait-object types | León Orell Valerian Liehr | -0/+49 |
| 2022-11-04 | rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c... | León Orell Valerian Liehr | -1/+5 |
| 2022-11-04 | rustdoc: render unnamed arguments as underscores in cross-crate functions & f... | León Orell Valerian Liehr | -2/+2 |
| 2022-11-04 | rustdoc: render late-bound lifetimes in generic parameter list of cross-crate... | León Orell Valerian Liehr | -1/+1 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -2/+4 |
| 2022-11-04 | Rollup merge of #103964 - clubby789:lint-enclosing-unsafe, r=compiler-errors | Matthias Krüger | -0/+50 |
| 2022-11-04 | Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwco | Matthias Krüger | -0/+16 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -5/+5 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -6/+6 |
| 2022-11-04 | Formatting changes + add UI test | clubby789 | -0/+50 |
| 2022-11-04 | fake a base to suppress later extra error message | yukang | -24/+21 |
| 2022-11-04 | Rollup merge of #103950 - nbdd0121:master, r=tmiasko | Matthias Krüger | -0/+12 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -0/+63 |
| 2022-11-04 | Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r... | Matthias Krüger | -0/+18 |
| 2022-11-04 | Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514 | Matthias Krüger | -7/+7 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -0/+14 |
| 2022-11-04 | Make non-ASCII errors more consistent. | Nicholas Nethercote | -45/+45 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+12 |
| 2022-11-04 | fix #102806, suggest use .. to fill in the rest of the fields of Struct | yukang | -0/+73 |
| 2022-11-03 | rustdoc: clean up hardcoded CSS border color on search results | Michael Howell | -0/+18 |
| 2022-11-03 | Move some tests from `src/test/ui` to more reasonable places | Deadbeef | -7/+7 |
| 2022-11-03 | Elaborate supertrait obligations when deducing closure signature | Michael Goulet | -28/+30 |
| 2022-11-03 | Fix Access Violation when using lld & ThinLTO on windows-msvc | Wesley Wiser | -1/+1 |
| 2022-11-03 | Add test case | Wesley Wiser | -0/+28 |
| 2022-11-03 | roll another resolution logic in rustdoc | Deadbeef | -19/+1 |
| 2022-11-03 | Correctly resolve Inherent Associated Types | Deadbeef | -52/+49 |
| 2022-11-03 | move compiletest's own ui tests into a subdirectory | Pietro Albini | -0/+0 |
| 2022-11-03 | check for pattern in compiletest-compile-flags-last | Pietro Albini | -0/+1 |
| 2022-11-03 | Auto merge of #103904 - JakobDegen:mir-opt-dash, r=oli-obk | bors | -3259/+3259 |
| 2022-11-03 | Stabilize default_alloc_error_handler | Amanieu d'Antras | -31/+0 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -3259/+3259 |
| 2022-11-02 | Rollup merge of #103886 - GuillaumeGomez:local-reexport-doc, r=notriddle | Matthias Krüger | -0/+16 |
| 2022-11-02 | Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead | Matthias Krüger | -0/+75 |
| 2022-11-02 | Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr... | Matthias Krüger | -0/+33 |
| 2022-11-02 | asm: Work around LLVM bug on AArch64 | Amanieu d'Antras | -0/+16 |
| 2022-11-02 | Properly render asyncness for traits without default body | Michael Goulet | -0/+14 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -4/+1 |
| 2022-11-02 | Remove has_errors from FnCtxt | Michael Goulet | -5/+19 |
| 2022-11-02 | Add regression test for doc of reexport of local items | Guillaume Gomez | -0/+16 |
| 2022-11-02 | Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomez | bors | -0/+12 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+75 |
| 2022-11-01 | Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errors | Manish Goregaokar | -0/+6 |