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_passes
/
src
/
ast_validation.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-8
/
+8
2022-06-04
Support the `#[expect]` attribute on fn parameters (RFC-2383)
xFrednet
-2
/
+10
2022-05-26
clippy::complexity fixes
Matthias Krüger
-5
/
+4
2022-05-20
Introduce LifetimeCtxt.
Camille GILLOT
-1
/
+1
2022-04-21
rename to `BoundKind` and add comments
SparrowLii
-6
/
+6
2022-04-20
Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds
SparrowLii
-36
/
+35
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-16
/
+24
2022-03-31
[let_chains] Forbid let inside parentheses
Caio
-12
/
+42
2022-03-30
Rollup merge of #95461 - nyurik:spelling, r=lcnr
Dylan DPC
-1
/
+1
2022-03-30
Spellchecking compiler code
Yuri Astrakhan
-2
/
+2
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-25
Minor `let_chains` modification
Caio
-1
/
+4
2022-03-22
diagnostics: do not suggest `fn foo({ <body> }`
Michael Howell
-1
/
+8
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-09
Warn users about || in let chain expressions
Caio
-39
/
+65
2022-03-05
Review changes
Jack Huey
-2
/
+6
2022-03-05
Change to lint
Jack Huey
-9
/
+14
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-7
/
+73
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-01-17
Add term
kadmin
-2
/
+1
2022-01-17
add eq constraints on associated constants
kadmin
-7
/
+8
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-9
/
+0
2022-01-01
Move `PatKind::Lit` checking from ast_validation to ast lowering
Aaron Hill
-47
/
+0
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-2
/
+1
2021-12-10
remove feature gate and cleanup code
Ellen
-25
/
+3
2021-11-25
Account for incorrect `where T::Assoc = Ty` bound
Esteban Kuber
-1
/
+48
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-27
/
+21
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-1
/
+1
2021-10-04
Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco
Jubilee
-13
/
+36
2021-10-03
Deny `where` clauses on `auto` traits
Fabian Wolff
-13
/
+36
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-09-15
Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco
Manish Goregaokar
-68
/
+0
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-1
/
+3
2021-09-09
Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 .
Felix S. Klock II
-68
/
+0
2021-09-09
Allow ~const bounds on inherent impls
Deadbeef
-1
/
+3
2021-09-08
Fatal error for functions with more than 65535 arguments
Noble-Mushtak
-0
/
+14
2021-09-02
Auto merge of #87114 - cjgillot:abilint, r=estebank
bors
-2
/
+41
2021-08-31
Lint Abi in ast validation.
Camille GILLOT
-2
/
+41
2021-08-31
Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk
Mara Bos
-2
/
+2
2021-08-30
allow unordered const/ty params if any cg feature is active
lcnr
-1
/
+1
2021-08-28
Allow `~const` bounds on trait assoc functions
Deadbeef
-2
/
+2
2021-08-27
Fix visiting twice
Deadbeef
-15
/
+6
2021-08-27
Introduce `~const`
Deadbeef
-52
/
+100
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-7
/
+62
2021-08-12
Adjust `#[no_mangle]`-related checks and lints for `impl` items
hyd-dev
-0
/
+4
2021-06-17
Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco
bors
-1
/
+1
2021-06-13
simplify validate_generic_param_order
klensy
-39
/
+36
2021-06-09
Handle C-variadic arguments properly when reporting region errors
Fabian Wolff
-1
/
+1
2021-05-29
Make lifetime ordering error pretty print const param defaults
Ellen
-3
/
+6
2021-05-16
Check and deny anonymous fields on `ast_validation`
jedel1043
-70
/
+184
[next]