about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-05-26Update mdbook to 0.4.51Eric Huss-3/+3
2025-05-26bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2Jeremy Drake-1/+3
2025-05-27Rollup merge of #141526 - jyn514:env-vars, r=petrochenkov许杰友 Jieyou Xu (Joe)-2/+18
2025-05-27Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung许杰友 Jieyou Xu (Joe)-7/+13
2025-05-27Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+2
2025-05-27Rollup merge of #140898 - onur-ozkan:miri-run, r=Kobzol许杰友 Jieyou Xu (Joe)-3/+13
2025-05-26Merge pull request #2407 from smanilov/patch-14Tshepang Mbambo-2/+5
2025-05-26rustdoc: refactor Tooltip rendering logicbinarycat-43/+21
2025-05-26rustc book: fix erratic sentence by making it more simpleTshepang Mbambo-2/+2
2025-05-26ci: fix llvm test coverageMarcoIeni-2/+2
2025-05-26ci: move dist-x86_64-linux job to codebuildMarcoIeni-2/+2
2025-05-26Add time reference and tracking info for trait system refactorStan Manilov-2/+5
2025-05-26Link normalization chapterStan Manilov-1/+2
2025-05-26Flesh out sections about crashes tests and update mentions of glacierLeón Orell Valerian Liehr-11/+26
2025-05-26Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obkbors-53/+54
2025-05-26fix: formated to clippyvremyavnikuda-1/+1
2025-05-26remove eq_unspanned from TokenStreamyukang-1/+3
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-1/+1
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-2/+2
2025-05-26docs: add documentation for find_all_refs constructor search (#10725)vremyavnikuda-3/+158
2025-05-26Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indentLukas Wirth-3/+91
2025-05-26Merge pull request #19819 from Veykril/push-utvzwvwuuvlmLukas Wirth-3/+3
2025-05-26Merge pull request #19785 from A4-Tacks/fix-generate-new-indentLukas Wirth-1/+136
2025-05-26Merge pull request #19851 from ChayimFriedman2/normalize-exhaustivenessLukas Wirth-25/+81
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-12/+11
2025-05-26Merge pull request #19864 from ChayimFriedman2/is-in-macroLukas Wirth-85/+125
2025-05-26Make `{Type,Path}::generics` return iterators.Nicholas Nethercote-18/+11
2025-05-26Simplify `make_href`.Nicholas Nethercote-5/+5
2025-05-26dist: make sure llvm-project submodule is presentonur-ozkan-0/+8
2025-05-26Rename some methods.Nicholas Nethercote-25/+36
2025-05-26Rollup merge of #141502 - marcoieni:x86_64-gnu-tools-codebuild, r=KobzolJacob Pratt-1/+1
2025-05-26Rollup merge of #140863 - GuillaumeGomez:cleanup-tyalias-render, r=lolbinarycatJacob Pratt-213/+333
2025-05-26Refactor the end of `generate_item_def_id_path`.Nicholas Nethercote-6/+6
2025-05-26Simplify `make_href`.Nicholas Nethercote-3/+4
2025-05-26Avoid `Box` in `href_relative_parts`.Nicholas Nethercote-25/+20
2025-05-26extend allocbytes with associated typeNia Espera-7/+13
2025-05-25Update tidy exceptionsbjorn3-0/+2
2025-05-25Properly implement `might_be_inside_macro_call()` using semantic information ...Chayim Refael Friedman-85/+125
2025-05-25Fix IDE resolution of item macrosChayim Refael Friedman-29/+74
2025-05-25Update to new APIGuillaume Gomez-2/+3
2025-05-25Rollup merge of #141530 - ranger-ross:unstable-feature-doc-comments, r=UrgauGuillaume Gomez-6/+38
2025-05-25Rollup merge of #141508 - xtexx:gh-104200, r=onur-ozkanGuillaume Gomez-1/+18
2025-05-25Improve codeGuillaume Gomez-49/+50
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-79/+172
2025-05-25Rename the `document_*` argument/field into `is_type_alias`Guillaume Gomez-12/+12
2025-05-25Split `Item::attributes` method into threeGuillaume Gomez-70/+81
2025-05-25Unify rendering of type aliases without ADT itemsGuillaume Gomez-137/+151
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-3/+3
2025-05-25add "Compiler environment variables" section to the unstable bookjyn-2/+10
2025-05-25feat(unstable-book): Added unstable feature doc comments as feature descriptionsRoss Sullivan-6/+38