index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-08-13
Run fmt
Guillaume Gomez
-8
/
+11
2024-08-13
Fix commands syntax in rustdoc-ui tests
Guillaume Gomez
-9
/
+9
2024-08-13
Only keep "useful" code in `tests/rustdoc-ui/2024-doctests-checks.rs`
Guillaume Gomez
-24
/
+8
2024-08-13
Add doctest to ensure that doctests with crate-level attributes are not part ...
Guillaume Gomez
-0
/
+34
2024-08-13
Add more merged doctests tests
Guillaume Gomez
-0
/
+21
2024-08-13
Improve documentation for internal doctest API
Guillaume Gomez
-0
/
+13
2024-08-13
Move `is_multiple_tests` argument into `RunnableDocTest`
Guillaume Gomez
-20
/
+12
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-42
/
+46
2024-08-13
Don't special-case if there is only one merged doctest
Guillaume Gomez
-67
/
+43
2024-08-13
Remove need for `unsafe` code in merged doctests
Guillaume Gomez
-5
/
+10
2024-08-13
Improve code readability
Guillaume Gomez
-5
/
+19
2024-08-13
If there are crate attributes, we prevent doctest to be merged with others
Guillaume Gomez
-27
/
+4
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-17
/
+22
2024-08-13
Reduce merged doctest source code size
Guillaume Gomez
-25
/
+41
2024-08-13
Run mergeable doctest as part of standalone doctests if there is only one
Guillaume Gomez
-48
/
+70
2024-08-13
Add documentation on `DocTest` and `RunnableDoctest` structs
Guillaume Gomez
-0
/
+3
2024-08-13
Improve code by removing unneeded function arguments
Guillaume Gomez
-24
/
+9
2024-08-13
Add 2024 edition doctests to cover corner cases
Guillaume Gomez
-0
/
+55
2024-08-13
Correctly handle macros using `$crate` in merged doctests
Guillaume Gomez
-3
/
+14
2024-08-13
Disable merged doctests by default
Guillaume Gomez
-2
/
+1
2024-08-13
Only show rustdoc doctest compilation output if `nocapture` is used
Guillaume Gomez
-3
/
+5
2024-08-13
If no argument is provided to merged doctests binary, they will be run in the...
Guillaume Gomez
-6
/
+4
2024-08-13
Correctly handle `internal_features` attribute
Guillaume Gomez
-1
/
+13
2024-08-13
Mark location doctest as standalone since file information will not work in m...
Guillaume Gomez
-1
/
+1
2024-08-13
Don't change indent in merged doctests
Guillaume Gomez
-1
/
+1
2024-08-13
Make merged doctests run in their own process
Guillaume Gomez
-17
/
+87
2024-08-13
Fix weird memory allocation failure in merged doctests by storing doctest lis...
Guillaume Gomez
-8
/
+8
2024-08-13
Don't merge doctests with `#[global_allocator]`
Guillaume Gomez
-75
/
+70
2024-08-13
Greatly improve handling of doctests attributes, making it possible to merge ...
Guillaume Gomez
-52
/
+116
2024-08-13
Simplify `has_main_fn` to be a boolean instead of a `Option<Span>`
Guillaume Gomez
-31
/
+37
2024-08-13
Add new `run-make` tests for doctests
Guillaume Gomez
-0
/
+171
2024-08-13
Add/update `rustdoc-ui` tests to check new merged doctests
Guillaume Gomez
-9
/
+42
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-9
/
+138
2024-08-13
Correctly handle the case where there is no doctests to run
Guillaume Gomez
-1
/
+5
2024-08-13
If there is any AST error with a doctest, we make it a standalone test
Guillaume Gomez
-88
/
+183
2024-08-13
Prevent merged doctests to break stdin if the generated file is too big
Guillaume Gomez
-17
/
+50
2024-08-13
Add documentation for the doctest `standalone` attribute
Guillaume Gomez
-0
/
+51
2024-08-13
Add new doc codeblock `standalone` attribute
Guillaume Gomez
-0
/
+7
2024-08-13
Only merge doctests starting 2024 edition
Guillaume Gomez
-1
/
+5
2024-08-13
Split doctests into two categories: mergeable ones and standalone ones
Guillaume Gomez
-62
/
+99
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-154
/
+440
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-29
/
+61
2024-08-13
Simplify doctest tests
Guillaume Gomez
-27
/
+24
2024-08-13
Add `DocTest` type
Guillaume Gomez
-138
/
+190
2024-08-13
Clean up rustdoc make_test function code
Guillaume Gomez
-21
/
+21
2024-08-13
Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgr
bors
-365
/
+414
2024-08-13
Rollup merge of #129040 - Zalathar:bless-rmake, r=jieyouxu
Matthias Krüger
-24
/
+31
2024-08-13
Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory...
Matthias Krüger
-1
/
+1
2024-08-13
Rollup merge of #128983 - Kobzol:bootstrap-target, r=onur-ozkan
Matthias Krüger
-70
/
+70
2024-08-13
Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan
Matthias Krüger
-34
/
+24
[next]