summary refs log tree commit diff
path: root/src/libcore/macros.rs
AgeCommit message (Expand)AuthorLines
2016-12-14Fix invalid src urlGuillaume Gomez-2/+15
2016-11-02Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichtonJonathan Turner-18/+20
2016-11-01Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomezGuillaume Gomez-3/+4
2016-10-29Copyediting on documentation for write! and writeln!Josh Triplett-18/+20
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-1/+1
2016-10-21Small doc change for include!Артём Павлов [Artyom Pavlov]-3/+1
2016-10-21libcore documentation for builtin macrosАртём Павлов [Artyom Pavlov]-0/+142
2016-10-21Fix a few links in the docsOliver Middleton-3/+4
2016-10-12Review changesNick Cameron-1/+1
2016-10-12Stabilise `?`Nick Cameron-0/+3
2016-09-21add assert_ne and debug_assert_ne macrosAshley Williams-0/+63
2016-09-01Document try!'s error conversion behaviourFlorian Gilcher-7/+26
2016-08-04Be more explicit about duck typingCengiz Can-20/+24
2016-08-04Use consistent spelling for word 'implementor'Cengiz Can-4/+4
2016-08-04Provide a cleaner documentation for 'write!'Cengiz Can-6/+31
2016-07-27Mention debug_assert! in assert! docPanashe M. Fundira-1/+2
2016-07-27Revert section about panic! in assert! docPanashe M. Fundira-3/+2
2016-07-27Correct minor typo in debug_assert docPanashe M. Fundira-1/+1
2016-07-27Update docs for assert! and debug_assert!Panashe M. Fundira-2/+20
2016-07-12doc: Mention that writeln! and println! always use LFMike Hommey-0/+2
2016-06-21Add message argument to `assert_eq` macroMitsunori Komatsu-1/+12
2016-05-18Remove unnecessary parens in macroSeo Sanghyeon-1/+1
2016-04-12Clarify try! doc exampleSzabolcs Berecz-1/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-4/+4
2015-12-29Correct the documentation of debug_assert_eqSteve Klabnik-3/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-14/+38
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-0/+2
2015-11-12Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichtonbors-1/+1
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+2
2015-11-12docs: Fix variable nameKohei Hasegawa-6/+6
2015-11-11Allow none Sized types in assert_eq!Oliver Middleton-1/+1
2015-10-28Mention in the docs, that `assert!` has a second version with a custom messageMarcell Pardavi-0/+5
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-09Improve docs for write!/writeln! macrosSteve Klabnik-4/+30
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-2/+4
2015-08-27Some extra examples for the unimplemented! macroSteve Klabnik-0/+45
2015-08-27fix some more unstable issue annotationsAlex Burka-2/+4
2015-07-30Use $crate in core::panic!Chris Morgan-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+1
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-3/+2
2015-05-13Writer -> Write in macro docsSteve Klabnik-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+0
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-01Don't reborrow the target of a `write!()`Chris Wong-1/+1
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-7/+5
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-7/+5
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-1/+1