about summary refs log tree commit diff
path: root/src/libcore/macros.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-5/+5
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-10/+14
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-10/+14
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-27register snapshot 880fb89Flavio Percoco-6/+0
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-3/+8
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-2/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-5/+5
2015-01-23grandfathered -> rust1Brian Anderson-4/+4
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-6/+8
2015-01-17Evaluate # fn in docsSteve Klabnik-6/+11
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-2/+7
2015-01-08Remove warning from the libraries.Huon Wilson-2/+2
2015-01-06More test fixesAlex Crichton-2/+2