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
/
test
/
ui
/
attributes
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2050
/
+0
2022-12-27
Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errors
Matthias Krüger
-0
/
+12
2022-12-22
Move z-crate-attr test to the attributes dir
Yuki Okushi
-0
/
+12
2022-12-13
Add regression test
inquisitivecrystal
-0
/
+39
2022-12-03
Remove useless filter in unused extern crate check.
Camille GILLOT
-0
/
+22
2022-11-04
Make non-ASCII errors more consistent.
Nicholas Nethercote
-3
/
+3
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-2
/
+4
2022-10-01
bless ui tests
Maybe Waffle
-5
/
+5
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-0
/
+332
2022-09-06
get_attr should check that no duplicates are allowed
yukang
-0
/
+20
2022-09-02
Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett
bors
-0
/
+245
2022-08-29
unix_sigpipe: Skip some tests on android; libc has no `signal` function
Martin Nordholts
-1
/
+6
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-0
/
+240
2022-08-28
Remove `register_attr`-related tests
Yuki Okushi
-187
/
+0
2022-08-05
Improve diagnostics for `const a: = expr;`
Maybe Waffle
-2
/
+2
2022-07-15
passes: migrate half of `check_attr`
David Wood
-7
/
+7
2022-06-04
Support the `#[expect]` attribute on fn parameters (RFC-2383)
xFrednet
-2
/
+2
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-0
/
+4
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-13
/
+13
2022-03-05
Auto merge of #93142 - estebank:missing-main, r=wesleywiser
bors
-12
/
+6
2022-03-05
Do not point at whole file missing `fn main`
Esteban Kuber
-12
/
+6
2022-03-03
Cleanup feature gates.
Camille GILLOT
-4
/
+6
2022-02-25
`check_used` should only look at actual `used` attributes
cynecx
-0
/
+9
2022-02-09
Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov
Matthias Krüger
-0
/
+35
2022-02-09
Move tests into attributes directory to pacify tidy
Nikita Popov
-0
/
+51
2022-02-08
Remove obsolete no-op #[main] attribute from compiler.
Jeremy Banks
-0
/
+35
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-5
/
+5
2022-01-29
Create `core::fmt::ArgumentV1` with generics instead of fn pointer
Gary Guo
-2
/
+1
2022-01-17
Emit simpler code from format_args
David Tolnay
-5
/
+2
2021-12-15
Add a lint for duplicated attributes.
Ethiraric
-0
/
+63
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-1
/
+1
2021-11-25
Do not visit attributes in `LateResolutionVisitor`.
Camille GILLOT
-3
/
+27
2021-11-23
Do not visit attributes in `ItemLowerer`.
Camille GILLOT
-0
/
+35
2021-11-20
Align multiline messages to their label (add left margin)
Esteban Kuber
-9
/
+9
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+113
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+23
2021-11-09
Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se
bors
-2
/
+2
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-2
/
+2
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+19
2021-10-29
Unify titles in rustdoc book doc attributes chapter
Guillaume Gomez
-2
/
+2
2021-10-15
Bless tests
Cameron Steffen
-4
/
+4
2021-09-25
Move malformed attribute code to a function and fix inner attribute suggestion.
Eric Huss
-2
/
+2
2021-09-23
Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisa
Jubilee
-0
/
+18
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-10
/
+6
2021-09-19
Resolve issue 85066
Theo
-0
/
+18
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-17
/
+3
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-17
/
+3
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-6
/
+10
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-07-31
Fix invalid suggestions for non-ASCII characters in byte constants
Fabian Wolff
-4
/
+6
[next]