about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-08Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJungbors-19/+74
2024-05-09Implement non-null pointer for malloc(0)tiif-19/+74
2024-05-08Use generic `NonZero`.Markus Reiter-65/+65
2024-05-08Simplify `clippy` lint.Markus Reiter-136/+113
2024-05-08Ignore empty RUSTC_WRAPPER in bootstrapJack Rickard-6/+7
2024-05-08bootstrap: add comments for the automatic dry runRalf Jung-0/+5
2024-05-08Make term search fuel configurableTavo Annus-9/+56
2024-05-08Auto merge of #3589 - RalfJung:io-error, r=RalfJungbors-34/+31
2024-05-08io::Error handling: keep around the full io::Error for longer so we can give ...Ralf Jung-34/+31
2024-05-08miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_specRalf Jung-18/+18
2024-05-08Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability...Matthias Krüger-32/+19
2024-05-08Migrate `run-make/rustdoc-map-file` to rmakeGuillaume Gomez-1/+0
2024-05-08use key-value format in stage0 fileonur-ozkan-43/+552
2024-05-08Auto merge of #124695 - erickt:bump-fuchsia, r=tmandrybors-93/+111
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-13/+10
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-32/+19
2024-05-07Update cargoWeihang Lo-0/+0
2024-05-07remove problems that I do not think we have seen in a whileRalf Jung-13/+0
2024-05-07README: update introductionRalf Jung-39/+31
2024-05-07Use unit of work as fuel instead of timeTavo Annus-42/+48
2024-05-07Fuchsia test runner: fixup scriptMarc Khouri-93/+111
2024-05-07Remove unnecessary -fembed-bitcode usage now that it's deprecatedKeith Smiley-12/+2
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-24/+48
2024-05-07Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnaybors-2/+60
2024-05-07Auto merge of #17192 - roife:fix-issue-17179, r=lnicolabors-1/+46
2024-05-07Auto merge of #122504 - jfgoog:update-cc-crate-version-2, r=onur-ozkanbors-72/+116
2024-05-06rustdoc: allow custom element rustdoc-searchMichael Howell-0/+2
2024-05-06Enable profiler for armv7-unknown-linux-gnueabihf.Brian Smith-1/+1
2024-05-06Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgrbors-0/+0
2024-05-06Update version of cc crate to v1.0.97James Farrell-72/+116
2024-05-06Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehussbors-62/+97
2024-05-06Add time based fuel to term searchTavo Annus-8/+36
2024-05-06Update booksrustbot-0/+0
2024-05-06Collapse term search exprs before Cartesian product to avoid OOMTavo Annus-20/+43
2024-05-06Make check-cfg docs more user-friendlyUrgau-62/+97
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-6/+6
2024-05-06Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxubors-12/+31
2024-05-06Implement unsafe attribute parsingLukas Wirth-11/+534
2024-05-06Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubileebors-1/+0
2024-05-06Auto merge of #3579 - RalfJung:libc, r=RalfJungbors-208/+211
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-208/+211
2024-05-06Implement wcslenAsger Hautop Drewsen-9/+64
2024-05-06Auto merge of #3578 - RalfJung:realloc, r=RalfJungbors-7/+1
2024-05-06avoid code duplication between realloc and mallocRalf Jung-7/+1
2024-05-06Migrate `run-make/rustdoc-error-lines` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-06Add new `output` method to `Rustc` and `Rustdoc` typesGuillaume Gomez-0/+14
2024-05-06Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddleMatthias Krüger-0/+5
2024-05-06Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmeaseMatthias Krüger-1/+2
2024-05-06Fix source_range for INT_NUMBER in completionroife-1/+46
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+14