| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-19 | implement clock_gettime on macos | Ralf Jung | -27/+56 |
| 2022-11-19 | Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514 | bors | -1/+1 |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -5/+0 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -5/+0 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -9/+9 |
| 2022-11-19 | Rollup merge of #104587 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-11-19 | Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514 | Matthias Krüger | -16/+25 |
| 2022-11-19 | Merge from rustc | Ralf Jung | -11/+16 |
| 2022-11-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -24/+0 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -9/+9 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+13 |
| 2022-11-18 | Import icu locale fallback data | Charles Lew | -0/+1 |
| 2022-11-18 | Add `rustc_baked_icu_data` crate. | Charles Lew | -0/+12 |
| 2022-11-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -36/+27 |
| 2022-11-18 | Delete miri test | Michael Goulet | -24/+0 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -72/+99 |
| 2022-11-18 | Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obk | Matthias Krüger | -36/+27 |
| 2022-11-18 | Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr | bors | -2/+3 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-11-18 | Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514 | bors | -0/+4 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -91/+95 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2022-11-17 | Add variant_name function to `LangItem` | Philipp Krones | -36/+27 |
| 2022-11-17 | remove CI badge | Ralf Jung | -5/+0 |
| 2022-11-17 | update rust-version | Ralf Jung | -1/+1 |
| 2022-11-17 | update josh scripts | Ralf Jung | -15/+25 |
| 2022-11-17 | remove unused shell_escape dep | klensy | -8/+0 |
| 2022-11-17 | clean up retagging recursive traversal a bit | Ralf Jung | -48/+49 |
| 2022-11-17 | merge together similar copyright statements | Pietro Albini | -1/+29 |
| 2022-11-17 | Encourage developers not to use periods in target names | Florian Bartels | -1/+17 |
| 2022-11-17 | add support for running binaries with remote-test-client on run-make | Pietro Albini | -0/+4 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -4/+4 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -72/+99 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -98/+116 |
| 2022-11-16 | Auto merge of #104456 - RalfJung:miri, r=RalfJung | bors | -335/+308 |
| 2022-11-16 | rustdoc JSON: Use `Function` everywhere and remove `Method` | Martin Nordholts | -15/+4 |
| 2022-11-16 | ensure rand has its default features enabled | Ralf Jung | -0/+2 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -117/+109 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+3 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -117/+109 |
| 2022-11-16 | normalize download-rustc's prefix when running compiletests | Pietro Albini | -0/+2 |
| 2022-11-16 | normalize source paths from sysroot in compiletest | Pietro Albini | -16/+23 |
| 2022-11-16 | Rollup merge of #104471 - scruss:patch-1, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #103484 - saschanaz:patch-2, r=ehuss | Matthias Krüger | -4/+2 |
| 2022-11-16 | allow fastrand dependency | Ralf Jung | -0/+1 |