| Age | Commit message (Expand) | Author | Lines |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -3/+29 |
| 2023-04-06 | add comment | yukang | -0/+3 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+19 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -21/+19 |
| 2023-03-31 | Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3 | Guillaume Gomez | -21/+18 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -0/+1 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+1 |
| 2023-03-31 | Improve `with_source_map`. | Nicholas Nethercote | -10/+13 |
| 2023-03-31 | Remove an unnecessary use of `with_session_globals`. | Nicholas Nethercote | -11/+5 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -0/+1 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -1/+1 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+1 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+2 |
| 2023-03-26 | add comments and cleanup | yukang | -3/+10 |
| 2023-03-25 | Update indexmap and rayon crates | John KÃ¥re Alsaker | -1/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+1 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -1/+6 |
| 2023-03-22 | Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=Nilstrieb | Matthias Krüger | -0/+12 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+1 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -1/+6 |
| 2023-03-20 | Fix issue when there are multiple candidates for edit_distance_with_substrings | yukang | -4/+20 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -10/+21 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -0/+12 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+1 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+1 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -0/+1 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -10/+21 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+1 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -1/+0 |
| 2023-03-12 | Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-er... | Matthias Krüger | -3/+8 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+1 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -1/+0 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-03-05 | Allow binary files to go through the `FileLoader` | Thom Chiovoloni | -3/+8 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -0/+2 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -0/+2 |
| 2023-03-03 | Make `unused_allocation` lint warn against `Box::new` | Maybe Waffle | -0/+1 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -2/+2 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -0/+1 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -0/+1 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -0/+14 |
| 2023-02-19 | Add test for precise algorithm used | Jacob Pratt | -0/+10 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -51/+55 |
| 2023-02-19 | Use restricted Damerau-Levenshtein algorithm | Jacob Pratt | -24/+73 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |