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
2016-07-12
doc: Mention that writeln! and println! always use LF
Mike Hommey
-1
/
+3
2016-06-21
Mark concat_idents! unstable
Oliver Middleton
-1
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-5
/
+5
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-12
/
+0
2016-02-11
doc: concat_idents! macro: more on its limitations.
NODA, Kai
-3
/
+6
2016-01-19
Use different numbers of `#`s when expanding documentation comments
Barosl Lee
-0
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-40
/
+0
2015-11-29
tweak cfg! doc comment
Alex Burka
-3
/
+3
2015-11-26
fix docs for compiler builtin macros
Alex Burka
-3
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+14
2015-09-25
Change the first line of the println macro doc
Ben S
-1
/
+1
2015-09-19
added panic docs for print\! and println\! macros
llogiq
-0
/
+8
2015-09-07
Clarify that `include_bytes!` returns a reference to an array, not just a slice
Jake Goulding
-2
/
+2
2015-08-28
Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton
bors
-0
/
+20
2015-08-27
Add some examples for the print! macro
Steve Klabnik
-0
/
+20
2015-08-27
fix some more unstable issue annotations
Alex Burka
-1
/
+1
2015-08-17
std: Clean up primitive integer modules
Alex Crichton
-0
/
+9
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-06-26
std: clean up duplicated attrs and comment on panic
Richo Healey
-22
/
+0
2015-06-19
Fix docs for column/line
Steve Klabnik
-2
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-4
/
+2
2015-06-03
Indent 4 spaces instead of 2
Carol Nichols
-2
/
+2
2015-06-03
Return Ok(()) instead of Ok()
Carol Nichols
-2
/
+2
2015-06-03
Use write_all instead of write_line
Carol Nichols
-2
/
+2
2015-06-03
Add prelude to get Write
Carol Nichols
-0
/
+1
2015-06-03
Improve `try!` docs to make clearer it returns `Result`.
Carol Nichols
-1
/
+27
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-9
/
+9
2015-05-05
Auto merge of #25101 - alexcrichton:fix-flaky-windows-test, r=nikomatsakis
bors
-2
/
+4
2015-05-04
std: Join threads in select! doctest
Alex Crichton
-2
/
+4
2015-05-04
Fix spelling errors in documentation.
Joseph Crail
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-25
/
+0
2015-04-11
Change the rt::unwind line argument type from usize to u32.
Ryan Prichard
-1
/
+48
2015-04-08
std: Destabilize the internals of panic!
Alex Crichton
-0
/
+1
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-1
/
+1
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-1
/
+1
2015-03-30
std: Add a note about the print! macro and output buffering
Richo Healey
-0
/
+4
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-22
Remove bad reference to std::io
Steve Klabnik
-2
/
+1
2015-03-19
Document include!
Steve Klabnik
-0
/
+14
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-5
/
+5
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-6
/
+9
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-5
/
+5
2015-03-11
Example -> Examples
Steve Klabnik
-14
/
+14
2015-02-21
Resolve includeme.fragment conflict.
Brian Brooks
-2
/
+2
2015-02-17
Register new snapshots
Alex Crichton
-17
/
+0
2015-02-17
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-3
/
+3
[next]