Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
069c52f
Check if the archive has already been added to avoid duplicates
petrhosek Jul 2, 2019
6de8e39
in which the `non_ascii_idents` lint appears (RFC 2457)
zackmdavis Jun 16, 2019
bed54cf
rustdoc: set cfg(doctest) when collecting doctests
QuietMisdreavus Jun 28, 2019
cff6ce6
force single-threaded text execution
QuietMisdreavus Jul 2, 2019
03ac053
syntax: Remove `NodeId` from `SyntaxExtension`
petrochenkov Jun 20, 2019
3b6370b
resolve/expand: Move macro stability checking to an earlier point
petrochenkov Jun 20, 2019
290475e
Collect library features from non-exported macros
petrochenkov Jun 20, 2019
73dec4a
resolve: Check stability for local macros as well
petrochenkov Jun 20, 2019
3542995
syntax: Keep full `Stability` in `SyntaxExtension`
petrochenkov Jun 21, 2019
d9ee97e
resolve: Use standard stability diagnostics for macros
petrochenkov Jun 21, 2019
0817fc6
Support deprecation checking for macros
petrochenkov Jun 21, 2019
1ee0ce8
syntax: Migrate built-in macros to the regular stability checking
petrochenkov Jun 22, 2019
b6d522a
syntax: Pre-intern names of all built-in macros
petrochenkov Jun 23, 2019
941653b
Address review comments + Fix rebase
petrochenkov Jul 5, 2019
9cd75fb
Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=Manishearth
Centril Jul 7, 2019
3250b8e
Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper
Centril Jul 7, 2019
fe807fc
Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez
Centril Jul 7, 2019
a2500db
Rollup merge of #62286 - petrhosek:rustc-no-duplicate-archives, r=cra…
Centril Jul 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
force single-threaded text execution
  • Loading branch information
QuietMisdreavus committed Jul 7, 2019
commit cff6ce667fd8c5002f789a55f75ba70b67be42f7
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/cfg-test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// build-pass (FIXME(62277): could be check-pass?)
// compile-flags:--test
// compile-flags:--test --test-args --test-threads=1
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"

// Crates like core have doctests gated on `cfg(not(test))` so we need to make
Expand Down
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/cfg-test.stdout
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

running 2 tests
test $DIR/cfg-test.rs - Foo (line 20) ... ok
test $DIR/cfg-test.rs - Bar (line 28) ... ok
test $DIR/cfg-test.rs - Foo (line 20) ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out