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
2016-12-14
Fix invalid src url
Guillaume Gomez
-2
/
+15
2016-11-02
Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton
Jonathan Turner
-18
/
+20
2016-11-01
Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez
Guillaume Gomez
-3
/
+4
2016-10-29
Copyediting on documentation for write! and writeln!
Josh Triplett
-18
/
+20
2016-10-27
tidy/features: fix checking of lang features
Tamir Duberstein
-1
/
+1
2016-10-21
Small doc change for include!
Артём Павлов [Artyom Pavlov]
-3
/
+1
2016-10-21
libcore documentation for builtin macros
Артём Павлов [Artyom Pavlov]
-0
/
+142
2016-10-21
Fix a few links in the docs
Oliver Middleton
-3
/
+4
2016-10-12
Review changes
Nick Cameron
-1
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-0
/
+3
2016-09-21
add assert_ne and debug_assert_ne macros
Ashley Williams
-0
/
+63
2016-09-01
Document try!'s error conversion behaviour
Florian Gilcher
-7
/
+26
2016-08-04
Be more explicit about duck typing
Cengiz Can
-20
/
+24
2016-08-04
Use consistent spelling for word 'implementor'
Cengiz Can
-4
/
+4
2016-08-04
Provide a cleaner documentation for 'write!'
Cengiz Can
-6
/
+31
2016-07-27
Mention debug_assert! in assert! doc
Panashe M. Fundira
-1
/
+2
2016-07-27
Revert section about panic! in assert! doc
Panashe M. Fundira
-3
/
+2
2016-07-27
Correct minor typo in debug_assert doc
Panashe M. Fundira
-1
/
+1
2016-07-27
Update docs for assert! and debug_assert!
Panashe M. Fundira
-2
/
+20
2016-07-12
doc: Mention that writeln! and println! always use LF
Mike Hommey
-0
/
+2
2016-06-21
Add message argument to `assert_eq` macro
Mitsunori Komatsu
-1
/
+12
2016-05-18
Remove unnecessary parens in macro
Seo Sanghyeon
-1
/
+1
2016-04-12
Clarify try! doc example
Szabolcs Berecz
-1
/
+1
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-4
/
+4
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
[next]