about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-09std: Mark IntoIterator::into_iter as #[stableAlex Crichton-0/+1
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-34/+34
2015-02-09std: Remove typarms from IteratorExt::clonedAlex Crichton-4/+3
2015-02-09Add a help message for deprecated #[plugin] extern crateKeegan McAllister-0/+4
2015-02-09remove obsolete closure syntax from the guideLuke Steensen-10/+10
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-164/+151
2015-02-09Update deprecation notice.Pierre Baillet-1/+1
2015-02-09Make fallback font 'serif', rather than 'sans-serif' fontsSean Collins-2/+2
2015-02-09add test illustrating the feature.Felix S. Klock II-0/+59
2015-02-09Given `<expr> as Box<Trait>`, infer that `Box<_>` is expected type for `<expr>`.Felix S. Klock II-62/+47
2015-02-09Process cfg_attr right before stripping cfgKeegan McAllister-38/+113
2015-02-09Deduplicate --crate-type argumentsSimonas Kazlauskas-1/+4
2015-02-09syntax::fold: Allow removing attributesKeegan McAllister-16/+20
2015-02-09Fix links to module-level documentation in `std::cell`Michael Budde-5/+5
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-103/+101
2015-02-09Review changesNick Cameron-39/+61
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-175/+404
2015-02-09Auto merge of #22059 - Gankro:vec-split, r=alexcrichtonbors-3/+9
2015-02-08syntax: Fix integer underflow in diagnosticPiotr Czarnecki-2/+9
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-27/+100
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-14/+13
2015-02-08Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-4/+4
2015-02-08Auto merge of #22046 - mneumann:dragonfly-libstd-fixes, r=huonwbors-1/+3
2015-02-08Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichtonbors-2/+32
2015-02-08adapt run-make test suite for openbsdSébastien Marie-8/+16
2015-02-08Add a test for mainless emit targetsSimonas Kazlauskas-0/+5
2015-02-08Auto merge of #22011 - fhahn:separate-parse-fail-tests, r=nikomatsakisbors-12/+20
2015-02-08Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brsonbors-201/+499
2015-02-08Auto merge of #21565 - kmcallister:poison, r=alexcrichtonbors-12/+40
2015-02-08Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichtonbors-25/+155
2015-02-08Auto merge of #22044 - caspark:fix-rc-doc-links, r=nikomatsakisbors-2/+2
2015-02-08Auto merge of #21988 - kmcallister:no-std, r=sfacklerbors-171/+489
2015-02-07reference.md: Byte string literals start with a 'b'Geoffrey Thomas-5/+7
2015-02-08Fix std::ops::Range size_hint and ExactSizeIterator implsUlrik Sverdrup-10/+8
2015-02-07add missing features to libcollections testsAlexis-1/+1
2015-02-07Auto merge of #21874 - nagisa:reference-is-removal, r=steveklabnikbors-5/+5
2015-02-07minor fixes to Vec docs and bounds checkAlexis-3/+9
2015-02-07Fix new testKeegan McAllister-1/+1
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-424/+402
2015-02-07Fake up #![no_std] on pretty-printing; keep it out of ASTKeegan McAllister-14/+22
2015-02-07Feature-gate #![no_std]Keegan McAllister-22/+76
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-145/+413
2015-02-07Use path helper macros in derivingKeegan McAllister-28/+38
2015-02-07Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...bors-9/+21
2015-02-07Fix handling of parse errors when using `include!()`.Leo Testard-2/+32
2015-02-07Auto merge of #21982 - pnkfelix:extend-Z-print-region-graph, r=nikomatsakisbors-11/+78
2015-02-07Auto merge of #21971 - pnkfelix:fsk-restrict-fixdsz-array-moves, r=nikomatsakisbors-108/+276
2015-02-07Do not fail if --emit≠link and there’s no main fnSimonas Kazlauskas-2/+5
2015-02-07Updates to tests reflecting array-move restrictions.Felix S. Klock II-80/+5
2015-02-07Add tests of move-into-dead-array restriction.Felix S. Klock II-0/+50