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
/
compiler
/
rustc_ast
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-16
make rustc compilable
Deadbeef
-1
/
+0
2023-01-28
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast...
Yuki Okushi
-1
/
+0
2023-01-22
Remove dependency on slice_internals feature in rustc_ast
Konrad Borowski
-1
/
+0
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+2
2022-10-01
Replace some `bool` params with an enum
Maybe Waffle
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-09
Inline and remove `TokenStream::opt_from_ast`.
Nicholas Nethercote
-0
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-23
Stabilize `#![feature(label_break_value)]`
Joshua Nelson
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+4
2022-04-11
Use const Box::default in P::<[T]>::new
Josh Stone
-0
/
+2
2022-02-26
2 - Make more use of let_chains
Caio
-2
/
+3
2022-02-24
Inline a hot closure in `from_lit_token`.
Nicholas Nethercote
-0
/
+1
2022-01-07
expand: Refactor `InvocationCollector` visitor for better code reuse
Vadim Petrochenkov
-1
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-11-06
Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwco
bors
-0
/
+2
2021-11-04
Optimize literal, doc comment lint as well, extract function.
Hans Kratz
-0
/
+2
2021-11-02
docs(rustc_ast): update crate descriptions
Caleb Cartwright
-1
/
+1
2021-10-08
remove unwrap_or! macro
klensy
-10
/
+0
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-2
/
+0
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-0
/
+2
2021-08-18
Remove box syntax from rustc_ast
est31
-1
/
+0
2021-07-27
Stabilize `const_fn_transmute`
Jacob Pratt
-1
/
+1
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-2
/
+0
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+2
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-3
/
+1
2021-05-22
stabilize const_fn_unsize
Ralf Jung
-1
/
+1
2021-04-18
fix feature use in rustc libs
Ralf Jung
-1
/
+2
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-07
Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix
bors
-1
/
+0
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-0
/
+2
2021-02-04
Stabilize feature(iterator_fold_self): Iterator::reduce
Mara Bos
-1
/
+0
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-1
/
+0
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-0
/
+1
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-0
/
+1
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-1
/
+0
2020-09-23
tidy
Erik Hofmayer
-1
/
+4
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-22
Add `#![feature(const_fn_transmute)]` to `rustc_ast`
Dylan MacKenzie
-0
/
+1
[next]