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-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-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
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-4
/
+2
2019-02-14
make Centril happy
Ralf Jung
-1
/
+1
2019-02-14
split MaybeUninit into several features, expand docs a bit
Ralf Jung
-2
/
+2
2019-02-13
Rollup merge of #57815 - dotdash:asserts, r=sfackler
Mazdak Farrokhzad
-4
/
+16
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-3
/
+3
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+4
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-02-03
some type-level docs for MaybeUninit; rename into_inner -> into_initialized
Ralf Jung
-2
/
+2
2019-01-28
add macro for creating uninitialized array
Ralf Jung
-0
/
+17
2019-01-21
Speed up the fast path for assert_eq! and assert_ne!
Björn Steinbrink
-4
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-03
link to raw identifiers
Mark Mansi
-1
/
+3
2018-12-03
Explain raw identifer syntax
Mark Mansi
-0
/
+2
2018-12-01
remove some uses of try!
Mark Mansi
-5
/
+5
2018-11-09
Fix docstring spelling mistakes
Daniel Alley
-4
/
+3
2018-09-05
Spacing changes made to the example
Siva Prasad
-11
/
+10
[next]