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
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
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
[next]