about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-31auto merge of #18264 : jakub-/rust/var-ids-in-error-messages, r=nikomatsakisbors-194/+240
2014-10-31auto merge of #18431 : japaric/rust/show, r=alexcrichtonbors-29/+46
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-29/+46
2014-10-31auto merge of #18459 : alexcrichton/rust/rollup, r=alexcrichtonbors-1439/+1170
2014-10-30Test fixes and rebase conflictsAlex Crichton-16/+17
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-271/+165
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-377/+373
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-271/+285
2014-10-30rollup merge of #18452 : bkoropoff/issue-18425Alex Crichton-19/+32
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-437/+102
2014-10-30rollup merge of #18442 : Manishearth/rust_panicAlex Crichton-4/+4
2014-10-30rollup merge of #18438 : jakub-/empty-fileAlex Crichton-0/+0
2014-10-31auto merge of #18381 : pelmers/rust/patch-1, r=alexcrichtonbors-1/+1
2014-10-30Use the `_` representation for integral variables as wellJakub Bukaj-8/+7
2014-10-30Add a test for errors unifying an integer variable with a float variableJakub Bukaj-0/+15
2014-10-30Add a test for failure to unify type parametersJakub Bukaj-1/+4
2014-10-30auto merge of #18339 : chastell/rust/guide_pattern_fixes, r=nikomatsakisbors-8/+8
2014-10-30auto merge of #18377 : steveklabnik/rust/fix_wording_about_errors, r=nikomats...bors-2/+2
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-30auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichtonbors-0/+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-30collections: Enable IndexMut for some collectionsAlex Crichton-271/+165
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-29Add regression test for #18425Brian Koropoff-0/+16
2014-10-29Fix ICE translating array repeat expr of non-Copy typeBrian Koropoff-19/+16
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