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
/
deriving
/
generic
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-2037
/
+0
2020-08-22
Use smaller def span for functions
Aaron Hill
-0
/
+1
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-3
/
+3
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-2
/
+2
2020-07-17
Remove `ExtCtxt::ident_of`.
Nicholas Nethercote
-39
/
+41
2020-07-17
Simplify `LifetimeBounds`.
Nicholas Nethercote
-18
/
+11
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-7
/
+7
2020-06-08
Don't lose empty `where` clause when pretty-printing
Aaron Hill
-1
/
+5
2020-05-19
update `discriminant_value` usage in the compiler
Bastian Kauschke
-70
/
+10
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-12
/
+12
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-1
/
+1
2020-04-18
Move `MapInPlace` to rustc_data_structures
Yuki Okushi
-1
/
+1
2020-03-23
Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC
Mazdak Farrokhzad
-2
/
+2
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-2
/
+2
2020-03-21
use let instead of match for matches with single bindings (clippy::match_sing...
Matthias Krüger
-2
/
+3
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+0
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-9
/
+9
2020-02-28
use to_vec() instead of .iter().cloned().collect() to convert slices to vecs.
Matthias Krüger
-2
/
+2
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-3
/
+3
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-3
/
+2
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-3
/
+2
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-3
/
+3
2020-02-10
Add `#[repr(no_niche)]`.
Felix S. Klock II
-1
/
+2
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-30
Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.
Nicholas Nethercote
-7
/
+8
2020-01-19
Add `constness` field to `ast::ItemKind::Impl`
Dylan MacKenzie
-0
/
+1
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-8
/
+8
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-2
/
+2
2019-12-30
Make things build again
Vadim Petrochenkov
-4
/
+4
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+2095