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
2024-10-18
Missing parenthesis
lexx
-1
/
+1
2024-10-15
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
bors
-8
/
+10
2024-10-13
Fix bug where `option_env!` would return `None` when env var is present but n...
beetrees
-8
/
+10
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+18
2024-09-13
[`cfg_match`] Generalize inputs
Caio
-5
/
+5
2024-08-31
Fixed more typos in library/core
ranger-ross
-1
/
+1
2024-07-28
Rollup merge of #128240 - mbrubeck:patch-3, r=joboet
Guillaume Gomez
-0
/
+18
2024-07-26
Add links from `assert_eq!` docs to `debug_assert_eq!`, etc.
Matt Brubeck
-0
/
+18
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-06-06
Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt
Jubilee
-1
/
+6
2024-06-06
[RFC-2011] Allow `core_intrinsics` when activated
Caio
-1
/
+6
2024-05-01
Workaround rustfmt bug replacing type ascription
Mark Rousskov
-0
/
+1
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+0
2024-04-01
Fix error message for `env!` when env var is not valid Unicode
beetrees
-1
/
+2
2024-03-22
Soft-destabilize `RustcEncodable`/`RustcDecodable`
Jacob Pratt
-6
/
+14
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-0
/
+12
2024-03-20
Make type_ascribe! not a built-in
Michael Goulet
-2
/
+2
2024-03-07
Rust is a proper name: rust → Rust
Ralf Jung
-1
/
+1
2024-03-03
Apply suggestions from code review
Lukas Bergdoll
-4
/
+4
2024-03-02
Apply review comments
Lukas Bergdoll
-2
/
+2
2024-02-29
Drop link to matches macro and link matches macro to assert_matches.
Lukas Bergdoll
-5
/
+10
2024-02-28
Improve assert_matches! documentation
Lukas Bergdoll
-29
/
+50
2024-02-15
Rollup merge of #111106 - Stargateur:doc/format_args, r=m-ou-se
Matthias Krüger
-0
/
+8
2024-01-21
Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`
Zalathar
-2
/
+2
2024-01-09
core: panic: fix broken link
Miguel Ojeda
-1
/
+1
2023-12-09
merge core_panic feature into panic_internals
Ralf Jung
-6
/
+6
2023-11-04
Add diagnostic items for a few of core's builtin macros
Thom Chiovoloni
-0
/
+3
2023-10-25
Remove `cfg_match` from the prelude
Caio
-89
/
+88
2023-10-02
Appease tidy
James Haywood
-4
/
+4
2023-10-02
Adapt `todo!` documentation to mention displaying custom values
James Haywood
-10
/
+24
2023-09-23
Add the `cfg_match!` macro
Caio
-0
/
+89
2023-09-06
Update doc for `alloc::format!` and `core::concat!`
ShE3py
-1
/
+1
2023-08-28
improve panic.md edition disucssion, and nits
Ralf Jung
-14
/
+19
2023-08-28
format, format_args: Make xref to std::fmt much more prominent
Ian Jackson
-1
/
+2
2023-08-28
panic macro: Link directly to format syntax, not to format!
Ian Jackson
-2
/
+2
2023-08-28
panic macro: Document edition differences
Ian Jackson
-0
/
+19
2023-08-07
core: Remove #[macro_export] from `debug_assert_matches`
Arthur Cohen
-1
/
+0
2023-06-21
Add known issue of let binding to format_args doc
Antoine PLASKOWSKI
-0
/
+8
2023-06-14
Mention `env!` in `option_env!`'s docs
Pavel Grigorenko
-0
/
+2
2023-05-24
[RFC-2011] Expand more expressions
Caio
-1
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+0
2023-04-26
Spelling library/
Josh Soref
-1
/
+1
2023-04-11
Reword the docstring in todo! macro definition
Patrik Kormosi
-2
/
+2
2023-04-09
Fix typo in todo! macro docstring
Patrik Kormosi
-1
/
+1
2023-03-06
Use Edition 2021 :pat in matches macro
Konrad Borowski
-2
/
+2
2023-01-06
Remove HTML tags around warning
Gijs Burghoorn
-6
/
+0
2023-01-05
Better phrasing for hygiene of include macro
Gijs Burghoorn
-4
/
+5
2023-01-04
Tidy up whitespace
Gijs Burghoorn
-11
/
+11
2023-01-04
Improve include macro documentation
Gijs Burghoorn
-20
/
+44
2022-12-28
Update bootstrap cfg
Pietro Albini
-3
/
+0
[prev]
[next]