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
/
libcore
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-29
Correct the documentation of debug_assert_eq
Steve Klabnik
-3
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-14
/
+38
2015-11-12
Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik
bors
-0
/
+2
2015-11-12
Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichton
bors
-1
/
+1
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+2
2015-11-12
docs: Fix variable name
Kohei Hasegawa
-6
/
+6
2015-11-11
Allow none Sized types in assert_eq!
Oliver Middleton
-1
/
+1
2015-10-28
Mention in the docs, that `assert!` has a second version with a custom message
Marcell Pardavi
-0
/
+5
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-10-09
Improve docs for write!/writeln! macros
Steve Klabnik
-4
/
+30
2015-08-28
Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton
bors
-2
/
+4
2015-08-27
Some extra examples for the unimplemented! macro
Steve Klabnik
-0
/
+45
2015-08-27
fix some more unstable issue annotations
Alex Burka
-2
/
+4
2015-07-30
Use $crate in core::panic!
Chris Morgan
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-3
/
+2
2015-05-13
Writer -> Write in macro docs
Steve Klabnik
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-1
/
+0
2015-04-03
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton
bors
-1
/
+1
2015-04-01
Don't reborrow the target of a `write!()`
Chris Wong
-1
/
+1
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-7
/
+5
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-7
/
+5
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-2
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-5
/
+5
2015-03-06
Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix
Manish Goregaokar
-10
/
+14
2015-03-05
rustc: Add a debug_assertions #[cfg] directive
Alex Crichton
-10
/
+14
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-27
register snapshot 880fb89
Flavio Percoco
-6
/
+0
2015-02-21
Resolve barriers to changing column!() / line!() return type to u32 in #19284...
Brian Brooks
-3
/
+8
2015-02-21
Resolve includeme.fragment conflict.
Brian Brooks
-2
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-5
/
+5
2015-01-23
grandfathered -> rust1
Brian Anderson
-4
/
+4
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
-6
/
+8
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+11
2015-01-09
Re-reduce libstd macro duplication
Keegan McAllister
-2
/
+7
2015-01-08
Remove warning from the libraries.
Huon Wilson
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-3
/
+6
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-4
/
+4
2015-01-06
Register new snapshots
Alex Crichton
-7
/
+0
[next]