about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-157/+633
2014-07-17auto merge of #15652 : nick29581/rust/vec_index, r=acrichtobors-88/+119
2014-07-17deprecate Vec::getNick Cameron-88/+91
2014-07-16auto merge of #15696 : Zoxc/rust/redzone, r=alexcrichtonbors-0/+10
2014-07-17Implement Index and IndexMut for VecNick Cameron-0/+28
2014-07-16auto merge of #15667 : treeman/rust/set-doc, r=alexcrichtonbors-4/+159
2014-07-16auto merge of #15573 : michaelwoerister/rust/lldb-tests-rebased-09-Jul, r=ale...bors-265/+3569
2014-07-16auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chrisbors-7/+31
2014-07-16Extend HashSet documentation.Jonas Hietala-4/+159
2014-07-16auto merge of #15693 : steveklabnik/rust/guide_fix_cargo, r=cmrbors-53/+6
2014-07-16Add an option to disable the use of the redzoneJohn Kåre Alsaker-0/+10
2014-07-16auto merge of #15691 : jbclements/rust/method-field-cleanup, r=alexcrichtonbors-134/+180
2014-07-16debuginfo: Make sure that only one LLDB test task is run at a time.Michael Woerister-1/+11
2014-07-16debuginfo: Add LLDB autotests to debuginfo test suite.Michael Woerister-261/+3316
2014-07-16debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.pyMichael Woerister-3/+0
2014-07-16debuginfo: Inject 'Rust-mode' LLDB prelude into debuginfo test scripts.Michael Woerister-0/+10
2014-07-16debuginfo: Add python formatters that allow LLDB to print values with Rust sy...Michael Woerister-0/+232
2014-07-16auto merge of #15656 : nick29581/rust/index-bck, r=pnkfelixbors-23/+96
2014-07-16auto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelixbors-108/+181
2014-07-16auto merge of #15695 : alexcrichton/rust/fix-snapshots, r=brsonbors-0/+1
2014-07-15Add test for crash in unsafe destructor checkBen Gamari-0/+23
2014-07-15middle::typeck::collect: Add debug output for lifetimesBen Gamari-6/+7
2014-07-15middle::kind: Don't crash when checking safety of DropBen Gamari-1/+6
2014-07-15middle::subst: Better handling of parameter lookup failureBen Gamari-2/+14
2014-07-15typeck::check::_match: Better error handlingBen Gamari-8/+14
2014-07-15middle: Derive Show implsBen Gamari-21/+35
2014-07-15libsyntax::ast: Derive Show implsBen Gamari-70/+82
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-39/+1615
2014-07-15change to new trait style for method field refsJohn Clements-113/+99
2014-07-15use trait rather than fnsJohn Clements-21/+81
2014-07-15auto merge of #15615 : jakub-/rust/diagnostics, r=brsonbors-390/+410
2014-07-15test: Try to fix a failing snapshot testAlex Crichton-0/+1
2014-07-15Fix cargo install instructionsSteve Klabnik-53/+6
2014-07-15auto merge of #15426 : aochagavia/rust/str, r=alexcrichtonbors-563/+534
2014-07-15Fix errorsAdolfo Ochagavía-110/+51
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-256/+258
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-106/+111
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-36/+40
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-2/+19
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-21/+17
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-11/+23
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-86/+80
2014-07-15auto merge of #15604 : mrmonday/rust/raw-socket-libc, r=alexcrichtonbors-0/+21
2014-07-15auto merge of #15421 : catharsis/rust/doc-ffi-minor-fixes, r=alexcrichtonbors-7/+7
2014-07-15Add low level support for polling with librustuv.Robert Clipsham-0/+21
2014-07-15auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichtonbors-47/+627
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-47/+627
2014-07-15auto merge of #15534 : steveklabnik/rust/guide_stdin, r=brsonbors-0/+106
2014-07-15auto merge of #15531 : steveklabnik/rust/guide_looping, r=brsonbors-4/+137
2014-07-15auto merge of #15511 : brson/rust/extract-rustc-back, r=alexcrichtonbors-2453/+2709