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-10-07
Use correct edition for panic in [debug_]assert!() etc.
Mara Bos
-0
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-11
/
+0
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-0
/
+1
2021-08-15
Deprecate llvm_asm!
Amanieu d'Antras
-0
/
+4
2021-08-02
Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se
bors
-3
/
+3
2021-08-01
bump bootstrap compiler to 1.55
Pietro Albini
-2
/
+1
2021-07-28
Extend documentation of const_format_args!().
Mara Bos
-0
/
+4
2021-07-28
Make const_fmt_args!() work during bootstrap.
Mara Bos
-0
/
+11
2021-07-28
Add new const_format_args!() macro and use it in panics.
Mara Bos
-0
/
+10
2021-07-23
Mark `format_args_nl` as `#[doc(hidden)]`
Jonas Schievink
-0
/
+1
2021-07-18
Move asm! and global_asm! to core::arch
bstrie
-38
/
+0
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
[next]