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
2025-08-09
remove `P`
Deadbeef
-8
/
+7
2025-08-06
Port `#[should_panic]` to the new attribute parsing infrastructure
Jonathan Brouwer
-34
/
+17
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-7
/
+2
2025-06-15
use `if let` guards where possible
Deadbeef
-4
/
+1
2025-05-27
Reduce `P<T>` to a typedef of `Box<T>`.
Nicholas Nethercote
-6
/
+2
2025-05-27
Remove `P::map`.
Nicholas Nethercote
-4
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-11
/
+13
2025-04-01
Ignore `#[test_case]` on anything other than `fn`/`const`/`static`.
Nicholas Nethercote
-20
/
+26
2025-03-25
Allow defining opaques in statics and consts
Michael Goulet
-0
/
+1
2025-02-08
Rustfmt
bjorn3
-65
/
+92
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-172
/
+135
2024-09-11
Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat...
Olivier Goffart
-2
/
+2
2024-09-11
Fix false positive with `missing_docs` and `#[test]`
Olivier Goffart
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-07-17
add error message when `#[naked]` is used with `#[test]`
Folkert
-0
/
+8
2024-06-20
Convert some module-level `//` and `///` comments to `//!`.
Nicholas Nethercote
-2
/
+3
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-4
/
+4
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-01-21
Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`
Zalathar
-4
/
+17
2024-01-11
Change how `force-warn` lint diagnostics are recorded.
Nicholas Nethercote
-1
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-3
/
+3
2024-01-04
Remove `is_lint` field from `Level::Error`.
Nicholas Nethercote
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-14
/
+13
2023-12-23
Remove all uses of `DiagnosticBuilder::forget_guarantee()`.
Nicholas Nethercote
-7
/
+6
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-13
/
+13
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-4
/
+4
2023-12-08
Rename some more coro_kind -> coroutine_kind
Michael Goulet
-2
/
+2
2023-12-08
Make some matches exhaustive to avoid bugs, fix tools
Michael Goulet
-6
/
+24
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-2
/
+2
2023-12-04
Address code review feedback
Eric Holk
-0
/
+4
2023-12-04
Option<CoroutineKind>
Eric Holk
-1
/
+1
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-1
/
+1
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-4
/
+4
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-10-13
Format all the let chains in compiler
Michael Goulet
-5
/
+7
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
[next]