about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-21Add missing code fencecherryblossom000-0/+2
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-0/+4
2023-07-21CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout`Moulins-5/+7
2023-07-21add `naive_layout_of` queryMoulins-4/+5
2023-07-20Clarify wording on breaking arrays across linesJosh Triplett-1/+1
2023-07-20style-guide: Fix example to match the rule it exemplifies (and match rustfmt)Josh Triplett-1/+2
2023-07-20style-guide: Fix typo: s/right-hand side/left-hand side/Josh Triplett-1/+1
2023-07-20style-guide: Add an additional chaining exampleJosh Triplett-1/+4
2023-07-20style-guide: Avoid using "should" or "may" for required parts of the default ...Josh Triplett-220/+252
2023-07-20style-guide: Simplify the structure of a recommendation (no semantic change)Josh Triplett-3/+1
2023-07-20style-guide: Fix an example to match the styleJosh Triplett-1/+1
2023-07-20style-guide: Fix typo: s/forth/fourth/gJosh Triplett-2/+2
2023-07-20style-guide: Remove material about tool configurabilityJosh Triplett-46/+2
2023-07-20etc: add `RUSTC_BOOTSTRAP` to rust-analyzer configMichael Howell-1/+5
2023-07-20Document --print KIND=PATH in Command-line Arguments documentationDavid Tolnay-0/+4
2023-07-20Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G...Matthias Krüger-9/+0
2023-07-20Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com...Matthias Krüger-57/+53
2023-07-20Rollup merge of #113800 - oli-obk:gha_ci_cycle, r=jyn514Matthias Krüger-1/+2
2023-07-20Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau...Matthias Krüger-4/+4
2023-07-20Avoid another gha group nestingOli Scherer-1/+2
2023-07-20XSimplifiedType to SimplifiedType::Xlcnr-57/+53
2023-07-20Remove adjustments that used to be necessary for search's crate selector appe...Frank Steffahn-9/+0
2023-07-20Merge from rustcThe Miri Conjob Bot-58/+97
2023-07-20Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-20Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddleMatthias Krüger-0/+2
2023-07-20Rollup merge of #113710 - loongarch-rs:fix-rpath, r=clubby789Matthias Krüger-2/+3
2023-07-19misc code cleanupDeadbeef-156/+154
2023-07-19Support non-lifetime bindersMichael Goulet-13/+10
2023-07-20Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obkbors-0/+1
2023-07-20Auto merge of #108714 - estebank:ice_dump, r=oli-obkbors-6/+13
2023-07-19Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no...Dylan DPC-17/+41
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+2
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-6/+13
2023-07-19Improve htmldocck error a bit by providing line where error occurredGuillaume Gomez-0/+2
2023-07-19remove hack, now CI uses (currently latest) SDK 10.0.22621.0klensy-8/+0
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-1/+1
2023-07-18Prevent ICE when formatting an empty-ish macro arm (#5833)tdanniels-1/+8
2023-07-18Auto merge of #113841 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-07-18Update cargoWeihang Lo-0/+0
2023-07-18Rollup merge of #113823 - GuillaumeGomez:fix-results-search-alias-display, r=...Matthias Krüger-19/+15
2023-07-18Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726bors-3/+11
2023-07-18fix miri test with links to query documentationnxya-0/+1
2023-07-18Fix display of aliases in rustdoc search resultsGuillaume Gomez-19/+15
2023-07-18Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obkbors-6/+6
2023-07-18support for mips32r6 as a target_arch valuechenx97-4/+10
2023-07-18support for mips64r6 as a target_arch valuechenx97-2/+4
2023-07-18ignore test on appleRalf Jung-0/+1
2023-07-18fix clippy warningsRalf Jung-7/+7
2023-07-18make './miri toolchain' work even if we cannot write to rustup dirRalf Jung-1/+3
2023-07-18Remove unneeded `Option<Symbol>` in `foreign_items`Guillaume Gomez-4/+3