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
/
src
/
libstd
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-03
update concat_idents doc stubs
Michael Lamparski
-2
/
+2
2018-04-16
Remove unwanted auto-linking and update
Guillaume Gomez
-2
/
+2
2018-04-03
tweak format_args! docs
Alex Burka
-2
/
+2
2018-03-21
document format_args! further wrt. Debug & Display"
Mazdak Farrokhzad
-0
/
+12
2018-03-16
Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton
bors
-0
/
+54
2018-03-08
Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh...
Manish Goregaokar
-1
/
+1
2018-03-09
Modify part of `column!` documentation.
Anthony Defranceschi
-1
/
+1
2018-03-09
Modify part of `line!` documentation.
Anthony Defranceschi
-1
/
+1
2018-03-07
Make `assert` macro a built-in procedural macro
Shotaro Yamada
-0
/
+54
2018-02-07
update the builtin macro doc stubs
Michael Lamparski
-5
/
+20
2018-02-07
libcore/libstd: fix commas in macro_rules! macros
Michael Lamparski
-0
/
+3
2018-01-08
Fixed a typo in the compile_error docs
Andrew Brinker
-1
/
+1
2017-12-25
Fix docs mistake
est31
-1
/
+1
2017-12-24
Make column macro output 1 based and document it
est31
-6
/
+12
2017-12-07
Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnik
Guillaume Gomez
-1
/
+1
2017-12-05
compile_error example blurbs
Havvy
-0
/
+5
2017-12-05
No unused macro warning in compile_error example.
Havvy
-1
/
+4
2017-12-04
Give compile_error macro examples
Havvy
-2
/
+19
2017-12-01
doc: macro `cfg!` evaluating at compile-time
Liigo Zhuang
-1
/
+1
2017-11-25
Make builtin macro doc stubs more accurate
Michael Lamparski
-6
/
+14
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+36
2017-10-22
fix stringify docs in std
Alex Burka
-2
/
+2
2017-09-10
Use rvalue promotion to 'static instead of static items.
Eduard-Mihai Burtescu
-15
/
+3
2017-08-31
Update bootstrap compiler
Alex Crichton
-10
/
+0
2017-08-29
broken links resolved
Andy Gauge
-1
/
+1
2017-08-29
fix test failures in documentation change
Andrew Gauger
-2
/
+2
2017-08-29
API docs: macros. Part of #29329 Standard Library Documentation Checklist.
Andy Gauge
-21
/
+101
2017-08-12
Add complete doc example for `include_str!`.
Corey Farwell
-1
/
+18
2017-08-12
Add complete doc example for `include_bytes!`.
Corey Farwell
-1
/
+18
2017-08-12
Demonstrate `include!` with Rust code, not just a string slice literal.
Corey Farwell
-6
/
+11
2017-08-08
Avoid calling the column!() macro in panic
est31
-2
/
+14
2017-07-27
Auto merge of #43477 - est31:master, r=alexcrichton
bors
-1
/
+1
2017-07-25
Switch to begin_panic again
est31
-1
/
+1
2017-07-25
Stabilize the `compile_error_macro` feature
Alex Crichton
-1
/
+1
2017-07-12
Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik
Mark Simulacrum
-0
/
+5
2017-07-11
Wrap long line
Stefan Schindler
-1
/
+2
2017-07-05
Be more specific about the implications of the panic!
Stefan Schindler
-1
/
+1
2017-07-05
Insert current implementation header
Stefan Schindler
-0
/
+2
2017-07-02
Output line column info when panicking
est31
-5
/
+5
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-4
/
+4
2017-06-19
Add compile_error!
Wesley Wiser
-0
/
+10
2017-06-15
Add hint about the return code of panic!
Stefan Schindler
-0
/
+2
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-1
/
+1
2017-05-20
Correct some stability versions
Oliver Middleton
-2
/
+2
2017-05-10
Fix up stability annotations per feedback.
Zack Weinberg
-2
/
+2
2017-05-10
Revise the eprint(ln)! feature.
Zack Weinberg
-7
/
+7
2017-05-10
Add `eprint!` and `eprintln!` macros to the prelude.
Zack Weinberg
-0
/
+45
2017-02-21
Get linkchecker clean
Steve Klabnik
-1
/
+1
2017-01-19
Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez
Guillaume Gomez
-5
/
+20
2016-12-21
Fix 'unhygienically' typo.
Corey Farwell
-1
/
+1
[next]