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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
macros
Age
Commit message (
Expand
)
Author
Lines
2022-05-09
Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
bors
-9
/
+3
2022-05-01
Fix some links in the standard library
Vadim Petrochenkov
-0
/
+2
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-9
/
+3
2022-04-07
reword panic vs result section to remove recoverable vs unrecoverable framing
Jane Lusby
-12
/
+22
2022-04-07
Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPC
Dylan DPC
-2
/
+8
2022-04-06
Mention `std::env::var` in `env!`
Martin Geisler
-2
/
+8
2022-04-04
Update panic docs to make it clearer when to use panic vs Result
Jane Lusby
-7
/
+19
2022-03-11
Format core and std macro rules, removing needless surrounding blocks
David Tolnay
-26
/
+50
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-7
/
+7
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-19
/
+0
2022-02-12
add link to format_args! when being mentioned in doc
yuhaixin.hx
-2
/
+2
2022-01-31
Fix invalid special casing of the unreachable! macro
Loïc BRANSTETT
-0
/
+16
2022-01-28
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-26
/
+0
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-26
/
+0
2022-01-06
Add diagnostic items for macros
Alex Macleod
-0
/
+24
2022-01-03
Make the documentation of builtin macro attributes accessible
Daniel Henry-Mantilla
-2
/
+11
2021-12-28
Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth
Matthias Krüger
-0
/
+12
2021-12-27
Document units for `std::column`
Dylan MacKenzie
-0
/
+12
2021-12-21
Use panic() instead of panic!() in some places in core.
Mara Bos
-3
/
+6
2021-12-06
Implement concat_bytes!
Smitty
-0
/
+28
2021-11-11
Document `unreachable!()` custom panic message
Ed Morley
-2
/
+5
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
[next]