about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-30rollup merge of #18421 : tbu-/pr_checkeddiv1Alex Crichton-1/+1
2014-10-30rollup merge of #18417 : P1start/lint-fixesAlex Crichton-15/+90
2014-10-30rollup merge of #18413 : bkoropoff/issue-18412Alex Crichton-4/+42
2014-10-30rollup merge of #18411 : richo/tm-null-checkAlex Crichton-7/+13
2014-10-30rollup merge of #18409 : gamazeps/issue15273Alex Crichton-4/+15
2014-10-30rollup merge of #18408 : thestinger/unsafeAlex Crichton-2/+5
2014-10-30rollup merge of #18407 : thestinger/arenaAlex Crichton-8/+8
2014-10-30rollup merge of #18397 : aochagavia/asciiAlex Crichton-2/+1
2014-10-30rollup merge of #18395 : cakebaker/fix_use_of_sqrtAlex Crichton-1/+1
2014-10-30rollup merge of #18393 : aochagavia/preludeAlex Crichton-1/+1
2014-10-30rollup merge of #18392 : cakebaker/remove_double_negationAlex Crichton-1/+1
2014-10-30rollup merge of #18383 : bkoropoff/issue-17361Alex Crichton-1/+17
2014-10-30rollup merge of #18381 : pelmers/patch-1Alex Crichton-1/+1
2014-10-30auto merge of #18374 : steveklabnik/rust/gh18197, r=sfacklerbors-4/+3
2014-10-30auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestingerbors-0/+4
2014-10-30auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichtonbors-1/+57
2014-10-30Special-case some error messages about `Sized`P1start-12/+34
2014-10-30Add a message for when a `.` follows a macro invocationP1start-0/+24
2014-10-30Improve the error message for parenthesised box expressionsP1start-0/+28
2014-10-30Fix a minor issue with how lint groups are printed by rustcP1start-1/+2
2014-10-30Remove `unused_extern_crate` and `unused_result` from the `unused` lint groupP1start-2/+2
2014-10-29check_static_recursion: Handle foreign itemsBen Gamari-1/+57
2014-10-30Try and fix Windows terminalNick Cameron-23/+23
2014-10-30Rebasing fixesNick Cameron-17/+24
2014-10-30Changes for Windows terminalNick Cameron-41/+39
2014-10-30Change extensions traits to blanket implsNick Cameron-25/+27
2014-10-30changes to testsNick Cameron-141/+60
2014-10-30changes to libsNick Cameron-149/+145
2014-10-30Enforce object safetyNick Cameron-76/+69
2014-10-30auto merge of #18359 : 1-more/rust/feature, r=alexcrichtonbors-13/+18
2014-10-29auto merge of #18357 : TeXitoi/rust/simplify-reverse-complement, r=alexcrichtonbors-179/+109
2014-10-29rustc: fail if LLVM is passed an invalid tripleRicho Healey-7/+13
2014-10-29auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturonbors-1727/+1776
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-60/+104
2014-10-29auto merge of #18282 : pczarn/rust/regex-parse, r=burntsushibors-24/+55
2014-10-29Rename fail! to panic!Steve Klabnik-1618/+1623
2014-10-29auto merge of #18375 : steveklabnik/rust/gh17969, r=alexcrichtonbors-18/+19
2014-10-29auto merge of #18365 : bjz/rust/token, r=alexcrichtonbors-1421/+1501
2014-10-29Fix `core::num::CheckedDiv::checked_div` documentationTobias Bucher-1/+1
2014-10-29auto merge of #18340 : chastell/rust/guide_closures_fixes, r=steveklabnikbors-12/+12
2014-10-28Add regression test for issue #18412Brian Koropoff-0/+36
2014-10-28Fix ICE assigning methods to local variablesBrian Koropoff-4/+6
2014-10-29auto merge of #18410 : thestinger/rust/revert-parallel, r=alexcrichtonbors-14/+1
2014-10-28Revert "enable parallel codegen by default"Daniel Micay-14/+1
2014-10-29Diagnostic: resolve bare fn in expected closuregamazeps-4/+15
2014-10-28reference: document unwinding unsafety issuesDaniel Micay-0/+3
2014-10-28reference: slices are now regular typesDaniel Micay-1/+1
2014-10-28reference: note the existence of UnsafeCellDaniel Micay-1/+1
2014-10-28auto merge of #17603 : jakub-/rust/ty_bot, r=nikomatsakisbors-675/+843
2014-10-28rephrase some comments according to remarks in the PRGuillaume Pinot-4/+4