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
2014-07-25
std: Use correct conventions for statics in macros
Brian Anderson
-6
/
+6
2014-07-25
Put the struct passed to unwinding functions into a static
Brian Anderson
-7
/
+12
2014-07-25
Make most of the failure functions take &(&'static str, uint)
Brian Anderson
-2
/
+2
2014-07-21
Use fewer instructions for `fail!`
Brian Anderson
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-10
/
+10
2014-06-09
std: Read HOME instead of USER
Alex Crichton
-2
/
+2
2014-06-06
mk: Run doc tests with --cfg dox
Alex Crichton
-1
/
+5
2014-06-06
Remove reference to ~str in documentation
fort
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-8
/
+0
2014-05-27
std: change select! docs from 'ports' to 'receivers'
Sean McArthur
-3
/
+3
2014-05-20
Add non-utf8 byte to the bytes!() example
Tobias Bucher
-1
/
+2
2014-05-17
Register new snapshots
Alex Crichton
-8
/
+0
2014-05-15
Updates with core::fmt changes
Alex Crichton
-4
/
+3
2014-05-15
std: Rewrite the `write!` and `writeln!` macros
Alex Crichton
-5
/
+12
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-0
/
+8
2014-05-07
std: Modernize the local_data api
Alex Crichton
-4
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+3
2014-05-01
Remove useless assert! case
Steven Fackler
-5
/
+0
2014-05-01
Add debug_assert and debug_assert_eq macros
Steven Fackler
-0
/
+52
2014-04-21
Fix misspellings in comments.
Joseph Crail
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-2
/
+2
2014-04-09
std: use a `match` in `assert_eq!` to extend the lifetime of the args.
Huon Wilson
-7
/
+9
2014-04-08
std: make vec!() macro handle a trailing comma
Kang Seonghoon
-1
/
+2
2014-04-03
std: Document builtin syntax extensions
Alex Crichton
-0
/
+259
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-101
/
+12
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-10
/
+10
2014-03-07
std: stop `vec!()` warning about unused mutability.
Huon Wilson
-3
/
+5
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-28
auto merge of #12616 : alexcrichton/rust/size, r=huonw
bors
-1
/
+8
2014-02-28
std: Flag run_fmt() as #[inline(always)]
Alex Crichton
-1
/
+8
2014-02-27
std: Export the select! macro
Alex Crichton
-0
/
+44
2014-02-21
libstd: Implement some convenience methods on vectors
Patrick Walton
-0
/
+10
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-1
/
+1
2014-02-19
rustdoc: Handle links to reexported items
Alex Crichton
-2
/
+5
2014-02-19
rustdoc: Show macros in documentation
Alex Crichton
-0
/
+172
2014-02-13
Lift $dst outside the closure in write!
Alex Crichton
-6
/
+8
2014-02-08
Clean up formatting in macros module
Brendan Zabarauskas
-58
/
+74
2014-02-08
Add unimplemented! macro
Brendan Zabarauskas
-0
/
+7
2014-02-06
Remove std::condition
Alex Crichton
-44
/
+0
2014-02-03
std: Remove io::io_error
Alex Crichton
-0
/
+5
2014-01-27
std: add begin_unwind_fmt that reduces codesize for formatted fail!().
Huon Wilson
-2
/
+12
2014-01-24
Delete ignore! macro
Steven Fackler
-3
/
+0
2014-01-24
Move macro_rules! macros to libstd
Steven Fackler
-0
/
+192
2013-10-11
De-pub some private runtime components
Alex Crichton
-44
/
+0
2013-10-10
auto merge of #9749 : alexcrichton/rust/less-io, r=brson
bors
-1
/
+1
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-1
/
+1
2013-10-09
Don't abort if the runtime is run twice.
Alex Crichton
-38
/
+0
[prev]
[next]