summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-13Add `target` method to `Rustdoc` typeGuillaume Gomez-0/+6
2024-05-13Auto merge of #125024 - Oneirical:master, r=jieyouxubors-3/+0
2024-05-13Auto merge of #17220 - Veykril:hov-lit, r=Veykrilbors-171/+262
2024-05-13Don't render multi-line literal valuesLukas Wirth-1/+29
2024-05-13Render literal escaping errors in hoversLukas Wirth-79/+68
2024-05-13Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykrilbors-37/+141
2024-05-13Fix literal hovers being confusing and wrong for floatsLukas Wirth-97/+171
2024-05-13Auto merge of #17188 - szabgab:patch-1, r=Veykrilbors-1/+2
2024-05-13Auto merge of #17187 - roife:fix-issue-17185, r=Veykrilbors-46/+48
2024-05-13Auto merge of #17195 - Veykril:unsafe-attr, r=Veykrilbors-11/+534
2024-05-13Give `FileDescription::{read, write}` access to the `InterpCx`Luv-Ray-19/+28
2024-05-13Auto merge of #3604 - RalfJung:intrinsics, r=RalfJungbors-36/+36
2024-05-13intrinsics: just panic when they get used incorrectlyRalf Jung-36/+36
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-327/+64
2024-05-12Auto merge of #3575 - devnexen:illumos_part3, r=RalfJungbors-4/+14
2024-05-12further illumos/solaris support.David Carlier-4/+14
2024-05-12Auto merge of #3599 - saethlin:quiet-when-no-change, r=RalfJungbors-21/+35
2024-05-12Don't print unnecessary sysroot messagesBen Kimock-21/+35
2024-05-12rewrite issue-14500 to rmakeOneirical-1/+14
2024-05-12Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnrbors-68/+33
2024-05-12docs: fix typo in platform-support docsFederico Maria Morrone-1/+1
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-13/+17
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-60/+21
2024-05-12Inline MemCategorization into ExprUseVisitorMichael Goulet-3/+3
2024-05-12Auto merge of #125040 - ickk:patch-1, r=notriddlebors-1/+1
2024-05-12Merge from rustcRalf Jung-698/+929
2024-05-12Preparing for merge from rustcRalf Jung-1/+1
2024-05-12Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde...Guillaume Gomez-2/+47
2024-05-12Migrate `rustdoc-scrape-examples-ordering` to `rmake`Guillaume Gomez-6/+6
2024-05-12merge two integer testsRalf Jung-58/+61
2024-05-12merge float tests into oneRalf Jung-66/+67
2024-05-12organize float intrinsic implementations a bitRalf Jung-102/+92
2024-05-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-12Add non-null pointer for posix_memaligntiif-14/+73
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-582/+627
2024-05-12test: add test case extract_with_specified_path_attrYoung-Flash-0/+66
2024-05-12fix: extract mod to file should respect path attributeYoung-Flash-3/+12
2024-05-11Make crashes dump mir to build dirMichael Goulet-8/+14
2024-05-11Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey...Matthias Krüger-1/+0
2024-05-11Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume...Matthias Krüger-0/+62
2024-05-11Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-05-11Port c-link-to-rust-va-list-fn to RustOneirical-1/+0
2024-05-11make tidy happyOneirical-3/+0
2024-05-11docs: Document x86_64-unknown-linux-none targetFederico Maria Morrone-0/+42
2024-05-11lldb-formatters: Use StdSliceSyntheticProvider for &strVladimir Makayev-1/+4
2024-05-11Add `extern_` method to `Rustdoc`Guillaume Gomez-0/+15
2024-05-11Add `python_command` and `source_path` functionsGuillaume Gomez-0/+9
2024-05-11Add `crate_name` method to `Rustdoc` and `Rustc`Guillaume Gomez-0/+14
2024-05-11Add `crate_type` method to `Rustdoc`Guillaume Gomez-0/+7
2024-05-11move comments position in `src/stage0`onur-ozkan-12/+15