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
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
2019-06-12
Hygienize macros in the standard library
Vadim Petrochenkov
-4
/
+4
2019-04-25
Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis
Mazdak Farrokhzad
-4
/
+4
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-67
/
+14
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+2
2019-04-04
tweak unresolved label suggestion
Andy Russell
-4
/
+4
2019-03-11
Update NLL tests
Vadim Petrochenkov
-6
/
+6
2019-03-11
Update tests
Vadim Petrochenkov
-37
/
+37
2019-02-28
Fix errors in test/ui
Taiki Endo
-2
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-321
/
+41
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-2
/
+2
2018-11-11
Rollup merge of #55630 - petrochenkov:noprelude, r=Centril
kennytm
-1
/
+25
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-12
/
+4
2018-11-03
resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...
Vadim Petrochenkov
-1
/
+25
2018-10-28
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-2
/
+2
[next]