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
/
librustc_builtin_macros
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1155
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Fix ICE #75307 in `format`
Esteban Küber
-20
/
+13
2020-07-17
Remove `ExtCtxt::ident_of`.
Nicholas Nethercote
-23
/
+23
2020-07-06
Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank
Manish Goregaokar
-0
/
+2
2020-07-02
Audit uses of `tool_only_span_suggestion`
Yuki Okushi
-0
/
+2
2020-07-01
Update src/librustc_builtin_macros/format.rs
David Hewitt
-1
/
+1
2020-07-01
Amend wording of note
David Hewitt
-1
/
+1
2020-06-27
Improve messaging from PR feedback
David Hewitt
-9
/
+5
2020-06-24
Add `format_args_capture` feature
David Hewitt
-4
/
+57
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-2
/
+1
2020-05-18
Implement asm! in librustc_builtin_macros
Amanieu d'Antras
-108
/
+11
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-3
/
+3
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-12
/
+3
2020-03-09
rustc_parse: Use `Token::ident` where possible
Vadim Petrochenkov
-33
/
+32
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-05
Use more efficient &&str to String conversion (clippy::inefficient_to_string)
Matthias Krüger
-1
/
+1
2020-03-05
Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)
Matthias Krüger
-4
/
+4
2020-03-02
use values() or keys() respectively when iterating only over keys or values o...
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril
Yuki Okushi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-4
/
+4
2020-02-29
use .copied() instead of .map(|x| *x) on iterators
Matthias Krüger
-1
/
+1
2020-02-29
Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-28
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
Mazdak Farrokhzad
-1
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-02-24
parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`
Vadim Petrochenkov
-1
/
+1
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-1
/
+1
2020-01-20
Delete unused "next" variants from formatting infrastructure
Mark Rousskov
-12
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-5
/
+2
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+1233