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
/
macros
Age
Commit message (
Expand
)
Author
Lines
2020-04-17
macro_rules: `NtLifetime` cannot start with an identifier
Vadim Petrochenkov
-0
/
+13
2020-03-06
Turn trailing tokens in `assert!()` into hard errors
LeSeulArtichaut
-13
/
+7
2020-02-24
parse: use `parse_item_common` in `parse_foreign_item`.
Mazdak Farrokhzad
-9
/
+10
2020-02-15
fuse extern & associated item parsing up to defaultness
Mazdak Farrokhzad
-3
/
+3
2020-02-15
Avoid calling `fn_sig` on closures
Yuki Okushi
-0
/
+40
2020-02-13
parser: misc small item related improvements & cleanups.
Mazdak Farrokhzad
-10
/
+9
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-4
/
+64
2020-02-06
rustc_errors: hide "in this macro invocation" when redundant, more explicitly.
Eduard-Mihai Burtescu
-4
/
+1
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-4
/
+4
2020-02-06
Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov
Dylan DPC
-2
/
+2
2020-02-05
`#![recursion_limit = "X"]`: note current crate name.
Mazdak Farrokhzad
-1
/
+1
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-2
/
+2
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-5
/
+5
2020-01-26
rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.
Eduard-Mihai Burtescu
-1
/
+1
2020-01-24
Normalise notes with the/is
varkor
-5
/
+5
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-1
/
+8
2020-01-11
Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkov
Mazdak Farrokhzad
-0
/
+14
2020-01-11
Fix test not to depend on environment
Yuki Okushi
-6
/
+5
2020-01-10
Ignore platforms that can't point to std
Esteban Küber
-4
/
+12
2020-01-10
Use `def_span` to minimize definition span to first line when possible
Esteban Küber
-11
/
+6
2020-01-10
Point at the span for the definition of crate foreign ADTs
Esteban Küber
-2
/
+22
2020-01-10
Fix ICE #68058
Yuki Okushi
-0
/
+15
2020-01-09
Update tests
Vadim Petrochenkov
-13
/
+48
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-5
/
+5
2019-12-08
Rollup merge of #66325 - BartMassey:master, r=joshtriplett
Mazdak Farrokhzad
-1
/
+1
2019-11-26
Bless ui tests for libcore reformat
David Tolnay
-2
/
+2
2019-11-25
Tweak removed feature error
Esteban Küber
-6
/
+2
2019-11-25
Tweak duplicate matcher binding error
Esteban Küber
-28
/
+12
2019-11-15
Cleaned up unused labels
Bart Massey
-1
/
+1
2019-11-14
Fix ui tests with better error code usage
Guillaume Gomez
-0
/
+1
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-13
/
+3
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-3
/
+3
2019-10-29
Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton
Tyler Mandry
-1
/
+1
2019-10-28
Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril
Mazdak Farrokhzad
-2
/
+2
2019-10-28
review comments
Esteban Küber
-1
/
+1
2019-10-28
Tweak unexpected token wording
Esteban Küber
-1
/
+1
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-2
/
+7
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-1
/
+1
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+11
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+2
2019-10-15
Stabilize proc macros generating `macro_rules` items
Vadim Petrochenkov
-5
/
+4
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-2
/
+0
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+2
2019-10-01
Rollup merge of #63931 - petrochenkov:stabmac, r=Centril
Mazdak Farrokhzad
-5
/
+18
2019-10-01
Address review comments
Vadim Petrochenkov
-0
/
+11
2019-09-30
syntax: Support modern attribute syntax in the `meta` matcher
Vadim Petrochenkov
-6
/
+0
2019-09-30
Stabilize macros in `extern` blocks
Vadim Petrochenkov
-5
/
+18
2019-09-15
resolve: Remove `!` from "cannot find" diagnostics for macros
Vadim Petrochenkov
-7
/
+7
2019-09-15
resolve: Tweak "cannot find" wording for attributes
Vadim Petrochenkov
-2
/
+2
2019-09-08
Give method not found a primary span label
Esteban Küber
-2
/
+2
[next]