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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui-fulldeps
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2020-04-25
Remove support for self-opening
Mark Rousskov
-35
/
+0
2020-03-30
rustc -> rustc_middle part 5 -- fix tests
Mazdak Farrokhzad
-3
/
+3
2020-03-24
resolve: Remove `rustc_attrs` as a standalone feature gate
Vadim Petrochenkov
-39
/
+6
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-7
/
+5
2020-03-14
Update tests
John Kåre Alsaker
-4
/
+4
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-10
/
+10
2020-02-11
Fix stage2 test failures from call to span_lint.
jumbatm
-43
/
+80
2020-02-01
fix fallout in tests
Mazdak Farrokhzad
-1
/
+2
2020-01-11
fix ui-fulldeps & tests fallout
Mazdak Farrokhzad
-18
/
+18
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-05
fix ui-fulldeps fallout
Mazdak Farrokhzad
-7
/
+10
2020-01-02
fix src/test fallout
Mazdak Farrokhzad
-6
/
+9
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-1
/
+0
2019-12-03
Fix UI tests for new locations
Mark Rousskov
-9
/
+10
2019-12-01
rustc_plugin: Remove support for plugins adding LLVM passes
Vadim Petrochenkov
-19
/
+0
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-132
/
+10
2019-11-16
rustc_plugin: Remove `Registry::register_attribute`
Vadim Petrochenkov
-14
/
+4
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-10-17
Fix test fallout
Mark Rousskov
-28
/
+31
2019-10-17
Take lint passes as constructor functions
Mark Rousskov
-1
/
+2
2019-10-16
ui-fulldeps: make them pass again?
Mazdak Farrokhzad
-5
/
+9
2019-09-03
use TokenStream rather than &[TokenTree] for built-in macros
Aleksey Kladov
-3
/
+3
2019-08-20
Deprecate using rustc_plugin without the rustc_driver dylib.
Simon Sapin
-27
/
+13
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-2
/
+0
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+454
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-7
/
+8
2019-07-07
Link compiler plugins to rustc_driver
John Kåre Alsaker
-0
/
+6
2019-06-24
Turn internal lints into tool lints
flip1995
-3
/
+9
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-3
/
+3
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-5
/
+6
2019-04-03
reduce repetition in librustc(_lint) wrt. impl LintPass
Mazdak Farrokhzad
-45
/
+9
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-0
/
+0
2019-02-27
allow specifying attributes for tool lints
Andy Russell
-1
/
+5
2019-01-26
Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank
bors
-0
/
+16
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-149
/
+0
2019-01-19
Fix lints in tests
John Kåre Alsaker
-0
/
+16
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-70
/
+0
2018-12-09
Move some tests from ui-fulldeps to ui
Vadim Petrochenkov
-198
/
+0
2018-12-09
Move compile-fail-fulldeps tests to ui-fulldeps
Vadim Petrochenkov
-0
/
+457
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-206
/
+0
2018-11-27
remove uses of feature gate
Mark Mansi
-3
/
+0
2018-11-20
Add unstable Literal::subspan().
Sergio Benitez
-0
/
+47
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-3
/
+0
2018-08-31
Add deprecated_name argument to the register lint group functions
flip1995
-1
/
+1
2018-08-31
Add tests for backward compat
flip1995
-1
/
+6
2018-08-19
Stabilize macro_vis_matcher
Jakub Kozlowski
-3
/
+3
2018-08-06
Enable macro modularization implicitly if one of "advanced" macro features is...
Vadim Petrochenkov
-3
/
+2
2018-07-30
Add a test for the declare_tool_lint macro
flip1995
-0
/
+48
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-1
/
+1
[next]