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
path:
root
/
src
/
test
/
compile-fail
/
lint-missing-doc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-06
Revert "Revert "Fix `missing_docs` lint for const and static.""
Brian Anderson
-0
/
+21
2015-07-30
Fix tests
Brian Anderson
-0
/
+1
2015-07-20
Revert "Fix `missing_docs` lint for const and static."
Brian Anderson
-21
/
+0
2015-06-21
Fix `missing_docs` lint for const and static.
Eljay
-0
/
+21
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-2
/
+2
2015-02-23
Update missing-doc test to explicitly check errors
Ivan Petkov
-17
/
+17
2015-02-23
Update missing-docs lint to check associated type declarations
Ivan Petkov
-0
/
+13
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-7
/
+13
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-11
/
+11
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-12-04
Make missing_doc lint check typedefs
Steven Fackler
-0
/
+3
2014-11-15
Un-feature gate struct variants
Steven Fackler
-6
/
+2
2014-10-28
Update code with new lint names
Aaron Turon
-9
/
+9
2014-08-14
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`
Patrick Walton
-2
/
+2
2014-04-16
rustc: Remove private enum variants
Alex Crichton
-4
/
+0
2014-03-31
rpass/cfail: Update field privacy where necessary
Alex Crichton
-10
/
+10
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-5
/
+5
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-2
/
+2
2014-01-01
Don't leave lingering files in doc tests
Alex Crichton
-0
/
+1
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+1
2013-12-06
Check crate root for docs in missing_doc lint.
Corey Richardson
-0
/
+3
2013-11-22
Move more of the exportation burden into privacy
Alex Crichton
-0
/
+5
2013-11-13
make missing_doc lint respect the visibility rules
David Creswick
-8
/
+36
2013-10-31
fix missing_doc lint on private traits
David Creswick
-3
/
+2
2013-10-15
Require module documentation with missing_doc
Alex Crichton
-0
/
+3
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+1
2013-10-02
Check enums in missing_doc lint
Steven Fackler
-0
/
+37
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-7
/
+5
2013-05-30
Allow doc(hidden) and --test to disable doc linting
Alex Crichton
-0
/
+13
2013-05-30
Make missing documentation linting more robust
Alex Crichton
-0
/
+72