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
/
libstd
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-19
extend ui test
Andre Bogus
-1
/
+12
2019-04-10
Apply suggestions from code review
Mazdak Farrokhzad
-2
/
+2
2019-04-10
allow multiple args to `dbg!(..)`
Andre Bogus
-0
/
+10
2019-04-07
Auto merge of #59765 - lzutao:patch-1, r=Centril
bors
-1
/
+3
2019-04-07
Add reference to cfg attr
lzutao
-1
/
+3
2019-04-05
Future-proof the Futures API
Taylor Cramer
-1
/
+1
2019-03-30
Added a missing !.
Christian
-1
/
+1
2019-03-30
Added an example that shows how the remainder function on floating point valu...
Christian
-3
/
+3
2019-03-30
Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=Centril
Mazdak Farrokhzad
-1
/
+7
2019-03-29
Update src/libstd/macros.rs
Mazdak Farrokhzad
-1
/
+0
2019-03-29
Update src/libstd/macros.rs
Mazdak Farrokhzad
-1
/
+2
2019-03-29
Adjusted the indentation.
Christian
-2
/
+3
2019-03-29
Edited the dbg! docs stating that dbg! works the same way in release builds.
Christian
-1
/
+6
2019-03-27
Clarify behavior of dbg macro
Nikhil Benesch
-1
/
+2
2019-03-26
Use consistent phrasing for all macro summaries
Nikhil Benesch
-22
/
+23
2019-03-19
Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril
Mazdak Farrokhzad
-0
/
+6
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-12
/
+6
2019-02-28
libstd => 2018
Taiki Endo
-1
/
+1
2019-02-13
Rollup merge of #57693 - king6cong:word, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-14
/
+14
2019-02-12
Doc rewording
king6cong
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-6
/
+12
2019-02-10
tests: doc comments
Alexander Regueiro
-14
/
+14
2019-01-22
dbg!() without parameters.
Clar Fon
-0
/
+6
2019-01-06
check missing docs for reexported macros as well
Guillaume Gomez
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-01
stabilize std::dbg!(...)
Mazdak Farrokhzad
-10
/
+2
2018-11-21
update various stdlib docs
Steve Klabnik
-6
/
+5
2018-11-11
Fix a typo in std::panic
Dale Wijnand
-1
/
+1
2018-11-08
Deprecate channel selection
Stjepan Glavina
-0
/
+2
2018-10-14
Fix incorrect link in println! documentation
Diana
-1
/
+1
2018-09-25
Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin
bors
-0
/
+120
2018-09-20
dbg_macro: notes about VCS and log::debug!(..)
Mazdak Farrokhzad
-3
/
+5
2018-09-20
dbg!(expr) implementation.
Mazdak Farrokhzad
-0
/
+118
2018-09-19
Remove spawning from task::Context
Taylor Cramer
-1
/
+1
2018-09-19
Auto merge of #53877 - withoutboats:compositional-pin, r=aturon
bors
-1
/
+1
2018-09-01
Update to a new pinning API.
Without Boats
-1
/
+1
2018-08-31
use cfg(rustdoc) instead of cfg(dox) in std and friends
QuietMisdreavus
-1
/
+1
2018-08-23
move PinMut into pin module and export through std
Niv Kaminer
-1
/
+1
2018-08-02
Remove unnecessary local in await! macro
Taylor Cramer
-6
/
+9
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-12
/
+2
2018-07-23
Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton
kennytm
-17
/
+17
2018-07-21
fix tidy ~ again
Esteban Küber
-13
/
+0
2018-07-21
Don't use the new `eprintln` for stage0 and stage1
Esteban Küber
-2
/
+2
2018-07-21
Change `eprintln!()`
Esteban Küber
-2
/
+9
2018-07-21
Gate `format_args_nll` behind feature flag
Esteban Küber
-1
/
+1
2018-07-21
Avoid using `#[macro_export]` for documenting builtin macros
Vadim Petrochenkov
-17
/
+17
2018-07-19
rework println
Esteban Küber
-2
/
+24
2018-07-19
Same change as `println` for `eprintln`
Esteban Küber
-2
/
+1
2018-07-19
review comments: modify note wording and change `println`
Esteban Küber
-8
/
+1
[next]