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
/
compiler
/
rustc_builtin_macros
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-13
Rollup merge of #77831 - LingMan:use_std, r=jonas-schievink
Yuki Okushi
-23
/
+10
2020-10-11
Simplify using is_ascii_alphabetic and is_ascii_alphanumeric
LingMan
-8
/
+2
2020-10-11
Don't duplicate char::is_ascii_digit
LingMan
-15
/
+8
2020-10-11
Remove unnecessary unsafe block around calls to discriminant_value
Tomasz Miąsko
-15
/
+16
2020-10-07
Auto merge of #77595 - petrochenkov:asmident, r=oli-obk
bors
-19
/
+19
2020-10-06
rustc_parse: Make `Parser::unexpected` public and use it in built-in macros
Vadim Petrochenkov
-4
/
+3
2020-10-06
builtin_macros: Fix use of interpolated identifiers in `asm!`
Vadim Petrochenkov
-16
/
+17
2020-10-04
Remove extra indirection in LitKind::ByteStr
Robin Schoonover
-3
/
+1
2020-09-28
expand: Stop un-interpolating `NtIdent`s before passing them to built-in macros
Vadim Petrochenkov
-8
/
+8
2020-09-26
Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwco
bors
-3
/
+6
2020-09-25
Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514
Jonas Schievink
-1
/
+1
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-23
Merge two almost identical match arms
LingMan
-2
/
+1
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-14
/
+26
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-0
/
+1
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-0
/
+1
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-6
/
+6
2020-09-08
Point at named argument not found when using `format_args_capture` instead of...
Esteban Küber
-3
/
+6
2020-09-02
Improve recovery on malformed format call
Sasha
-8
/
+20
2020-08-30
Use string literal directly when available in format
Sasha
-1
/
+20
2020-08-30
mv compiler to compiler/
mark
-0
/
+9614