about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-04-14rustc: Add long diagnostics for E0162Ruud van Asseldonk-1/+19
2015-04-14rustc: Add long diagnostics for E0302Ruud van Asseldonk-1/+14
2015-04-14rustc: Add long diagnostics for E0301Ruud van Asseldonk-1/+14
2015-04-14rustc: Add long diagnostics for E0297Ruud van Asseldonk-1/+27
2015-04-14Auto merge of #24261 - nrc:coerce-refactor, r=nikomatsakisbors-1554/+912
2015-04-14Reviewer commentsNick Cameron-47/+66
2015-04-14Better explanation of AutoDerefRefNick Cameron-6/+36
2015-04-14RebasedNick Cameron-72/+56
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-1490/+815
2015-04-14Auto merge of #24408 - richo:configure-optimize-default, r=pnkfelixbors-2/+17
2015-04-14configure: Turn optimization back on iff --enable-optimizeRicho Healey-0/+5
2015-04-14configure: Set CFG_<FOO>_PROVIDED if it was suppliedRicho Healey-0/+12
2015-04-14configure: Don't disable optimizations when enabling debugRicho Healey-2/+0
2015-04-14Auto merge of #24295 - contradictioned:master, r=alexcrichtonbors-1/+25
2015-04-14Auto merge of #24287 - brson:beta, r=steveklabnikbors-1/+1
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-13/+28
2015-04-13Auto merge of #24198 - alexcrichton:windows-readlink, r=aturonbors-14/+63
2015-04-13Auto merge of #24362 - alexcrichton:issue-24334, r=huonwbors-3/+3
2015-04-13Added a help span which informs the user about the escaping of curly braces i...Manuel Hoffmann-1/+25
2015-04-13Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichtonbors-142/+161
2015-04-13Auto merge of #24344 - gfxmonk:update-libbacktrace, r=pnkfelixbors-182/+546
2015-04-13Auto merge of #24339 - lfairy:remove-regex-data, r=alexcrichtonbors-3036/+7
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-11/+75
2015-04-12std: Work around a stability bug in threadAlex Crichton-3/+3
2015-04-13Auto merge of #24315 - richo:make-debug-helper, r=pnkfelixbors-0/+10
2015-04-13Auto merge of #23849 - bcoopers:master, r=pnkfelixbors-6/+18
2015-04-13Remove regex module from libunicodeChris Wong-3036/+7
2015-04-12Auto merge of #24349 - Manishearth:rollup, r=Manishearthbors-18/+80
2015-04-13Rollup merge of #24347 - xamgore:master, r=huonwManish Goregaokar-2/+2
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-142/+161
2015-04-12The panic! macro can't be called with a variable declaredbcoopers-3/+3
2015-04-12Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixbors-7/+48
2015-04-12Rollup merge of #24341 - beefsack:traits-doc-dead-link, r=huonwManish Goregaokar-2/+2
2015-04-12Rollup merge of #24321 - lstat:16602-needstest, r=pnkfelixManish Goregaokar-0/+70
2015-04-12Rollup merge of #24233 - frewsxcv:cleanup-fuse-iterator, r=GankroManish Goregaokar-14/+6
2015-04-12Rollup merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixManish Goregaokar-7/+48
2015-04-12mod.rs documentary fixIgor Strebezhev-2/+2
2015-04-12Auto merge of #24248 - nrc:macro-span, r=sfacklerbors-9/+11
2015-04-12Auto merge of #24003 - rprichard:span-fixes, r=huonwbors-23/+172
2015-04-11Simplify iterator logic for FuseCorey Farwell-14/+6
2015-04-12Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelixbors-3/+29
2015-04-12Updated dead link in Traits chapter of book to point to Trait Objects chapter.Michael Alexander-2/+2
2015-04-12Fix spans for macrosNick Cameron-9/+11
2015-04-12Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelixbors-666/+1034
2015-04-11Remove the vestigial ExtCtxt::print_backtrace function.Ryan Prichard-12/+0
2015-04-11Suppress the macro backtrace for `fileline_note` and `fileline_help`.Ryan Prichard-5/+4
2015-04-11Add compile-file/macro-backtrace-{invalid-internals,nested,println} testsRyan Prichard-0/+115
2015-04-11Expand internal-unstable to handle named field accesses and method calls.Ryan Prichard-0/+41
2015-04-11Propagate macro backtraces more often, improve formatting diagnosticsRyan Prichard-6/+12
2015-04-11Auto merge of #24328 - Manishearth:rollup, r=Manishearthbors-1529/+1592