| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Rollup merge of #107355 - JohnTitor:issue-60755, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -6/+54 |
| 2023-01-28 | Rollup merge of #105524 - Ayush1325:libc-free, r=ChrisDenton | Matthias Krüger | -9/+10 |
| 2023-01-28 | Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor | Matthias Krüger | -14/+13 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -106/+408 |
| 2023-01-28 | Auto merge of #107400 - matthiaskrgr:rollup-l6bycds, r=matthiaskrgr | bors | -160/+531 |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -9/+10 |
| 2023-01-28 | Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,... | Matthias Krüger | -0/+13 |
| 2023-01-28 | Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnr | Matthias Krüger | -23/+54 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -52/+43 |
| 2023-01-28 | Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-... | Matthias Krüger | -10/+74 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -22/+188 |
| 2023-01-28 | Rollup merge of #107103 - compiler-errors:new-solver-evaluate_obligation, r=lcnr | Matthias Krüger | -6/+37 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -46/+97 |
| 2023-01-28 | Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-se | Matthias Krüger | -1/+25 |
| 2023-01-28 | Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser | bors | -39/+49 |
| 2023-01-27 | Link to the LLVM issue from a comment on `SpecOptionPartialEq` | Scott McMurray | -0/+6 |
| 2023-01-28 | Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk | bors | -601/+6269 |
| 2023-01-27 | Bless mir-opt tests. | Camille GILLOT | -4/+18 |
| 2023-01-27 | Pacify tidy. | Camille GILLOT | -8/+8 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -13/+135 |
| 2023-01-27 | Auto merge of #107386 - flip1995:clippyup, r=Manishearth | bors | -258/+2216 |
| 2023-01-27 | Bless ui-fulldeps. | Camille GILLOT | -13/+20 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -1693/+643 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -19/+392 |
| 2023-01-27 | Update Cargo.lock | Philipp Krones | -4/+4 |
| 2023-01-27 | Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup | Philipp Krones | -254/+2212 |
| 2023-01-27 | Micro-optimization in consider_assumption | Michael Goulet | -2/+6 |
| 2023-01-27 | Add some comments | Michael Goulet | -0/+31 |
| 2023-01-27 | No need to probe when computing goals | Michael Goulet | -21/+17 |
| 2023-01-27 | Auto merge of #10242 - flip1995:rustup, r=flip1995 | bors | -90/+108 |
| 2023-01-27 | Bump Clippy version -> 0.1.69 | Philipp Krones | -4/+4 |
| 2023-01-27 | Bump nightly version -> 2023-01-27 | Philipp Krones | -1/+1 |
| 2023-01-27 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -293/+2249 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -31/+304 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -14/+46 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -72/+265 |
| 2023-01-27 | Always require Drop for generators. | Camille GILLOT | -9/+25 |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -196/+5816 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+3 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -30/+25 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -15/+53 |
| 2023-01-27 | Do not abort compilation when failing to normalize opaque types. | Camille GILLOT | -11/+43 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -22/+188 |
| 2023-01-27 | Use now solver in evaluate_obligation | Michael Goulet | -6/+37 |
| 2023-01-27 | Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor | bors | -128/+255 |
| 2023-01-27 | Don't merge vtables when full debuginfo is enabled. | Michael Woerister | -0/+13 |
| 2023-01-28 | Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all... | Yuki Okushi | -1/+21 |
| 2023-01-28 | Rollup merge of #107352 - sameo:topic/E0587, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2023-01-28 | Rollup merge of #107347 - tshepang:rightward-drift, r=Nilstrieb | Yuki Okushi | -3/+2 |