| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplett | Dylan DPC | 2023-05-17 | 1 | -0/+1 |
| |\ |
|
| | * | add `UnsafeCell::from_mut` | JoJoJet | 2023-05-16 | 1 | -0/+1 |
| * | | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | 2023-05-17 | 1 | -0/+1 |
| |\ \
| |/
|/| |
|
| | * | Add derive for `core::marker::ConstParamTy` | Nilstrieb | 2023-05-16 | 1 | -0/+1 |
| * | | Simplify find_width_of_character_at_span. | Mara Bos | 2023-05-14 | 2 | -24/+8 |
| * | | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | 2023-05-13 | 1 | -3/+5 |
| |\ \ |
|
| | * | | correct literals for dyn thread safe | SparrowLii | 2023-05-06 | 1 | -3/+5 |
| | * | | introduce `DynSend` and `DynSync` auto trait | SparrowLii | 2023-05-06 | 1 | -3/+3 |
| * | | | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | 2023-05-11 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | Limit lifetime of format_args!() with inlined args. | Mara Bos | 2023-05-09 | 1 | -0/+1 |
| * | | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | 2023-05-09 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Migrate offset_of from a macro to builtin # syntax | est31 | 2023-05-05 | 1 | -0/+1 |
| | * | | Add parsing for builtin # in expression and item context | est31 | 2023-05-05 | 1 | -0/+1 |
| | |/ |
|
| * | | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | 2023-05-06 | 1 | -0/+1 |
| |\ \ |
|
| | * | | More robust debug assertions for `Instance::resolve` on built-in traits with ... | Michael Goulet | 2023-05-06 | 1 | -0/+1 |
| * | | | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | 2023-05-06 | 1 | -0/+22 |
| |\ \ \ |
|
| | * | | | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | 2023-05-06 | 1 | -0/+22 |
| * | | | | Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-... | Yuki Okushi | 2023-05-06 | 1 | -0/+1 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | 2023-05-05 | 1 | -0/+1 |
| | | |/
| |/| |
|
| * | | | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | 2023-05-05 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | update and add a few tests | Deadbeef | 2023-05-02 | 1 | -0/+1 |
| | |/ / |
|
| * | | | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | 2023-05-04 | 1 | -3/+2 |
| |\ \ \ |
|
| | * | | | Arc -> Lrc | klensy | 2023-04-30 | 1 | -3/+2 |
| | | |/
| |/| |
|
| * | | | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | 2023-05-03 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | 2023-05-03 | 1 | -0/+4 |
| * | | | | Implement negative bounds | Michael Goulet | 2023-05-02 | 1 | -0/+1 |
| | |_|/
|/| | |
|
| * | | | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | 2023-05-02 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Add a `ConstParamTy` trait | Maybe Waffle | 2023-04-27 | 1 | -0/+1 |
| * | | | | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | 2023-05-01 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | Codegen fewer instructions in `mem::replace` | Scott McMurray | 2023-04-30 | 1 | -0/+1 |
| | | |_|/
| |/| | |
|
| * | | | | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | 2023-05-01 | 1 | -0/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Don't call await a method | Michael Goulet | 2023-04-27 | 1 | -0/+1 |
| * | | | | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | 2023-04-28 | 1 | -2/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | 2023-04-24 | 1 | -2/+1 |
| * | | | | Add deny lint to prevent untranslatable diagnostics using static strings | clubby789 | 2023-04-25 | 1 | -0/+1 |
| | |/ /
|/| | |
|
| * | | | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | 2023-04-24 | 2 | -2/+2 |
| |/ / |
|
| * | | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | 2023-04-24 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Add `intrinsics::transmute_unchecked` | Scott McMurray | 2023-04-22 | 1 | -0/+1 |
| * | | | Auto merge of #110497 - cjgillot:span-ctxt, r=b-naber | bors | 2023-04-23 | 1 | -10/+14 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Refactor `SyntaxContext::ctxt` logic. | Camille GILLOT | 2023-04-18 | 1 | -10/+14 |
| * | | | offset_of | DrMeepster | 2023-04-21 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | 2023-04-20 | 1 | -11/+20 |
| |\ \ |
|
| | * | | fmt fix | Kevin Reid | 2023-04-19 | 1 | -1/+1 |
| | * | | Make `impl Debug for Span` not panic on not having session globals. | Kevin Reid | 2023-04-19 | 1 | -11/+20 |
| | |/ |
|
| * | | Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot | Matthias Krüger | 2023-04-19 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | 2023-04-18 | 1 | -0/+1 |
| * | | | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | 2023-04-18 | 5 | -43/+46 |
| |\ \ \ |
|
| | * | | | Add #[inline] to some new functions | Ben Kimock | 2023-04-18 | 1 | -0/+1 |
| | * | | | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | 2023-04-18 | 5 | -43/+45 |
| | | |/
| |/| |
|
| * | | | Spelling - compiler | Josh Soref | 2023-04-17 | 1 | -2/+2 |
| |/ / |
|