| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-19 | Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into ↵ | bjorn3 | -0/+1 | |
| sync_cg_clif-2023-12-19 | ||||
| 2023-11-25 | Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3 | bors | -5/+0 | |
| Subtree sync for rustc_codegen_cranelift The main highlights this time are implementing a bunch of new vendor intrinsics and fixing some existing ones. And fixing polymorphization for coroutines. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler | ||||
| 2023-11-25 | Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into ↵ | bjorn3 | -5/+0 | |
| sync_cg_clif-2023-11-25 | ||||
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+2 | |
| 2023-11-16 | Merge commit 'def04540a4e2541b995195c752c751295606a388' into ↵ | bjorn3 | -8/+8 | |
| sync_cg_clif-2023-11-16 | ||||
| 2023-11-10 | Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into ↵ | bjorn3 | -0/+5 | |
| sync_cg_clif-2023-11-10 | ||||
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -1/+0 | |
| They've been deprecated for four years. This commit includes the following changes. - It eliminates the `rustc_plugin_impl` crate. - It changes the language used for lints in `compiler/rustc_driver_impl/src/lib.rs` and `compiler/rustc_lint/src/context.rs`. External lints are now called "loaded" lints, rather than "plugins" to avoid confusion with the old plugins. This only has a tiny effect on the output of `-W help`. - E0457 and E0498 are no longer used. - E0463 is narrowed, now only relating to unfound crates, not plugins. - The `plugin` feature was moved from "active" to "removed". - It removes the entire plugins chapter from the unstable book. - It removes quite a few tests, mostly all of those in `tests/ui-fulldeps/plugin/`. Closes #29597. | ||||
| 2023-10-29 | Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into ↵ | bjorn3 | -2/+6 | |
| sync_cg_clif-2023-10-29 | ||||
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into ↵ | bjorn3 | -43/+5 | |
| sync_cg_clif-2023-10-21 | ||||
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 | |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into ↵ | bjorn3 | -9/+11 | |
| sync_cg_clif-2023-10-09 | ||||
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -1/+1 | |
| bootstrap major change detection implementation The use of `changelog-seen` and `bootstrap/CHANGELOG.md` has not been functional in any way for many years. We often do major/breaking changes but never update the changelog file or the `changelog-seen`. This is an alternative method for tracking major or breaking changes and informing developers when such changes occur. Example output when bootstrap detects a major change:  | ||||
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-09-26 | subst -> instantiate | lcnr | -3/+3 | |
| 2023-09-06 | Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into ↵ | bjorn3 | -0/+2 | |
| sync_cg_clif-2023-09-06 | ||||
| 2023-08-09 | Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into ↵ | bjorn3 | -32/+39 | |
| sync_cg_clif-2023-08-09 | ||||
| 2023-07-22 | Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into ↵ | bjorn3 | -6/+26 | |
| sync_cg_clif-2023-07-22 | ||||
| 2023-06-15 | Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into ↵ | bjorn3 | -68/+88 | |
| sync_cg_clif-2023-06-15 | ||||
| 2023-04-29 | Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into ↵ | bjorn3 | -15/+75 | |
| sync_cg_clif-2023-04-29 | ||||
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into ↵ | bjorn3 | -20/+49 | |
| sync_cg_clif-2023-03-15 | ||||
| 2023-02-09 | Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into ↵ | bjorn3 | -0/+1 | |
| sync_cg_clif-2023-02-09 | ||||
| 2023-01-24 | Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into ↵ | bjorn3 | -29/+30 | |
| sync_cg_clif-2023-01-24 | ||||
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -66/+66 | |
| 2022-12-14 | Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into ↵ | bjorn3 | -23/+51 | |
| sync_cg_clif-2022-12-14 | ||||
| 2022-10-23 | Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into ↵ | bjorn3 | -5/+9 | |
| sync_cg_clif-2022-10-23 | ||||
| 2022-08-24 | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into ↵ | bjorn3 | -203/+0 | |
| sync_cg_clif-2022-08-24 | ||||
| 2022-07-25 | Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into ↵ | bjorn3 | -7/+15 | |
| sync_cg_clif-2022-07-25 | ||||
| 2022-05-15 | Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into ↵ | bjorn3 | -86/+91 | |
| sync_cg_clif-2022-05-15 | ||||
| 2022-04-22 | Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into ↵ | bjorn3 | -13/+14 | |
| sync_cg_clif-2022-04-22 | ||||
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 | |
| Address some spelling mistakes in strings, private function names, and function params. | ||||
| 2022-03-20 | Merge commit '370c397ec9169809e5ad270079712e0043514240' into ↵ | bjorn3 | -71/+104 | |
| sync_cg_clif-2022-03-20 | ||||
| 2022-02-23 | Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into ↵ | bjorn3 | -1/+4 | |
| sync_cg_clif-2022-02-23 | ||||
| 2021-12-30 | Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into ↵ | bjorn3 | -25/+29 | |
| sync_cg_clif-2021-12-30 | ||||
| 2021-12-20 | Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into ↵ | bjorn3 | -6/+20 | |
| sync_cg_clif-2021-12-20 | ||||
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -2/+2 | |
| 2021-09-30 | Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rs | Camille Gillot | -1/+1 | |
| Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> | ||||
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -1/+1 | |
| 2021-09-19 | Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into ↵ | bjorn3 | -3/+3 | |
| sync_cg_clif-2021-09-19 | ||||
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -2/+2 | |
| 2021-08-06 | Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into ↵ | bjorn3 | -9/+25 | |
| sync_cg_clif-2021-08-06 | ||||
| 2021-07-07 | Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵ | bjorn3 | -66/+107 | |
| sync_cg_clif-2021-07-07 | ||||
| 2021-05-27 | Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵ | bjorn3 | -14/+4 | |
| sync_cg_clif-2021-05-27 | ||||
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -3/+8 | |
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵ | bjorn3 | -87/+193 | |
| sync_cg_clif-2021-03-29 | ||||
| 2021-03-05 | Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵ | bjorn3 | -23/+36 | |
| sync_cg_clif-2021-03-05 | ||||
| 2021-02-01 | Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵ | bjorn3 | -28/+31 | |
| sync_cg_clif-2021-02-01 | ||||
| 2020-12-27 | Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵ | bjorn3 | -4/+12 | |
| sync_cg_clif-2020-12-27 | ||||
| 2020-11-27 | Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into ↵ | bjorn3 | -42/+59 | |
| sync_cg_clif-2020-11-27 | ||||
| 2020-11-06 | fix shellcheck error of SC2068 | Daiki Ihara | -2/+2 | |
| 2020-11-06 | fix shellcheck error of SC2148 | Daiki Ihara | -0/+1 | |
