about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-27TRPL: fix typo, borow for borrowRein Henrichs-1/+1
2015-05-28Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrcbors-8/+61
2015-05-28Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma...bors-3/+1
2015-05-28Prevent comparison and dereferencing of raw pointers in constexprsAriel Ben-Yehuda-8/+61
2015-05-28Auto merge of #25805 - jooert:colorized_tests, r=alexcrichtonbors-1/+1
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-120/+222
2015-05-28Rollup merge of #25806 - nrc:20184-msg, r=alexcrichtonManish Goregaokar-4/+5
2015-05-28Rollup merge of #25726 - nham:cell_docs, r=alexcrichtonManish Goregaokar-4/+4
2015-05-28Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichtonManish Goregaokar-0/+54
2015-05-28Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichtonManish Goregaokar-0/+2
2015-05-27Address review commentsAriel Ben-Yehuda-0/+2
2015-05-27test fixesAriel Ben-Yehuda-2/+2
2015-05-27test: Join child threads on windows in testsAlex Crichton-3/+1
2015-05-27Auto merge of #25797 - eddyb:const-trait-to-trait, r=luqmanabors-3/+36
2015-05-27Auto merge of #25762 - dotdash:codegen_test, r=alexcrichtonbors-519/+209
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-519/+209
2015-05-27Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichtonbors-1878/+441
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-525/+417
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-1353/+14
2015-05-27Register snapshots (2015-05-24 ba0e1cd).Eduard Burtescu-0/+10
2015-05-27Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichtonbors-0/+29
2015-05-27Auto merge of #25749 - richo:python3, r=alexcrichtonbors-177/+42
2015-05-27Auto merge of #25741 - richo:backtrace-message, r=alexcrichtonbors-1/+4
2015-05-27Auto merge of #25713 - Stebalien:pattern, r=alexcrichtonbors-1/+32
2015-05-26Auto merge of #25688 - nham:E0055_E0192, r=alexcrichtonbors-95/+240
2015-05-26Add note about filesystems to fs::renameSteve Klabnik-0/+2
2015-05-27Add a WONTFIX message to a failing test.Nick Cameron-4/+5
2015-05-26Enable colored test output when capturing output of testsJohannes Oertel-1/+1
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-28/+83
2015-05-26Convert 15 diagnostics to have error codes (E0380-E0394).Nick Hamann-66/+94
2015-05-26Pluralize E0087-E0090 messages based on number of parameters.Nick Hamann-12/+23
2015-05-26Fix typo.Nick Hamann-2/+2
2015-05-26Small improvements for explanations of E0250, E0368, E0372.Nick Hamann-8/+5
2015-05-26Add error explanations for E0055, E0089, E0192, E0261, E0262, E0263, E0318.Nick Hamann-7/+116
2015-05-26Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichtonbors-23/+44
2015-05-26etc: use codecs in featureckRicho Healey-9/+5
2015-05-26Auto merge of #25593 - nham:E0210_E0326, r=alexcrichtonbors-30/+82
2015-05-26Add tests for fixed issuesAriel Ben-Yehuda-0/+53
2015-05-26Auto merge of #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakisbors-15/+133
2015-05-26Document std::env::const valuesSteve Klabnik-0/+54
2015-05-26Do not trip an assert when coercing &Trait to &Trait in constants.Eduard Burtescu-3/+36
2015-05-26Implement defaults for associated typesAriel Ben-Yehuda-120/+167
2015-05-26rustc_back: Don't pass 'u' to ar invocationsAlex Crichton-1/+51
2015-05-26Auto merge of #25785 - arielb1:cleanup-201505, r=eddybbors-490/+210
2015-05-26Auto merge of #25778 - econoplas:master, r=pnkfelixbors-2/+6
2015-05-26Remove ObjectCastMapAriel Ben-Yehuda-53/+7
2015-05-26Use lookup_locally_or_in_crate_store more oftenAriel Ben-Yehuda-88/+54
2015-05-26Associate each path in a `use` declaration with the item in the AST mapBarosl Lee-0/+29
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-97/+150
2015-05-26Clean-up some junkAriel Ben-Yehuda-255/+2