| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | Improve `collapsible_match` error message syntax | sobolevn | -1/+1 |
| 2024-08-18 | Auto merge of #13248 - Alexendoo:format-arg-ast-fallback, r=xFrednet | bors | -25/+8 |
| 2024-08-18 | Auto merge of #13273 - alex-semenyuk:assigning_clones_disable_for_test, r=bly... | bors | -1/+2 |
| 2024-08-16 | Fix code snippet in from_str_radix_10 docs | Alex Macleod | -2/+2 |
| 2024-08-16 | Disable assigning_clones for tests | Alexey Semenyuk | -1/+2 |
| 2024-08-14 | Auto merge of #13193 - alex-semenyuk:fix_doc_unused_io_amount, r=xFrednet | bors | -1/+8 |
| 2024-08-13 | Auto merge of #13253 - alex-semenyuk:fix_message_unnecessary_unwrap, r=llogiq | bors | -3/+3 |
| 2024-08-13 | fix indentation in docs | Antoni Spaanderman | -3/+3 |
| 2024-08-12 | Remove `HashSet`s from `Conf` | Alex Macleod | -12/+12 |
| 2024-08-12 | Replace the metadata collector with tests | Alex Macleod | -1098/+35 |
| 2024-08-12 | Auto merge of #13261 - antonilol:fix-doc-code-blocks, r=xFrednet | bors | -6/+8 |
| 2024-08-12 | Auto merge of #13255 - Jarcho:get_src_display2, r=Manishearth | bors | -93/+100 |
| 2024-08-12 | fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta... | Antoni Spaanderman | -6/+8 |
| 2024-08-12 | Auto merge of #13243 - Alexendoo:rustcversion, r=flip1995 | bors | -19/+17 |
| 2024-08-11 | Remove more instances of `snippet_opt`. | Jason Newcomb | -92/+99 |
| 2024-08-11 | Clarify message for unwrap lint | Alexey Semenyuk | -3/+3 |
| 2024-08-10 | Auto merge of #13163 - GuillaumeGomez:fix-13097, r=Alexendoo | bors | -0/+4 |
| 2024-08-10 | Auto merge of #13220 - y21:issue13219, r=dswij | bors | -2/+19 |
| 2024-08-10 | Remove `find_format_arg_expr` AST fallback | Alex Macleod | -25/+8 |
| 2024-08-09 | Refactor `absolute_paths`: | Jason Newcomb | -42/+53 |
| 2024-08-09 | Rename `get_source_text` to `get_source_range`. Add new `get_source_text` whi... | Jason Newcomb | -1/+1 |
| 2024-08-09 | Replace `rustc_semver` with `rustc_session::RustcVersion` | Alex Macleod | -19/+17 |
| 2024-08-09 | Auto merge of #13211 - rzvxa:respect_allow_inconsistent_struct_constructor_on... | bors | -9/+14 |
| 2024-08-09 | use `fulfill_or_allowed` over `is_lint_allowed`. | rzvxa | -11/+12 |
| 2024-08-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2079/+2144 |
| 2024-08-08 | Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoo | bors | -166/+161 |
| 2024-08-08 | Require `ConstEvalCtxt` to be constructed. | Jason Newcomb | -161/+156 |
| 2024-08-08 | Don't store `LateContext` in `ConstEvalLateContext` | Jason Newcomb | -5/+5 |
| 2024-08-08 | Auto merge of #13231 - Jarcho:no_tree_walk_in_const, r=Alexendoo | bors | -55/+55 |
| 2024-08-07 | Handle or patterns in `single_match` and `single_match_else` | Jason Newcomb | -108/+254 |
| 2024-08-07 | Refactor `single_match` | Jason Newcomb | -42/+23 |
| 2024-08-07 | Replace `in_constant` with `is_in_const_context`. Use only the state in `Late... | Jason Newcomb | -55/+55 |
| 2024-08-06 | Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21 | bors | -0/+62 |
| 2024-08-06 | Auto merge of #13225 - Jarcho:warnings, r=flip1995 | bors | -1/+0 |
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -1/+0 |
| 2024-08-06 | Auto merge of #13145 - xFrednet:07797-restriction-and-then-why, r=Jarcho | bors | -161/+204 |
| 2024-08-05 | Auto merge of #13136 - xFrednet:07797-restriction-and-then, r=blyxyas | bors | -352/+371 |
| 2024-08-05 | Make `cargo dev deprecate` require a reason | Jason Newcomb | -46/+2 |
| 2024-08-05 | Store deprecated lints as an array of tuples. | Jason Newcomb | -413/+216 |
| 2024-08-05 | Mark some lint deprecations as renames | Jason Newcomb | -83/+5 |
| 2024-08-05 | recognize metavariables in tail expressions | y21 | -2/+19 |
| 2024-08-04 | Auto merge of #13213 - Alexendoo:multispan-sugg, r=y21 | bors | -82/+75 |
| 2024-08-04 | Remove `multispan_sugg[_with_applicability]` | Alex Macleod | -82/+75 |
| 2024-08-03 | Respect allow inconsistent_struct_constructor on the type definition | rzvxa | -0/+4 |
| 2024-08-03 | Auto merge of #13209 - Alexendoo:nonminimal-bool-limit-ops, r=y21 | bors | -6/+4 |
| 2024-08-03 | Add clarification for from_iter_instead_of_collect | alexey semenyuk | -1/+11 |
| 2024-08-03 | Limit number of nonminimal_bool ops | Alex Macleod | -6/+4 |
| 2024-08-03 | Migrating restriction lints to `span_lint_and_then` (e -> i) | xFrednet | -91/+123 |
| 2024-08-03 | Migrating restriction lints to `span_lint_and_then` (a -> d) | xFrednet | -265/+252 |
| 2024-08-03 | Auto merge of #13115 - tesuji:rm-dup-peels, r=dswij | bors | -22/+22 |