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-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
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-45
/
+47
2014-12-16
auto merge of #19647 : nielsegberts/rust/master, r=pnkfelix
bors
-6
/
+6
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-09
Rename assert_eq arguments to left and right.
Niels Egberts
-6
/
+6
2014-11-27
Fix example code for unreachable!
olivren
-5
/
+4
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-5
/
+6
2014-11-25
Improve documentation for unreachable
Steve Klabnik
-17
/
+33
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-22
/
+0
2014-11-20
auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis
bors
-4
/
+4
2014-11-20
Rename `col!` to `column!`.
Huon Wilson
-4
/
+4
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+7
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-2
/
+1
2014-11-10
Add optional messages to the unreachable macro.
Michael Sproul
-1
/
+9
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-02
Add error module with Error and FromError traits
Aaron Turon
-2
/
+7
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-25
/
+25
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-10
improve the performance of the vec![] macro
Daniel Micay
-9
/
+7
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+2
2014-09-22
auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton
bors
-2
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-17
rollup merge of #17326 : brson/wintest
Alex Crichton
-2
/
+2
[next]