]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-09-10 Jesse RudermanAdd missing arm, so pretty-printing the statement ...
2011-09-10 Jesse RudermanMake the pretty printer disambiguatae blocks followed...
2011-09-10 Jesse RudermanFuzzer: remove exclusions for some issues that have...
2011-09-09 Marijn HaverbekeRevert "Make for loops alias the vec elements, rather...
2011-09-09 Marijn HaverbekeGet rid of vp2i in object field access
2011-09-09 Marijn HaverbekeMake for loops alias the vec elements, rather than...
2011-09-09 Marijn HaverbekeGet rid of trans::iter_sequence, use tvec::iter_vec...
2011-09-09 Marijn HaverbekeUse a Phi node in trans_vec::iter_vec_raw
2011-09-09 Marijn HaverbekeGet rid of some unused upcalls
2011-09-09 Marijn HaverbekeRemove unused logging upcalls from runtime
2011-09-09 Marijn HaverbekeDon't put 0-length array in the lltype of an arg-less...
2011-09-09 Marijn HaverbekeFix scope issue in resolution of alt-arm patterns
2011-09-08 Patrick Waltonrt: Don't double-print commas when logging e.g. a vec...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-08 Patrick Waltonrustc: When revoking a cleanup of a unique pointer...
2011-09-08 Patrick Waltonrustc: Make unique pointers no longer immediates.
2011-09-07 Brian AndersonExport tag discriminants even for single-variant tags
2011-09-07 Brian AndersonUnwind the stack on task failure
2011-09-07 Brian AndersonChild tasks take a ref to their parents
2011-09-07 Brian AndersonRewrite spawn yet again
2011-09-07 Brian AndersonBegin compiling with exceptions enabled
2011-09-07 Brian AndersonRefactor task failure a bit
2011-09-07 Marijn HaverbekeWork around destructuring bug
2011-09-07 Marijn HaverbekeMake it possible to take the value of (and bind) native fns
2011-09-06 Tim ChevalierForbid blocks from deinitializing upvars
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-06 Patrick Waltonrt: Implement poison-on-free, for debugging memory...
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonRemove unused runtime functions. Issue #855
2011-09-03 Brian AndersonRegister new snapshots
2011-09-03 Brian AndersonAdd a rust_str typedef to the runtime. Issue #855
2011-09-03 Brian AndersonRename istr-stuff to str in the runtime. Issue #855
2011-09-03 Brian AndersonRename istr-stuff to str in rustc. Issue #855
2011-09-03 Brian AndersonRename ty_istr to ty_str. Issue #855
2011-09-03 Brian AndersonPrint the type of istrs as 'str' in error messages...
2011-09-03 Brian AndersonStop parsing transitional istr forms. Issue #855
2011-09-03 Brian AndersonRemove transitional code from combine-tests.py. Issue...
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-03 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Tim ChevalierAdd a constraint to trans::type_of
2011-09-03 Patrick Waltonrustc: Zero out unique pointers after we drop them
2011-09-03 Tim ChevalierHandle if-check with no else correctly in typestate
2011-09-03 Patrick Waltonrustc: Zero out unique pointers after we drop them
2011-09-02 Brian AndersonRemove rustc::syntax::untyped_ast. Dead code
2011-09-02 Brian AndersonRename std::vec::unsafe::ivec_repr to vec_repr. Issue...
2011-09-02 Brian AndersonEliminate const_refcount. Issue #855
2011-09-02 Brian AndersonRemove estrs and evecs from runtime. Issue #855
2011-09-02 Patrick Waltonrustc: Root values spilled via do_spill()
2011-09-02 Patrick Waltonrt: Remove evecs from the shape code
2011-09-02 Patrick Waltontest: Add a test case for linearize_ty_params() and...
2011-09-02 Patrick Waltonrustc: Make the shape-emitting code aware of linearized...
2011-09-02 Marijn HaverbekeRename ivecs to vecs in the compiler
2011-09-02 Marijn HaverbekeRemove remaining evec support from trans
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-09-02 Brian AndersonRemove #ifmt. Issue #855
2011-09-02 Brian AndersonConvert all uses of #ifmt to #fmt. Issue #855
2011-09-02 Brian AndersonRegister new snapshots
2011-09-02 Brian AndersonMake #fmt and #ifmt synonymous. Issue #855
2011-09-02 Brian AndersonUse #env to get the rustc version again. Issue #855
2011-09-02 Tim ChevalierAdd a constraint in trans
2011-09-02 Brian AndersonDo less work in run-pass/task-comm.rs
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-02 Brian AndersonFix the error-patterns in 2 cfail tests. Issue #855
2011-09-01 Brian AndersonParse "",str as istrs. Pretty print istrs as "",str...
2011-09-01 Brian AndersonConvert some comm tests to istrs. Issue #855
2011-09-01 Tim ChevalierMake GEP_tag take a uint instead of an int
2011-09-01 Tim ChevalierDeclare a bunch of int functions as pure
2011-09-01 Tim ChevalierAdd a test that lambdas can't deinitialize upvars
2011-09-01 Brian AndersonRemove std::str. Issue #855
2011-09-01 Brian AndersonRemove estr conversion functions. Issue #855
2011-09-01 Brian AndersonConvert rust_list_files to istrs. Issue #855
2011-09-01 Brian AndersonConvert rust_getcwd to istrs. Issue #855
2011-09-01 Brian AndersonFactor out make_istr utility function in runtime. Issue...
2011-09-01 Tim ChevalierNo, not all fn constraints have the same args as the...
2011-09-01 Brian AndersonReduce the amount of locking in the kernel's memory...
2011-09-01 Brian AndersonAdd a benchmark for cross-task kernel memory region...
2011-09-01 Marijn HaverbekeRemove misleading outdated comment in alias.rs
2011-09-01 Marijn HaverbekeBack out copy-glue
2011-09-01 Brian AndersonRemove the last use of istr::to_estr from rustc. Issue...
2011-09-01 Brian AndersonConvert rust_file_is_dir from estrs to cstrs. Issue...
2011-09-01 Brian AndersonCheck error code in rust_file_is_dir. Prevent compariso...
2011-09-01 Tim ChevalierTest for #876
2011-09-01 Brian AndersonRegister new snapshots
2011-09-01 Brian AndersonRemove a few more istr conversions. Issue #855
2011-09-01 Brian AndersonAllow istrs as patterns. Issue #855
2011-09-01 Brian AndersonRemove some uses of str_buf builtin. Issue #855
2011-09-01 Brian AndersonConvert main functions to istrs. Issue #855
2011-09-01 Brian AndersonRemove various istr conversions. Issue #855
2011-09-01 Brian AndersonConsolidate std::str tests into stdtest::str
2011-09-01 Brian AndersonRemove a bunch of string builtins. Issue #855
2011-09-01 Brian AndersonDelete parts of std::str that are no longer exported...
2011-09-01 Brian AndersonRemove last users of str::sbuf. Issue #855
2011-09-01 Brian AndersonRemove more functions from std::str. Issue #855
2011-09-01 Brian AndersonConvert std::test to istrs. Issue #855
2011-09-01 Brian AndersonRemove the estr #fmt. Issue #855
2011-09-01 Brian AndersonConvert fs::path_is_absolute internals to istrs. Issue...
2011-09-01 Patrick Waltonrt: Allow iteration over the dynastack
2011-09-01 Patrick Waltonrt: Make logging more resilient to null vector pointers...
2011-09-01 Patrick Waltonrt: Make debug string in rust_obstack slightly prettier
2011-09-01 Patrick Waltonrt: Zero out dynamic allocas for now
next