| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Rollup merge of #108197 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -0/+6 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+9 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -5/+3 |
| 2023-02-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -4/+2 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -55/+60 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -57/+57 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -54/+59 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-02-16 | Move tests | Caio | -1/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+0 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -2/+2 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -111/+111 |
| 2023-02-15 | Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68 | Matthias Krüger | -16/+60 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -2/+2 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -111/+111 |
| 2023-02-15 | make x look for x.py if shell script does not exist | Zephaniah Ong | -16/+60 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+9 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -11/+10 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -11/+10 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -9/+9 |
| 2023-02-14 | Auto merge of #107993 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-02-13 | Auto merge of #107992 - lnicola:rust-analyzer-2023-02-13, r=lnicola | bors | -9698/+11188 |
| 2023-02-13 | Use is_str instead of string kind comparison | Michael Goulet | -11/+10 |
| 2023-02-13 | Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_... | bors | -4/+4 |
| 2023-02-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-02-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -9698/+11188 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -2/+5 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -2/+2 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -0/+6 |
| 2023-02-11 | Rollup merge of #107657 - chenyukang:yukang/add-only-modified, r=albertlarsan68 | Matthias Krüger | -13/+119 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -0/+2 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+1 |
| 2023-02-10 | cleanup and fix naming | yukang | -9/+12 |
| 2023-02-10 | add only modified for compiletest | yukang | -13/+116 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+1 |
| 2023-02-10 | Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup | Philipp Krones | -560/+2192 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -0/+2 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -1/+16 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -2/+5 |
| 2023-02-08 | Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto... | Michael Goulet | -1/+0 |
| 2023-02-09 | Test XRay only for supported targets | Oleksii Lozovskyi | -0/+15 |
| 2023-02-09 | UI tests for -Z instrument-xray | Oleksii Lozovskyi | -1/+1 |
| 2023-02-08 | Auto merge of #107788 - matthiaskrgr:rollup-mw10sli, r=matthiaskrgr | bors | -0/+0 |