about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-07Auto merge of #21874 - nagisa:reference-is-removal, r=steveklabnikbors-5/+5
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-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
2015-02-07Add tests of move-out-of-array restriction.Felix S. Klock II-0/+91
2015-02-07Restrictions on moves out-from and into fixed-length arrays.Felix S. Klock II-40/+142
2015-02-07Fix libsyntax so we can bootstrap even with move out of array restriction.Felix S. Klock II-2/+2
2015-02-07remove closure `&mut:`/`&:` annotations.Felix S. Klock II-3/+3
2015-02-07Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakisbors-9/+72
2015-02-07Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFlyMichael Neumann-1/+3
2015-02-07Fix broken link to std::rc module docsCaspar Krieger-2/+2
2015-02-07Auto merge of #21995 - leejunseok:fix_invariant_ex, r=steveklabnikbors-5/+6
2015-02-07Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichtonbors-5/+61
2015-02-06sync: Expose PoisonError::newKeegan McAllister-12/+14
2015-02-06sync: Add is_poisoned to Mutex and RwLockKeegan McAllister-0/+26
2015-02-07Auto merge of #21949 - japaric:index, r=nikomatsakisbors-46/+14
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-46/+14
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-300/+295
2015-02-06Auto merge of #21997 - Manishearth:rollup, r=alexcrichtonbors-2032/+2054
2015-02-06librustdoc has been updatedGuillaumeGomez-31/+33
2015-02-06rustc: Don't fall back to -L if using --externAlex Crichton-9/+72
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-12/+20
2015-02-06debuginfo: Fix problem with debug locations of constants in match patterns.Michael Woerister-30/+189
2015-02-06debuginfo: Implement direct debuginfo source location application for ICmp, F...Michael Woerister-45/+112
2015-02-06debuginfo: Assign debuginfo source locations to lang-item calls.Michael Woerister-127/+199
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-32/+82
2015-02-07Rollup merge of #22009 - japaric:no-mov, r=alexcrichtonManish Goregaokar-170/+1
2015-02-07Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichtonManish Goregaokar-3/+3
2015-02-07Rollup merge of #21994 - iKevinY:featureck-fix, r=brsonManish Goregaokar-2/+2
2015-02-07fix outdated docsAlexis-88/+88
2015-02-07fix outdated docsAlexis-9/+9
2015-02-06More libcollections fixesManish Goregaokar-3/+3
2015-02-06Auto merge of #21860 - mdinger:enum_rewording, r=steveklabnikbors-93/+90