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
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
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-5
/
+5
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-7
/
+7
2015-01-17
fix rollup
Steve Klabnik
-0
/
+2
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-10
/
+10
2015-01-09
Re-reduce libstd macro duplication
Keegan McAllister
-178
/
+0
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-4
/
+4
2015-01-08
Remove warning from the libraries.
Huon Wilson
-4
/
+4
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
std: Stablize the macros module
Alex Crichton
-46
/
+30
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-10
/
+10
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-41
/
+4
2015-01-05
Remove i suffix in docs
Steve Klabnik
-10
/
+10
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+0
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-213
/
+4
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-5
/
+5
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-2
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-140
/
+0
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-5
/
+5
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-10
/
+126
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-2
/
+6
[next]