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
/
hygiene
Age
Commit message (
Expand
)
Author
Lines
2020-05-17
Emit a better diagnostic when function actually has a 'self' parameter
Aaron Hill
-0
/
+40
2020-05-09
adjust tests
Ralf Jung
-2
/
+4
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-4
/
+4
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-9
/
+19
2020-03-22
Add span label to primary error span
Esteban Küber
-2
/
+2
2020-03-16
Make macro metavars respect (non-)hygiene
Matthew Jasper
-0
/
+53
2020-02-24
parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`
Vadim Petrochenkov
-2
/
+2
2020-02-10
use `dyn Trait` more in tests
Mazdak Farrokhzad
-2
/
+2
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-2
/
+111
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-2
/
+2
2020-01-26
Suggest defining type parameter when appropriate
Esteban Küber
-8
/
+7
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-1
/
+7
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-3
/
+3
2019-11-15
Cleaned up unused labels
Bart Massey
-56
/
+58
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-63
/
+116
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+3
2019-10-18
Change how `Symbol::Debug` works.
Nicholas Nethercote
-1
/
+1
2019-10-14
Use heuristics for capitalization warning in suggestions
Esteban Küber
-1
/
+1
2019-10-13
Bring attention to suggestions when the only difference is capitalization
Esteban Küber
-3
/
+3
2019-09-30
Fixed grammar in one diagnostic and blessed tests.
Alexander Regueiro
-2
/
+2
2019-09-17
Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov
Tyler Mandry
-0
/
+10
2019-09-17
Print syntax contexts and marks when printing hygiene information
Matthew Jasper
-0
/
+10
2019-09-15
resolve: Remove `!` from "cannot find" diagnostics for macros
Vadim Petrochenkov
-4
/
+4
2019-09-08
Give method not found a primary span label
Esteban Küber
-2
/
+2
2019-09-05
Make use of hygiene in AST passes
Matthew Jasper
-0
/
+30
2019-08-21
Add a regression test for issue #63460
Vadim Petrochenkov
-0
/
+22
2019-08-21
expand: Do not do questionable span adjustment before eagerly expanding an ex...
Vadim Petrochenkov
-12
/
+3
2019-08-21
expand: Keep the correct current expansion ID for eager expansions
Vadim Petrochenkov
-0
/
+3
2019-08-21
Add a test for an opaque macro eagerly expanding its arguments
Vadim Petrochenkov
-0
/
+26
2019-08-17
Stop emulating cross-crate hygiene with gensyms
Matthew Jasper
-0
/
+22
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-8
/
+8
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-0
/
+38
2019-08-05
Remove gensym from format_args
Matthew Jasper
-0
/
+12
2019-07-30
--bless tests due to INCOMPLETE_FEATURES being a lint.
Mazdak Farrokhzad
-0
/
+4
2019-07-29
Add another test for const parameter (non) hygiene.
Matthew Jasper
-0
/
+38
2019-07-28
Resolve const parameters with modern hygiene
Matthew Jasper
-14
/
+110
2019-07-28
Disallow duplicate lifetime parameters with legacy hygiene
Matthew Jasper
-0
/
+46
2019-07-19
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
bors
-10
/
+8
2019-07-18
Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...
Mark Rousskov
-1
/
+1
2019-07-18
resolve: Attempt to resolve unresolved paths in macro namespace
Vadim Petrochenkov
-7
/
+8
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-3
/
+0
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-16
Make pretty-expanded-hygiene a `ui` test
Matthew Jasper
-0
/
+35
2019-07-16
Change all run-pass hygiene tests to `ui` tests
Matthew Jasper
-7
/
+1177
2019-07-11
Add a regression test for #44692
Vadim Petrochenkov
-0
/
+65
2019-07-11
resolve: Fix access to extern and stdlib prelude from opaque macros
Vadim Petrochenkov
-0
/
+40
2019-07-06
`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`
Vadim Petrochenkov
-4
/
+56
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-3
/
+3
2019-06-16
compiletest: Remove `skip-codegen`
Vadim Petrochenkov
-3
/
+2
[next]