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
/
hygiene
Age
Commit message (
Expand
)
Author
Lines
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-8
/
+8
2020-09-01
Clarify message about unresolved use
Kornel
-7
/
+7
2020-08-16
hir: introduce `QPath::LangItem`
David Wood
-73
/
+1
2020-08-16
tests: add test for #61019's current behaviour
David Wood
-0
/
+90
2020-08-10
Add missing primary label
Esteban Küber
-2
/
+2
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-07-26
Add test for use of $crate in nested foreign macro_rules!
Aaron Hill
-0
/
+23
2020-07-26
Hygiene serialization implementation
Aaron Hill
-0
/
+25
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-1
/
+4
2020-06-29
Serialize all foreign `SourceFile`s into proc-macro crate metadata
Aaron Hill
-2
/
+2
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-4
/
+0
2020-06-21
Prefer accessible paths in 'use' suggestions
Dan Aloni
-5
/
+1
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-0
/
+4
2020-06-09
Remove noisy suggestion of hash_map #72642
Ayush Kumar Mishra
-3
/
+1
2020-06-02
Improve E0433, so that it suggests missing imports
Patryk Wychowaniec
-1
/
+7
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
[prev]
[next]