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
/
libcollections
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-18
Register new snapshots
Alex Crichton
-43
/
+3
2015-03-16
better document the hacks required to test libcollections
Jorge Aparicio
-2
/
+4
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-0
/
+15
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+38
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-1
/
+1
2015-02-17
Implement `Vec::from_elem` (RFC 832)
Markus Siemens
-3
/
+25
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+16
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-18
Improve the vec![...] macro with UFCS.
Eduard Burtescu
-8
/
+8
2015-01-08
Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.
Marvin Löbel
-1
/
+5
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
std: Stablize the macros module
Alex Crichton
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-14
/
+0
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-0
/
+12
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+3
2014-08-19
A few minor documentation fixes
P1start
-1
/
+1
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+22