| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | Add incremental tests. | Camille GILLOT | -0/+97 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -6/+6 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -182/+94 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -957/+332 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -39/+40 |
| 2023-04-20 | Re-allow computing fed queries. | Camille GILLOT | -3/+20 |
| 2023-04-20 | Auto merge of #110598 - matthiaskrgr:rollup-0ybd9i3, r=matthiaskrgr | bors | -114/+96 |
| 2023-04-20 | Rollup merge of #110584 - ferrocene:comptest-sysroot-arg, r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-04-20 | Rollup merge of #110581 - slanterns:fix-style, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-04-20 | Rollup merge of #110574 - wangkirin:fix-out-of-date-comments, r=albertlarsan68 | Matthias Krüger | -2/+2 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -110/+84 |
| 2023-04-20 | Rollup merge of #110240 - beetrees:editorconfig-makefile-tabs, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2023-04-20 | Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obk | bors | -16/+371 |
| 2023-04-20 | Auto merge of #110585 - JohnTitor:rollup-gfffoiv, r=JohnTitor | bors | -178/+254 |
| 2023-04-20 | Allow overwriting the sysroot compile flag in compile tests | Lukas Wirth | -2/+5 |
| 2023-04-20 | Rollup merge of #110575 - Ezrashaw:fix-regression-110573, r=compiler-errors | Yuki Okushi | -9/+24 |
| 2023-04-20 | Rollup merge of #110554 - WaffleLapkin:rustc_data_structures_unsafe_op_in_uns... | Yuki Okushi | -101/+109 |
| 2023-04-20 | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | -11/+20 |
| 2023-04-20 | Rollup merge of #110516 - loongarch-rs:update-bootstrap-linux-raw-sys, r=Mark... | Yuki Okushi | -2/+2 |
| 2023-04-20 | Rollup merge of #110448 - ripytide:master, r=cuviper | Yuki Okushi | -45/+46 |
| 2023-04-20 | Rollup merge of #110424 - jsoref:spelling-misc, r=Mark-Simulacrum | Yuki Okushi | -7/+7 |
| 2023-04-20 | Rollup merge of #102341 - jmillikin:nonzero-impl-neg, r=dtolnay | Yuki Okushi | -3/+46 |
| 2023-04-19 | Add transmute optimization tests and some extra comments | Scott McMurray | -0/+118 |
| 2023-04-20 | Auto merge of #110527 - nnethercote:lazy-graph, r=lqd | bors | -4/+7 |
| 2023-04-20 | Style fix for loongarch-linux.md | Slanterns | -0/+2 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -3/+46 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -9/+24 |
| 2023-04-20 | Auto merge of #110399 - cjgillot:infer-variance, r=aliemjay | bors | -13/+116 |
| 2023-04-20 | fix out of date comment about rpath in bootstrap | Wang Qilin | -2/+2 |
| 2023-04-20 | Auto merge of #110535 - nikic:llvm-16.0.2, r=cuviper | bors | -0/+0 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -83/+425 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -39/+48 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -89/+102 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -8/+237 |
| 2023-04-19 | Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgr | bors | -86/+113 |
| 2023-04-19 | Add `#[track_caller]` to `struct_span_err_with_code` (drive-by cleanup) | Maybe Waffle | -0/+1 |
| 2023-04-19 | Remove useless check (drive-by cleanup) | Maybe Waffle | -15/+1 |
| 2023-04-19 | Add test for `a.f(|this| a.g())` | Maybe Waffle | -0/+113 |
| 2023-04-19 | `deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures` | Maybe Waffle | -101/+109 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -54/+38 |
| 2023-04-19 | fmt fix | Kevin Reid | -1/+1 |
| 2023-04-19 | Auto merge of #110496 - WaffleLapkin:🏳️⚧️sound, r=compiler-errors | bors | -57/+32 |
| 2023-04-19 | Make `impl Debug for Span` not panic on not having session globals. | Kevin Reid | -11/+20 |
| 2023-04-19 | Rollup merge of #110541 - jyn514:fix-configure, r=ozkanonur | Matthias Krüger | -31/+32 |
| 2023-04-19 | Rollup merge of #110540 - safinaskar:patch-1, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-19 | Rollup merge of #110533 - GuillaumeGomez:missing-blanket-impl-trait-not-publi... | Matthias Krüger | -1/+32 |
| 2023-04-19 | Rollup merge of #110531 - lcnr:type-system-stuff, r=aliemjay | Matthias Krüger | -24/+15 |
| 2023-04-19 | Rollup merge of #110525 - jyn514:translation-download-rustc, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-04-19 | Rollup merge of #110521 - jyn514:test-lint-docs, r=albertlarsan68 | Matthias Krüger | -1/+11 |
| 2023-04-19 | Rollup merge of #110515 - jyn514:download-rustc-llvm, r=albertlarsan68 | Matthias Krüger | -14/+0 |