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-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
2014-09-17
doc: Cleanup.
Jonas Hietala
-2
/
+2
2014-09-16
Use PATH instead of HOME in env! example
Brian Anderson
-2
/
+2
2014-08-23
std: Use concat! and stringify! to simplify the most common assert! case.
root
-1
/
+1
2014-08-11
core/std: squash dead_code warnings from fail! invocations.
Huon Wilson
-6
/
+11
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-34
/
+0
2014-08-06
Use byte literals in libstd
nham
-1
/
+1
2014-07-31
rustrt: Make begin_unwind take a single file/line pointer
Brian Anderson
-0
/
+33
2014-07-25
Revert "Use fewer instructions for `fail!`"
Brian Anderson
-3
/
+2
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
[prev]
[next]