| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | 2023-03-13 | 1 | -11/+6 |
* | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | 2023-03-12 | 1 | -2/+7 |
|\ |
|
| * | Only compute the crate hash when necessary. | Nicholas Nethercote | 2023-03-08 | 1 | -2/+7 |
* | | Simplify message paths | est31 | 2023-03-11 | 2 | -1/+1 |
* | | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | 2023-03-11 | 1 | -19/+26 |
|\ \ |
|
| * \ | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | 2023-03-11 | 1 | -19/+26 |
| |\ \
| | |/
| |/| |
|
| | * | Querify early_lint_checks. | Camille GILLOT | 2023-03-06 | 1 | -18/+23 |
| | * | Querify registered_tools. | Camille GILLOT | 2023-03-06 | 1 | -1/+3 |
* | | | Honor current target when checking conditional compilation values | Urgau | 2023-03-09 | 1 | -1/+1 |
|/ / |
|
* | | Match end user facing unmatched backticks in compiler/ | est31 | 2023-03-03 | 1 | -1/+1 |
|/ |
|
* | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | 2023-02-25 | 1 | -0/+1 |
|\ |
|
| * | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | 2023-02-22 | 1 | -0/+1 |
* | | Remove a back compat warning | Oli Scherer | 2023-02-22 | 3 | -30/+12 |
* | | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | 2023-02-22 | 5 | -1/+69 |
|\ \ |
|
| * | | various: translation resources from cg backend | David Wood | 2023-02-22 | 2 | -1/+4 |
| * | | errors: generate typed identifiers in each crate | David Wood | 2023-02-22 | 5 | -1/+66 |
| |/ |
|
* | | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | 2023-02-22 | 1 | -4/+2 |
|\ \
| |/
|/| |
|
| * | Use a lock-free datastructure for `source_span` | Oli Scherer | 2023-02-21 | 1 | -4/+2 |
* | | Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=... | Dylan DPC | 2023-02-21 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | remove flag | Boxy | 2023-02-20 | 1 | -1/+0 |
* | | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | 2023-02-21 | 3 | -60/+69 |
|\ \ |
|
| * | | Remove some unnecessary tcx-passing | Oli Scherer | 2023-02-20 | 1 | -7/+4 |
| * | | Stop passing in values that one can also get from the tcx lazily | Oli Scherer | 2023-02-20 | 1 | -7/+1 |
| * | | Move the resolver into a query | Oli Scherer | 2023-02-20 | 2 | -28/+35 |
| * | | Make `configure_and_expand` "infalllible" by just aborting the compilation if... | Oli Scherer | 2023-02-20 | 2 | -15/+13 |
| * | | Use tcx queries instead of passing the values to `configure_and_expand`. | Oli Scherer | 2023-02-20 | 2 | -13/+8 |
| * | | Stuff a TyCtxt into the Resolver | Oli Scherer | 2023-02-20 | 1 | -2/+1 |
| * | | Run the resolver after TyCtxt construction | Oli Scherer | 2023-02-20 | 2 | -38/+54 |
| * | | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | 2023-02-20 | 2 | -1/+4 |
| |/ |
|
* | | Make public API, docs algorithm-agnostic | Jacob Pratt | 2023-02-19 | 1 | -1/+1 |
|/ |
|
* | Remove save-analysis. | Nicholas Nethercote | 2023-02-16 | 1 | -1/+0 |
* | Simplify expansion logic | Oli Scherer | 2023-02-14 | 1 | -3/+3 |
* | Inline the expansion query | Oli Scherer | 2023-02-14 | 1 | -28/+23 |
* | Remove BoxedResolver | Oli Scherer | 2023-02-14 | 3 | -102/+18 |
* | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | 2023-02-14 | 1 | -4/+10 |
* | rustc_resolve: Remove `Resolver::clone_output` | Vadim Petrochenkov | 2023-02-13 | 2 | -23/+10 |
* | Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk | Matthias Krüger | 2023-02-10 | 3 | -35/+20 |
|\ |
|
| * | Remove `QueryContext`. | Nicholas Nethercote | 2023-02-09 | 2 | -34/+19 |
| * | Simplify `tls::enter_context`. | Nicholas Nethercote | 2023-02-09 | 2 | -2/+2 |
* | | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | 2023-02-10 | 1 | -0/+2 |
|\ \ |
|
| * | | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | 2023-02-09 | 1 | -0/+2 |
| |/ |
|
* | | Replace a command line flag with an env var to allow tools to initialize the ... | Oli Scherer | 2023-02-07 | 1 | -1/+0 |
|/ |
|
* | remove unused imports | klensy | 2023-02-06 | 1 | -1/+0 |
* | rustc_interface: remove huge error imports | est31 | 2023-02-05 | 1 | -18/+16 |
* | session: diagnostic migration lint on more fns | David Wood | 2023-01-30 | 3 | -18/+33 |
* | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | 2023-01-29 | 1 | -0/+1 |
|\ |
|
| * | Replace terminator-based const eval limit | Bryan Garza | 2023-01-23 | 1 | -0/+1 |
* | | Compute generator saved locals on MIR. | Camille GILLOT | 2023-01-27 | 1 | -0/+9 |
* | | Store the gctxt instead of fetching it twice. | Oli Scherer | 2023-01-23 | 1 | -1/+1 |
* | | Make `output_filenames` a real query | Oli Scherer | 2023-01-23 | 2 | -27/+13 |