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_builtin_macros
/
src
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-0
/
+1
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-6
/
+1
2023-06-19
use `ErrorGuaranteed` instead of booleans
Lukas Markeffsky
-59
/
+52
2023-06-07
Deny non-lifetime generics for test functions.
Lukas Markeffsky
-18
/
+15
2023-06-06
Fix ICE for nested test function with arguments.
Lukas Markeffsky
-6
/
+6
2023-04-25
Fix static string lints
clubby789
-12
/
+4
2023-04-11
refactor: extract `not_testable_error` into function
Ezra Shaw
-32
/
+32
2023-04-07
fix: ensure bad `#[test]` invocs retain correct AST
Ezra Shaw
-22
/
+40
2023-04-04
box a bunch of large types
Oli Scherer
-22
/
+26
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-5
/
+5
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-13
/
+9
2023-03-20
Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=Nilstrieb
Matthias Krüger
-2
/
+24
2023-03-19
fix: fix ICE in `custom-test-frameworks` feature
Ezra Shaw
-2
/
+24
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-1
/
+26
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-9
/
+9
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-2
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-43
/
+49
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-15
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-7
/
+7
2022-11-11
Rollup merge of #103445 - fmease:fix-50291, r=estebank
Dylan DPC
-6
/
+12
2022-10-24
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
Yuki Okushi
-12
/
+25
2022-10-23
test attr: point at return type if Termination bound unsatisfied
León Orell Valerian Liehr
-6
/
+12
2022-10-02
Fix duplicate usage of `a` article.
Petr Portnov
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+1
2022-09-01
Sort tests at compile time, not at startup
Ben Kimock
-12
/
+25
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-5
/
+3
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-03-04
Downgrade `#[test]` on macro call to warning
Esteban Kuber
-8
/
+12
2022-02-24
Include ignore message in libtest output
Antonio Yang
-0
/
+23
2022-02-18
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
Matthias Krüger
-6
/
+16
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-9
/
+0
2022-01-17
add more info to invalid use of #[test] on invalid items
asquared31415
-6
/
+16
2021-12-15
Add a lint for duplicated attributes.
Ethiraric
-1
/
+4
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-2
/
+2
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-05-03
proof of concept add test type on prints
Aliénore Bouttefeux
-0
/
+4
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-2
/
+2
2020-11-24
Handle `Annotatable::Stmt` in some builtin macros
Aaron Hill
-10
/
+30
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-3
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+471