about summary refs log tree commit diff
path: root/src/libstd/macros.rs
AgeCommit message (Expand)AuthorLines
2018-09-20dbg!(expr) implementation.Mazdak Farrokhzad-0/+118
2018-09-19Remove spawning from task::ContextTaylor Cramer-1/+1
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-1/+1
2018-09-01Update to a new pinning API.Without Boats-1/+1
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-1/+1
2018-08-02Remove unnecessary local in await! macroTaylor Cramer-6/+9
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-12/+2
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-17/+17
2018-07-21fix tidy ~ againEsteban Küber-13/+0
2018-07-21Don't use the new `eprintln` for stage0 and stage1Esteban Küber-2/+2
2018-07-21Change `eprintln!()`Esteban Küber-2/+9
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-1/+1
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-17/+17
2018-07-19rework printlnEsteban Küber-2/+24
2018-07-19Same change as `println` for `eprintln`Esteban Küber-2/+1
2018-07-19review comments: modify note wording and change `println`Esteban Küber-8/+1
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-2/+8
2018-06-25Add sentence to compile_error!() docsBenjamin Sago-1/+3
2018-06-25Link the docs of panic!() and compile_error!()Benjamin Sago-1/+7
2018-06-22Remove impl trait names and move bits of await into a functionTaylor Cramer-3/+1
2018-06-22Review nits and updatesTaylor Cramer-5/+5
2018-06-21Allow unsafe code inside of await macroTaylor Cramer-0/+1
2018-06-21async await desugaring and testsTaylor Cramer-0/+20
2018-05-24Add documentation about env! second argumentGuillaume Gomez-2/+15
2018-05-03update concat_idents doc stubsMichael Lamparski-2/+2
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-2/+2
2018-04-03tweak format_args! docsAlex Burka-2/+2
2018-03-21document format_args! further wrt. Debug & Display"Mazdak Farrokhzad-0/+12
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-0/+54
2018-03-08Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh...Manish Goregaokar-1/+1
2018-03-09Modify part of `column!` documentation.Anthony Defranceschi-1/+1
2018-03-09Modify part of `line!` documentation.Anthony Defranceschi-1/+1
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-0/+54
2018-02-07update the builtin macro doc stubsMichael Lamparski-5/+20
2018-02-07libcore/libstd: fix commas in macro_rules! macrosMichael Lamparski-0/+3
2018-01-08Fixed a typo in the compile_error docsAndrew Brinker-1/+1
2017-12-25Fix docs mistakeest31-1/+1
2017-12-24Make column macro output 1 based and document itest31-6/+12
2017-12-07Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnikGuillaume Gomez-1/+1
2017-12-05compile_error example blurbsHavvy-0/+5
2017-12-05No unused macro warning in compile_error example.Havvy-1/+4
2017-12-04Give compile_error macro examplesHavvy-2/+19
2017-12-01doc: macro `cfg!` evaluating at compile-timeLiigo Zhuang-1/+1
2017-11-25Make builtin macro doc stubs more accurateMichael Lamparski-6/+14
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+36
2017-10-22fix stringify docs in stdAlex Burka-2/+2
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-15/+3
2017-08-31Update bootstrap compilerAlex Crichton-10/+0
2017-08-29broken links resolvedAndy Gauge-1/+1