about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-0/+2
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-0/+2
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+42
2024-05-14fix typo in x86_64-unknown-linux-none docsFederico Maria Morrone-1/+1
2024-05-14Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxubors-1/+0
2024-05-13Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandryJacob Pratt-14/+11
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-18/+36
2024-05-13Apply nitsMichael Goulet-3/+3
2024-05-13Migrate fuchsia docs from `pm` to `ffx`Erick Tryzelaar-14/+11
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-1/+14
2024-05-13split out AliasTy -> AliasTermMichael Goulet-18/+36
2024-05-13Reword formatting for where clausesJosh Triplett-1/+1
2024-05-13style-guide: Also format where clauses on one line for short function declsJosh Triplett-5/+15
2024-05-13style-guide: Not all where clauses can be written as inline boundsJosh Triplett-1/+1
2024-05-13style-guide: Give a second example for associated type formattingJosh Triplett-0/+1
2024-05-13style-guide: Format single associated type `where` clauses on the same lineJosh Triplett-1/+13
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-1/+0
2024-05-13Add `library_search_path` to `Rustdoc`Guillaume Gomez-0/+8
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-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-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-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-582/+627
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-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
2024-05-11remove outdated stage0.json partsonur-ozkan-456/+0
2024-05-11use shared stage0 parser from `build_helper`onur-ozkan-140/+119
2024-05-11Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrumbors-0/+1
2024-05-11Add windows_i686_gnullvm to the listMark Rousskov-0/+1
2024-05-11Rollup merge of #125005 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-1166/+1182
2024-05-11Rollup merge of #124969 - onur-ozkan:test-tests-remap, r=Mark-SimulacrumMatthias Krüger-0/+23
2024-05-11Always hide private fields in aliased typeUrgau-0/+62
2024-05-11Migrate `run-make/rustdoc-shared-flags` to rmakeGuillaume Gomez-1/+0
2024-05-11Auto merge of #3598 - RalfJung:heap, r=RalfJungbors-38/+74