| Age | Commit message (Expand) | Author | Lines |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -1/+7 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -2/+1 |
| 2023-04-20 | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -2/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -1/+1 |
| 2023-04-17 | Update test. | Mara Bos | -1/+1 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -1/+1 |
| 2023-04-16 | Remove WorkerLocal from AttrIdGenerator | John Kåre Alsaker | -19/+0 |
| 2023-04-16 | Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures | John Kåre Alsaker | -0/+25 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -2/+2 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -1/+1 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -2/+2 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -1/+2 |
| 2023-04-04 | Add a usize-indexed append-only-vec | Oli Scherer | -2/+2 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -1/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+2 |
| 2023-03-31 | Improve `with_source_map`. | Nicholas Nethercote | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -4/+4 |
| 2023-03-28 | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-28 | Make doc comment a little bit more accurate | est31 | -1/+1 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -4/+4 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -2/+4 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -0/+2 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -34/+58 |
| 2023-03-23 | expand: Pass `ast::Crate` by reference to AST transforming passes | Vadim Petrochenkov | -15/+15 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -2/+3 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -0/+2 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -2/+4 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -0/+1 |
| 2023-03-13 | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | -11/+6 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -2/+7 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -19/+26 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -19/+26 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -1/+1 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -2/+7 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -18/+23 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -1/+3 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+1 |
| 2023-02-22 | Remove a back compat warning | Oli Scherer | -30/+12 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+1 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -1/+69 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -1/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+66 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -4/+2 |
| 2023-02-21 | Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=... | Dylan DPC | -1/+0 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -4/+2 |