| Commit message (Expand) | Author | Age | Files | Lines |
* | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | 2022-10-11 | 1 | -1/+1 |
* | Rollup merge of #102860 - GuillaumeGomez:missing-docs-FileNameDisplayPreferen... | Yuki Okushi | 2022-10-10 | 1 | -0/+4 |
|\ |
|
| * | Add missing documentation for FileNameDisplayPreference variants | Guillaume Gomez | 2022-10-09 | 1 | -0/+4 |
* | | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | 2022-10-08 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | 2022-10-06 | 1 | -1/+0 |
|\ |
|
| * | Remove from compiler/ crates | reez12g | 2022-09-29 | 1 | -1/+0 |
* | | Rollup merge of #102382 - cuviper:defid-order, r=fee1-dead | Matthias Krüger | 2022-09-30 | 1 | -1/+19 |
|\ \ |
|
| * | | Manually order `DefId` on 64-bit big-endian | Josh Stone | 2022-09-27 | 1 | -1/+19 |
* | | | Auto merge of #102387 - nnethercote:inline-Token-PartialEq, r=lqd | bors | 2022-09-30 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Inline two `Ident` methods. | Nicholas Nethercote | 2022-09-29 | 1 | -0/+2 |
* | | | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | 2022-09-28 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | 2022-09-27 | 1 | -0/+1 |
| |/ |
|
* | | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | 2022-09-28 | 1 | -0/+3 |
|\ \ |
|
| * | | Address feedback | mejrs | 2022-09-27 | 1 | -0/+1 |
| * | | Wrapper suggestions | mejrs | 2022-09-27 | 1 | -0/+2 |
| |/ |
|
* | | Rewrite and refactor format_args!() builtin macro. | Mara Bos | 2022-09-27 | 1 | -0/+11 |
|/ |
|
* | remove cfg(bootstrap) | Pietro Albini | 2022-09-26 | 1 | -1/+0 |
* | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | 2022-09-23 | 1 | -0/+1 |
|\ |
|
| * | Split out async_fn_in_trait into a separate feature | Dan Johnson | 2022-09-21 | 1 | -0/+1 |
* | | Auto merge of #98840 - cjgillot:span-inline-ctxt, r=wesleywiser | bors | 2022-09-22 | 2 | -14/+31 |
|\ \ |
|
| * | | Make names more explicit. | Camille GILLOT | 2022-08-17 | 1 | -15/+21 |
| * | | Keep ctxt in encoded span representation. | Camille GILLOT | 2022-08-17 | 2 | -12/+23 |
* | | | Auto merge of #101999 - the8472:source-lines-partition-point, r=davidtwco | bors | 2022-09-22 | 1 | -4/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | use partition_point instead of binary_search when looking up source lines | The 8472 | 2022-09-19 | 1 | -4/+3 |
* | | | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | 2022-09-21 | 1 | -2/+2 |
* | | | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | 2022-09-21 | 1 | -1/+1 |
* | | | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | 2022-09-21 | 1 | -1/+1 |
* | | | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | 2022-09-21 | 1 | -1/+1 |
* | | | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | 2022-09-17 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | change AccessLevels representation | Bryanskiy | 2022-09-14 | 1 | -1/+1 |
* | | | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | 2022-09-17 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsics | Caleb Zulawski | 2022-07-22 | 1 | -0/+3 |
* | | | | Only enable the let_else feature on bootstrap | est31 | 2022-09-15 | 1 | -1/+1 |
* | | | | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | 2022-09-14 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Introduce dyn_star feature flag | Eric Holk | 2022-09-12 | 1 | -0/+1 |
* | | | | | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | 2022-09-13 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Simplify `clippy` fix. | Markus Reiter | 2022-09-12 | 1 | -0/+1 |
* | | | | | | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | 2022-09-13 | 3 | -12/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | ssa: implement `#[collapse_debuginfo]` | David Wood | 2022-09-07 | 3 | -12/+24 |
* | | | | | | | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | 2022-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | 2022-09-12 | 1 | -0/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | 2022-09-12 | 1 | -2/+7 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | 2022-09-10 | 1 | -2/+7 |
* | | | | | | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | 2022-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Add Tuple marker trait | Michael Goulet | 2022-08-07 | 1 | -0/+1 |
* | | | | | | add generator_clone feature gate | Andrew Cann | 2022-09-11 | 1 | -0/+1 |
* | | | | | | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | 2022-09-10 | 1 | -2/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | 2022-09-09 | 1 | -2/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | 2022-09-09 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | 2022-09-09 | 1 | -1/+0 |
| |\ \ \ \ \ |
|