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
/
library
/
core
/
src
/
macros
Age
Commit message (
Expand
)
Author
Lines
2021-07-16
i sweat to god
Jane Lusby
-1
/
+1
2021-07-16
pls this time
Jane Lusby
-2
/
+2
2021-07-15
Allow leading pipe in `matches!()` patterns.
Chayim Refael Friedman
-3
/
+3
2021-07-15
Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc
Yuki Okushi
-6
/
+11
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-1
/
+2
2021-07-08
Move [debug_]assert_matches to mod {core, std}::assert.
Mara Bos
-6
/
+11
2021-05-25
fix matches! and assert_matches! on edition 2021
Lukas Markeffsky
-3
/
+3
2021-05-24
Better English for documenting when to use unimplemented!()
Nick Lamb
-1
/
+1
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-1
/
+4
2021-04-04
Bump cfgs
Mark Rousskov
-2
/
+0
2021-03-18
Apply suggestions from code review
J. Frimmel
-3
/
+3
2021-03-18
Incorporate review feedback #2
Julian Frimmel
-3
/
+4
2021-03-18
Add more information about panicking
Julian Frimmel
-5
/
+9
2021-03-18
Include output stream in `panic!()` documentation
Julian Frimmel
-2
/
+2
2021-03-15
Deprecate RustcEncodable and RustcDecodable.
Mara Bos
-0
/
+8
2021-03-06
Implement built-in attribute macro `#[cfg_eval]`
Vadim Petrochenkov
-0
/
+12
2021-03-04
Add tracking issue for assert_matches.
Mara Bos
-2
/
+2
2021-03-04
Don't consume the expression in assert_matches!()'s failure case.
Mara Bos
-4
/
+4
2021-03-04
Fix assert_matches doc examples.
Mara Bos
-2
/
+6
2021-03-04
Add debug_assert_matches macro.
Mara Bos
-0
/
+34
2021-03-04
Allow for multiple patterns and a guard in assert_matches.
Mara Bos
-23
/
+23
2021-03-04
Add assert_matches!(expr, pat).
Mara Bos
-0
/
+52
2021-02-23
Use #[doc = include_str!()] in std
LeSeulArtichaut
-1
/
+1
2021-02-23
Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum
bors
-22
/
+0
2021-02-21
Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se
bors
-15
/
+11
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-22
/
+0
2021-02-17
Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf...
Guillaume Gomez
-1
/
+2
2021-02-16
Document that `assert!` format arguments are evaluated lazily
Teddy Katz
-1
/
+2
2021-02-14
Apply suggestions
Benoît du Garreau
-45
/
+10
2021-02-14
Apply suggestion
Benoît du Garreau
-31
/
+18
2021-02-14
Fix UI tests and merge `assert_eq` and `assert_ne` internal functions
Benoît du Garreau
-60
/
+23
2021-02-14
Update library/core/src/macros/mod.rs
lukaslueg
-1
/
+1
2021-02-14
Improve assert_eq! and assert_ne!
Benoît du Garreau
-15
/
+96
2021-02-14
Add missing env!-decl variant
Lukas Lueg
-0
/
+1
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+8
2021-02-03
Update panic!() documentation about non-string panics.
Mara Bos
-7
/
+8
2021-02-01
Fix bug with assert!() calling the wrong edition of panic!().
Mara Bos
-1
/
+1
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-0
/
+16
2021-01-25
Remove unused allow_internal_unstable on core::panic.
Mara Bos
-1
/
+1
2021-01-13
Fix formatting specifiers doc link
Caleb Sander
-3
/
+3
2020-12-30
Bump bootstrap compiler to 1.50 beta
Mark Rousskov
-3
/
+3
2020-11-23
Clean up `core` macros documentation
Camelid
-4
/
+4
2020-11-23
Qualify `panic!` as `core::panic!` in non-built-in `core` macros
Camelid
-11
/
+11
2020-10-19
Also apply panic_fmt lint suggestions to debug_assert!().
Mara Bos
-0
/
+1
2020-10-18
Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.
Mara Bos
-2
/
+2
2020-10-18
Expand assert!(expr) to panic() function instead of panic!() macro.
Mara Bos
-0
/
+1
2020-10-18
Make panic_fmt lint work properly for assert!(expr, msg) too.
Mara Bos
-0
/
+1
2020-10-18
Mark the panic macros as diagnostic items.
Mara Bos
-0
/
+1
2020-11-09
Bad grammar
cyqsimon
-1
/
+1
2020-11-09
Clarified description of write! macro
cyqsimon
-1
/
+1
[prev]
[next]