]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2010-08-07 Graydon HoareAdd Or to the AUTHORS file.
2010-08-07 Or BrostovskiAdded forgotten handling for alt_type_else, and also...
2010-08-07 Or BrostovskiAdded AST pretty printing for slice expression
2010-08-07 Or BrostovskiAdded AST logging, and modified AST for consistent...
2010-08-07 Jeffrey YasskinImplement _str.len() to return the number of bytes...
2010-08-07 Jeffrey YasskinAdd an int->str conversion function.
2010-08-07 Jeffrey YasskinChange the destructor-ordering test to use channels...
2010-08-07 Jeffrey YasskinFix LLVM translation of modules.
2010-08-06 Roy FrostigRedo yesterday's buf_writer-wrapper in a less silly...
2010-08-06 Roy FrostigAccept uint literals as literal patterns.
2010-08-06 Graydon HoareDegrade emitter size cache to just a flat hashtable...
2010-08-05 Graydon HoareSomething is wrong with the emitter size cache; disable...
2010-08-05 Patrick WaltonAdd a valgrind suppression for Snow Leopard dyld
2010-08-05 Graydon HoareMop up workarounds in stdlib no longer required as...
2010-08-05 Graydon HoareMove 'as' precedence up to just above relational; suppo...
2010-08-05 Roy FrostigAdd to std._io some formatter/type-specific-writer...
2010-08-05 Graydon HoareThread argument-types down to internal_check_outer_lval...
2010-08-05 Roy FrostigAdd per-platform file-open flags to std.os. Open buffe...
2010-08-04 Graydon HoareAdd a CHECK_XFAILS target that inverts the sense of...
2010-08-04 Graydon HoareFix pexp parser to do left-associativity, not right...
2010-08-04 Roy FrostigAdd a buffered writer to stdlib _io module.
2010-08-04 Roy FrostigAddress _io.new_buf FIXME now that issue #93 is closed.
2010-08-04 Graydon HoareBah. xfail arithmetic-interference for now; linux tinde...
2010-08-04 Graydon HoareKill the preallocator, install a sane replacement....
2010-08-04 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust
2010-08-04 Graydon HoareFactor append_quad out of IL.emit_full, for use elsewhere.
2010-08-04 Roy FrostigHave hashmap's insert method overwrite on existing...
2010-08-04 Graydon HoareRemove dead implicit-destinations logic from IL.
2010-08-04 Roy FrostigMore stdlib hashmap work. Add a simple test and XFAIL...
2010-08-04 Roy FrostigAddress _vec.map allocation FIXME. Add test.
2010-08-04 Roy FrostigAddress _vec.grow FIXME, as issue #89 has been closed.
2010-08-04 Roy FrostigPass parametric types by-alias in various stdlib spots.
2010-08-04 Roy FrostigMore stdlib hashmap bits (plus some drive-by extras).
2010-08-04 Roy FrostigAvoid mem cmp mem in trans even though it's an X86ism...
2010-08-03 Graydon HoareFix some naughtiness of handling newlines in bracequote...
2010-08-03 Graydon HoareAdd tests and fix pexp bug. Closes #141.
2010-08-02 Patrick WaltonUse a better heuristic to determine whether we're on...
2010-07-31 Graydon HoarePatch up another place where the newly-expanded 'closur...
2010-07-29 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust
2010-07-29 Graydon HoareMake note of new literal forms in docs.
2010-07-29 Graydon HoareXFAIL all task-related tests for now; yesterday's work...
2010-07-29 Graydon HoareLog join-wait count under rust_log::TASK bits, not...
2010-07-29 Michael BebenitaAdd a bunch of comm tests.
2010-07-29 Michael BebenitaLog dead tasks when dom is just waiting for refcounts...
2010-07-29 Michael BebenitaNote that we keep running the main loop until all task...
2010-07-29 Michael BebenitaAdd some missing headers to the Makefile's RUNTIME_HDR...
2010-07-29 Michael BebenitaMove ports out into their own file, add data_message...
2010-07-29 Michael BebenitaMove notification-messages out into their own file...
2010-07-29 Michael BebenitaRename rust_proxy_delegate to maybe_proxy, flesh out...
2010-07-29 Michael BebenitaAdd rust_dom::log_state, for logging the running/blocke...
2010-07-29 Michael BebenitaNull rust_task::cond on wakeup, add asserts and logging...
2010-07-29 Michael BebenitaTeach task_owned and dom_owned to find their dom via...
2010-07-29 Michael BebenitaAdd modeline / file-local emacs var blocks.
2010-07-29 Michael BebenitaMove rust_cond.
2010-07-29 Michael BebenitaFix typos in comments, delete obsolete comments and...
2010-07-29 Michael BebenitaWrap long lines.
2010-07-29 Michael BebenitaAdd C++ wrapper around uthash.
2010-07-29 Michael BebenitaLet circular buffers actually grow to max sz, reset...
2010-07-29 Michael BebenitaChange unread-on-destroy condition for circular buffer...
2010-07-29 Michael BebenitaAdd comment explaining NULL case in circular_buffer...
2010-07-29 Michael BebenitaAdd peek method to circular buffer.
2010-07-29 Michael BebenitaChange _unit_sz to unit_sz and make public in circular_...
2010-07-29 Michael BebenitaMake circular buffer use only power-of-two sizes, cheap...
2010-07-29 Michael BebenitaAdd a warning interface to rust_srv.
2010-07-29 Michael BebenitaMove allocation-tracking into rust_srv.
2010-07-29 Michael BebenitaLog a separator when logging switches between threads.
2010-07-29 Michael Bebenitaarray_list improvements.
2010-07-29 Roy FrostigAnother deque test commented out.
2010-07-29 Roy FrostigBurn the mac and win trees less. Deque test is XFAILed...
2010-07-29 Roy FrostigTest the deque some more.
2010-07-28 Roy FrostigTest the deque more and fix uncovered off-by-one bug.
2010-07-28 Roy FrostigGet slots in trans_tag using Semant tables. Closes...
2010-07-28 Roy FrostigRefer to issue #136 at the offending source point.
2010-07-28 Roy FrostigTest the deque a bit. Give it a get-by-index method...
2010-07-28 Graydon HoareSwitch machine-type lexemes to use suffixes. Remove...
2010-07-28 Graydon HoareCalm some LLVM indigestion of last change.
2010-07-27 Graydon HoareDistill semantics of use-def maps to fewer and more...
2010-07-26 Graydon HoareSlight shaving on RA, no more optimizing today. It...
2010-07-26 Roy FrostigAdjust testcase to cover issue #91, which was actually...
2010-07-26 Graydon HoareFix numerous non-linearities and O(sizeof(crate)) issue...
2010-07-26 Patrick WaltonMove the test suite to the "as" form for casts. XFAIL...
2010-07-26 Graydon HoareNote the typestate dataflow timing. The culprit is...
2010-07-26 Graydon HoareAdd a cumulative timer count to be sure we're getting...
2010-07-26 Graydon HoareChange ctxt_crate_main to an Ast.name.
2010-07-26 Graydon HoareDo some more iflog-guarding.
2010-07-26 Roy Frostigvec_alloc takes four arguments these days, not three.
2010-07-26 Roy FrostigAttempt 2. This time actually reading my own diffs...
2010-07-26 Roy FrostigAttempt number 1 at extinguishing the windows tree...
2010-07-26 Roy FrostigExpose an RNG (the one used by our runtime) to Rust...
2010-07-26 Roy FrostigDon't write to NULL after calling C natives returning...
2010-07-23 Graydon HoareAnother quick fix from jmuizelaar for that "some ocaml...
2010-07-23 Graydon HoareImprove mutability checking. Closes #118.
2010-07-23 Graydon HoareAdd test for writing-through-uninit bug (reported on...
2010-07-23 Graydon HoareStop using project_lval_ty_from_slot for lval_ty; cover...
2010-07-23 Graydon HoareWiden write mutability check to cover all writing stmts.
2010-07-23 Graydon HoareModify testcase to match new syntax and un-XFAIL mutabl...
2010-07-23 Graydon HoareTwo more testcases for overwriting already-live box...
2010-07-23 Graydon HoareInclude all lval-writing statements in stmt_is_init...
2010-07-23 Graydon HoareAdd pretty-printing for alt-tag statements.
2010-07-23 Graydon HoareRename STMT_init_* to STMT_new_*; former name was confu...
next