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
/
src
/
libcore
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-14
Centralize panic macro documentation
Chris Gregory
-1328
/
+0
2019-11-12
Snap cfgs
Mark Rousskov
-24
/
+0
2019-11-08
add link to unstable book for asm! macro
Lzu Tao
-0
/
+4
2019-10-30
caller_location: use in core::panic!.
Eduard-Mihai Burtescu
-17
/
+15
2019-10-27
Panicking infra uses &core::panic::Location.
Adam Perry
-1
/
+34
2019-10-23
Document guard expressions in `matches!`
Simon Sapin
-1
/
+4
2019-10-23
Add tracking issue for the `matches!` macro
Simon Sapin
-1
/
+1
2019-10-23
Move the `matches!` macro to the prelude
Simon Sapin
-0
/
+24
2019-10-08
Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppe
Mazdak Farrokhzad
-15
/
+32
2019-10-06
rewrite documentation for unimplemented!
Andrew Banchich
-15
/
+32
2019-10-03
Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats
Tyler Mandry
-6
/
+10
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-4
/
+2
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-2
/
+2
2019-09-07
Support "soft" feature-gating using a lint
Vadim Petrochenkov
-2
/
+4
2019-09-04
Update macros.rs
Stjepan Glavina
-1
/
+1
2019-09-04
Update src/libcore/macros.rs
Stjepan Glavina
-1
/
+1
2019-08-23
Remove default macro transparencies
Vadim Petrochenkov
-8
/
+0
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-2
/
+2
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-8
/
+1
2019-08-15
Hygienize use of built-in macros in the standard library
Vadim Petrochenkov
-13
/
+13
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-35
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-122
/
+63
2019-08-09
Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkov
Mazdak Farrokhzad
-2
/
+0
2019-08-09
Postpone deprecating try! until 1.39.0
Lzu Tao
-1
/
+1
2019-08-09
Deprecate `try!` macro
BO41
-0
/
+1
2019-08-08
Improved documentation for compile_error!()
SOFe
-1
/
+1
2019-08-05
Remove gensym from format_args
Matthew Jasper
-2
/
+0
2019-08-02
Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomez
Mazdak Farrokhzad
-16
/
+27
2019-08-01
More questionmarks in doctests
Andre Bogus
-16
/
+27
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-25
/
+2
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-7
/
+7
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-0
/
+7
2019-07-21
use a const to hack around promotion limitations
Ralf Jung
-1
/
+1
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-3
/
+20
2019-07-11
Remove unnecessary expansions created by `#[test_case/test/bench]`
Vadim Petrochenkov
-0
/
+3
2019-07-09
Apply suggestions from code review
Aleksey Kladov
-3
/
+3
2019-07-09
clarify that debug_assert does not completely omits the code
Aleksey Kladov
-6
/
+6
2019-07-07
Rollup merge of #61990 - llogiq:questionmark-test, r=QuietMisdreavus
Mazdak Farrokhzad
-4
/
+7
2019-07-06
Improve documentation for built-in macros
Vadim Petrochenkov
-76
/
+613
2019-07-06
`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`
Vadim Petrochenkov
-16
/
+16
2019-07-03
First question mark in doctest
Andre Bogus
-4
/
+7
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-3
/
+3
2019-06-16
Stabilize todo macro
Stjepan Glavina
-6
/
+10
2019-06-12
Hygienize macros in the standard library
Vadim Petrochenkov
-11
/
+11
2019-05-23
Remove phrase "instead of a panic!"
Brent Kerby
-1
/
+1
2019-05-23
Clarify docs for unreachable! macro
Brent Kerby
-3
/
+4
2019-03-28
Rollup merge of #59448 - benesch:macro-doc, r=Centril
Mazdak Farrokhzad
-22
/
+23
2019-03-26
Use consistent phrasing for all macro summaries
Nikhil Benesch
-22
/
+23
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-2
/
+2
2019-03-18
Add todo!() macro
Aleksey Kladov
-0
/
+59
[next]