| Age | Commit message (Expand) | Author | Lines |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -78/+61 |
| 2022-10-01 | clippy: adopt to the new lint API | Maybe Waffle | -36/+29 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -1556/+1761 |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -86/+301 |
| 2022-09-29 | Rollup merge of #102455 - nnethercote:WhileTrue-check_expr, r=lqd | Dylan DPC | -24/+22 |
| 2022-09-29 | Rollup merge of #102452 - granolocks:grammar-tweak, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-29 | Rollup merge of #102436 - notriddle:notriddle/normalize-form, r=GuillaumeGomez | Dylan DPC | -13/+11 |
| 2022-09-29 | Rollup merge of #102435 - GuillaumeGomez:improve-iterator-reduce-example, r=t... | Dylan DPC | -14/+5 |
| 2022-09-29 | Rollup merge of #102385 - sunfishcode:sunfishcode/wasm-no-export-heap-base, r... | Dylan DPC | -4/+6 |
| 2022-09-29 | Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcm | Dylan DPC | -0/+154 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -30/+102 |
| 2022-09-29 | Auto merge of #102461 - oli-obk:split_collect_rs, r=lcnr | bors | -1179/+1205 |
| 2022-09-29 | Some path updates | Oli Scherer | -1/+1 |
| 2022-09-29 | Split collect.rs | Oli Scherer | -1178/+1204 |
| 2022-09-29 | Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisa | bors | -48/+107 |
| 2022-09-29 | Auto merge of #102450 - JohnTitor:rollup-ahleg93, r=JohnTitor | bors | -389/+591 |
| 2022-09-29 | fix minor ungrammatical sentence | Gabe Koss | -1/+1 |
| 2022-09-29 | Rollup merge of #102433 - RalfJung:temp-dir-typo, r=thomcc | Yuki Okushi | -1/+1 |
| 2022-09-29 | Rollup merge of #102416 - lcnr:specialization-fixme, r=compiler-errors | Yuki Okushi | -5/+5 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -4/+44 |
| 2022-09-29 | Rollup merge of #102393 - Rageking8:add-regression-test-for-issue-94923, r=Jo... | Yuki Okushi | -0/+49 |
| 2022-09-29 | Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplett | Yuki Okushi | -61/+75 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -22/+22 |
| 2022-09-29 | Rollup merge of #102085 - chenyukang:code-refactor, r=cjgillot | Yuki Okushi | -247/+366 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -49/+29 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -22/+44 |
| 2022-09-29 | Use let-chaining in `WhileTrue::check_expr`. | Nicholas Nethercote | -24/+22 |
| 2022-09-29 | Improve example of Iterator::reduce | Guillaume Gomez | -14/+5 |
| 2022-09-28 | rustdoc: clean up "normalize.css 8" input override CSS | Michael Howell | -13/+11 |
| 2022-09-29 | nonzero_negation_ops: `inline(always)` -> `inline`. | John Millikin | -1/+1 |
| 2022-09-29 | nonzero_negation_ops: Set `issue = "102443"`. | John Millikin | -5/+5 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -33/+39 |
| 2022-09-28 | env::temp_dir: fix a typo | Ralf Jung | -1/+1 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -10/+113 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -61/+75 |
| 2022-09-29 | improve E0585 help | Rageking8 | -22/+22 |
| 2022-09-28 | update fixme | lcnr | -5/+5 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -31/+118 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -1285/+2047 |
| 2022-09-28 | add test | b-naber | -0/+34 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-28 | add regression test | Rageking8 | -0/+49 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -22/+44 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -443/+429 |
| 2022-09-28 | rustc_safe_intrinsic: Add UI test | Arthur Cohen | -0/+25 |
| 2022-09-28 | rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler | Arthur Cohen | -3/+59 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -127/+622 |
| 2022-09-28 | Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelid | Yuki Okushi | -3/+0 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+56 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |