summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-04-14Auto merge of #110177 - RalfJung:miri-tests, r=oli-obkbors-1/+4
2023-04-14add test for recent unwind UB issueRalf Jung-0/+9
2023-04-14Merge from rustcRalf Jung-2874/+5163
2023-04-14Preparing for merge from rustcRalf Jung-1/+1
2023-04-14mark needs-llvm-components as being handled elsewherePietro Albini-0/+5
2023-04-14use a shared headers cachePietro Albini-9/+28
2023-04-14add line numbers to error messagesPietro Albini-6/+8
2023-04-14show all invalid directives errors rather than just the first onePietro Albini-5/+36
2023-04-14refactor ignore- and only- to use decisionsPietro Albini-53/+50
2023-04-14rename rust-lldb to needs-rust-lldb for consistencyPietro Albini-9/+6
2023-04-14refactor needs, validate them, and add ignore reasonsPietro Albini-104/+250
2023-04-14add pretty ignore reasons for llvm, cdb, gdb and lldbPietro Albini-33/+107
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-40/+55
2023-04-14Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errorsbors-1/+1
2023-04-13Move most ui-fulldeps tests to uijyn-1/+1
2023-04-14Auto merge of #110160 - petrochenkov:notagain2, r=cjgillotbors-5/+5
2023-04-13rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell-21/+40
2023-04-13rustdoc-search: use ES6 `Set` for deduplication instead of `Object`Michael Howell-3/+3
2023-04-13rustdoc-search: use ES6 `Map` for generic matching instead of `Object`Michael Howell-23/+14
2023-04-13rustdoc-search: use ES6 `Map` for aliases instead of `Object`Michael Howell-11/+16
2023-04-13Auto merge of #110253 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-04-13Update cargoWeihang Lo-0/+0
2023-04-13Rollup merge of #110265 - KittyBorgX:master, r=ozkanonurMatthias Krüger-0/+6
2023-04-13Auto merge of #2833 - oli-obk:ui_test_bump, r=RalfJungbors-16/+32
2023-04-13Auto merge of #2841 - RalfJung:compiletest, r=oli-obkbors-0/+12
2023-04-13Update to new ui_test crateOli Scherer-16/+32
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-1/+13
2023-04-13Correctly handle built-in compiler proc-macros as proc-macro and not macroGuillaume Gomez-40/+55
2023-04-13compiletest: complain about unknown flagsRalf Jung-0/+12
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-5/+0
2023-04-13Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errorsbors-11/+19
2023-04-13automatically update the LLVM submoduleKrishna Ramasimha-0/+6
2023-04-12Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn-4/+24
2023-04-12Add inline assembly support for m68kIan Douglas Scott-1/+13
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-9/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-11/+28
2023-04-12Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgrbors-88/+89
2023-04-12Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddleMatthias Krüger-5/+4
2023-04-12Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonurMatthias Krüger-74/+82
2023-04-12Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8KiMatthias Krüger-9/+3
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-63/+36
2023-04-12Rollup merge of #110241 - clubby789:tidy-reduce-limit, r=albertlarsan68Matthias Krüger-6/+22
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-0/+1
2023-04-12Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomezMatthias Krüger-1/+5
2023-04-12Update rustdoc book content about `--extend-css` optionGuillaume Gomez-4/+1
2023-04-12Add/update tests for `--extend-css` optionGuillaume Gomez-0/+2
2023-04-12Move creation of `theme.css` file from `--extend-css` command into the `stati...Guillaume Gomez-1/+1
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-56/+8
2023-04-12remove some unneeded importsKaDiWa-17/+5
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+1