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
/
ui-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2018-06-01
rework to report errors from crates in a consistent order
Niko Matsakis
-27
/
+27
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-60
/
+132
2018-05-27
Make anon params lint warn-by-default
Mark Mansi
-0
/
+2
2018-05-25
Rename TokenStream::empty to TokenStream::new
David Tolnay
-1
/
+1
2018-05-25
Fix naming conventions for new lints
Vadim Petrochenkov
-3
/
+3
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+57
2018-05-16
Fix update-references for tests within subdirectories.
Eric Huss
-3
/
+4
2018-05-16
compiletest: Run revisions as independent tests.
Eric Huss
-12
/
+11
2018-05-16
Fix stability annotations for already stable bits of proc macro API 1.1
Vadim Petrochenkov
-22
/
+18
2018-05-15
Represent lifetimes as two joint tokens in proc macros
Vadim Petrochenkov
-0
/
+57
2018-05-15
proc_macro: Validate inputs to `Punct::new` and `Ident::new`
Vadim Petrochenkov
-0
/
+147
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-2
/
+2
2018-05-13
Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...
kennytm
-9
/
+9
2018-05-12
rustc: Only suggest deleting `extern crate` if it works
Alex Crichton
-11
/
+13
2018-05-11
rustc: Include semicolon when removing `extern crate`
Alex Crichton
-9
/
+9
2018-05-04
Add test
Manish Goregaokar
-0
/
+123
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-2
/
+2
2018-04-02
proc_macro: Reorganize public API
Alex Crichton
-12
/
+13
2018-03-16
Update tests
John Kåre Alsaker
-0
/
+4
2018-03-14
update tests
Guillaume Gomez
-2
/
+2
2018-02-26
Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-57
/
+57
2018-02-25
Reduce error codes length when too much are thrown
Guillaume Gomez
-4
/
+0
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+6
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-2
/
+3
2018-01-18
Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est...
kennytm
-3
/
+3
2018-01-15
Don't include bang in macro replacement suggestion
Ryan Cumming
-3
/
+3
2018-01-15
Make ui-fulldeps/update-references executable
Ryan Cumming
-0
/
+0
2018-01-03
Add 'Span.parent()' and 'Span.source()' to proc_macro API.
Sergio Benitez
-0
/
+240
2018-01-01
Remove a test blocking the update of the `log` crate
Malo Jaffré
-39
/
+0
2017-12-30
Remove excessive trailing newlines.
kennytm
-2
/
+0
2017-12-14
Do the same things for fulldeps tests
Vadim Petrochenkov
-0
/
+213
2017-11-26
mention nightly in -Z external-macro-backtrace note
Alex Burka
-1
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-34
/
+44
2017-11-21
Add test for #44953
Virgil Palanciuc
-0
/
+39
2017-11-14
Rename `Span::default` -> `Span::def_site`.
Jeffrey Seyfried
-2
/
+2
2017-10-29
Add several lints into `unused` lint group
Vadim Petrochenkov
-0
/
+2
2017-09-25
Point at signature on unused lint
Esteban Küber
-1
/
+1
2017-08-28
Initial diagnostic API for proc-macros.
Sergio Benitez
-0
/
+142
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-3
/
+9
2017-07-17
Change some helps to suggestions
Oliver Schneider
-41
/
+27
2017-07-17
Move some tests from compile-fail to ui
Oliver Schneider
-0
/
+231
2017-06-02
Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.
kennytm
-0
/
+261
2017-03-04
Separate "ui-fulldeps" tests from "ui" tests
Vadim Petrochenkov
-0
/
+60