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_ast
/
src
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-3
/
+1
2022-06-03
Remove emit_unit
bjorn3
-2
/
+2
2022-06-03
Remove support for -Zast-json and -Zast-json-noexpand
bjorn3
-3
/
+0
2022-05-23
Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot
Dylan DPC
-10
/
+0
2022-05-22
rustc_ast: Support MacArgs::inner_tokens for arbitrary expressions
Vadim Petrochenkov
-16
/
+3
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-2
/
+1
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-1
/
+0
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-10
/
+1
2022-05-20
Introduce BareFnTy::decl_span and fix generics span.
Camille GILLOT
-0
/
+2
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-17
/
+0
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-1
/
+1
2022-05-04
Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov
bors
-6
/
+58
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-6
/
+58
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-0
/
+5
2022-04-30
Save colon span to suggest bounds.
Camille GILLOT
-0
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-11
/
+11
2022-04-27
Avoid producing `NoDelim` values in `MacArgs::delim()`.
Nicholas Nethercote
-3
/
+3
2022-04-17
Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot
bors
-2
/
+2
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-1
/
+15
2022-04-13
Remove last vestiges of skippng ident span hashing
Aaron Hill
-2
/
+2
2022-04-10
better error for binder on associated type bound
Michael Goulet
-1
/
+1
2022-03-23
Update syntax tree definition
Grisha Vartanyan
-1
/
+1
2022-03-15
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
bors
-2
/
+16
2022-03-05
Ignore
Jack Huey
-2
/
+2
2022-03-05
Add commment covering the case with no where clause
Jack Huey
-0
/
+2
2022-03-05
Review changes
Jack Huey
-0
/
+12
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-0
/
+13
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-2
/
+3
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-1
/
+1
2022-03-03
refactor: prepare to associate multiple spans with a module.
Felix S. Klock II
-1
/
+14
2022-02-24
Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote
Matthias Krüger
-2
/
+1
2022-02-22
Delete Decoder::read_unit
Mark Rousskov
-2
/
+1
2022-02-19
rustdoc: several minor fixes
mqy
-1
/
+1
2022-02-07
Drop tracking: improve break and continue handling
Eric Holk
-1
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-2
/
+3
2022-01-22
Rename `Decoder::read_nil` and `read_unit`.
Nicholas Nethercote
-1
/
+1
2022-01-21
Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum
bors
-0
/
+14
2022-01-18
Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco
Matthias Krüger
-2
/
+2
2022-01-17
Rm some unused ord impls
pierwill
-2
/
+2
2022-01-17
Emit simpler code from format_args
David Tolnay
-0
/
+14
2022-01-17
Add term
kadmin
-4
/
+21
2022-01-17
add eq constraints on associated constants
kadmin
-6
/
+8
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-38
/
+1
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-2
/
+4
2021-12-10
remove feature gate and cleanup code
Ellen
-9
/
+2
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-1
/
+2
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+2
2021-11-24
Account for incorrect `impl Foo<const N: ty> {}` syntax
Esteban Küber
-0
/
+15
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-2
/
+2
[next]