]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-03-22 Graydon HoareAdd Lindsey to AUTHORS.
2011-03-22 Lindsey KuperSupport for shorter error messages that are aware of...
2011-03-22 Patrick WaltonRevert "Remove usages of case(_) { fail; } since the...
2011-03-22 Patrick Waltonlib: Add an EBML reader module
2011-03-22 Graydon HoareAdd Tim to AUTHORS.
2011-03-22 Tim ChevalierAdded test case for floats
2011-03-22 Brian AndersonAdd some nesting to the else-if test case
2011-03-22 Brian AndersonUpdate docs for if statements
2011-03-22 Brian AndersonRemove usages of case(_) { fail; } since the compiler...
2011-03-22 Brian AndersonAdd a cleanup to trans_send. Express further confusion...
2011-03-22 Brian AndersonAdd test for sending strings over channels
2011-03-22 Brian AndersonRemove a todo from trans_chan that doesn't appear necessary
2011-03-22 Brian AndersonAdd a regression test for channels of nil, which happen...
2011-03-22 Brian AndersonGeneralize send/recv to work for more types
2011-03-22 Brian AndersonUn-XFAIL task-comm-4, 5 & 6
2011-03-22 Brian AndersonFix trans_recv
2011-03-22 Brian AndersonImplement trans_send and a broken trans_recv
2011-03-22 Brian AndersonAdd codegen for ports and chans
2011-03-22 Graydon HoareRepair some fallout from pcwalton's last few build...
2011-03-22 Tim ChevalierMake floating-point operations work (neg, add, sub...
2011-03-22 Tim ChevalierStarted adding support for floating-point type, floatin...
2011-03-22 Patrick WaltonSupport CFG_LLVM_ROOT since CMake-built LLVM has no...
2011-03-22 Patrick WaltonAdd .def file support to the new build system (which...
2011-03-22 Patrick WaltonChange llvmext.dll to rustllvm.dll in the new build...
2011-03-22 Patrick WaltonAdd a suitable .def file for rustrt.dll on Windows
2011-03-22 Patrick WaltonAdd a "last" function to return the last element of...
2011-03-21 Patrick WaltonAdd a binding to ftell()
2011-03-21 Graydon HoareMinor distcheck fixes
2011-03-21 Graydon HoareFIx three $-typos in Makefile.in.
2011-03-21 Graydon HoareFix CFG_RUN* rules a bit harder. Can now do 'make check...
2011-03-21 Rafael Ávila... Every upcall needs a task pointer to find the C stack...
2011-03-21 Graydon HoareAdjust run rules to avoid early substitution. Testsuite...
2011-03-21 Graydon HoareInclude benchmark dirs in test build dirs.
2011-03-21 Graydon HoareStrip leading $(S)/src off built targets in test; s...
2011-03-21 Graydon HoareFix various pathnames.
2011-03-21 Graydon HoarePort tidy and remainder of pkg/dist rules.
2011-03-21 Graydon HoarePort testing variables.
2011-03-21 Rafael Ávila... Make the wrapper function of native functions private.
2011-03-21 Rafael Ávila... The T_taskptr is already included in the n_args, don...
2011-03-21 Patrick WaltonMerge branch 'ty-serialization'
2011-03-21 Patrick Waltonrustc: Remove uses of Unicode in type deserialization...
2011-03-21 Patrick Waltonbuild: Support spaces in CFG_LDPATH.
2011-03-21 Patrick Waltonrustc: Update type serialization and deserialization...
2011-03-21 Marijn Haverbekerustc: Merge in type serialization and deserialization
2011-03-21 Graydon HoareMore conservative rule for clean.
2011-03-21 Graydon HoareSplit R and T so that tests run under valgrind but...
2011-03-21 Graydon HoareFix misuse of $(S) before definition, to permit running...
2011-03-21 Patrick WaltonAdd some C99 and C++ compatibility headers for MSVC
2011-03-21 Rafael Ávila... Make lltaskptr a regular argument element in args in...
2011-03-21 Rafael Ávila... Move calls to PtrToInt out of trans_upcall2.
2011-03-21 Graydon Hoares/DSYMUTIL/CFG_DSYMUTIL/
2011-03-21 Graydon HoareAdd -lrt to stateN link commands.
2011-03-21 Graydon HoareModify native_item_fn to handle trailing linkage names...
2011-03-21 Graydon HoareSwitch win32 path_sep to '/', add comment explaining...
2011-03-21 Graydon HoareAdd slightly nicer failure message to io.rs when it...
2011-03-21 Graydon HoareFix multi-stage deps, add rules for stage1 and stage2...
2011-03-21 Graydon HoareDepend %.stage0.exe on %.stage0.o.
2011-03-21 Graydon HoareFix typo.
2011-03-20 Patrick Waltonrustc: Internalize glue. Cuts libstd size by 8% or so.
2011-03-20 Graydon HoareBegin porting rules for testsuite execution.
2011-03-20 Graydon HoareAdd build rules for stage1.
2011-03-20 Graydon HoareSet up dynamic library paths properly in builddir.
2011-03-20 Graydon HoareCorrect deps on stage0/glue.bc
2011-03-20 Graydon HoareSwitch path-munge from sed to perl.
2011-03-20 Graydon HoareFix indentation in tidy.
2011-03-20 Graydon HoareMinor clarification.
2011-03-20 Graydon HoareTruncate long lines in configure output.
2011-03-20 Graydon HoareSeparate scan for commands used during configure.
2011-03-20 Graydon HoareProbe for python, git, makeinfo and texi2pdf, but not...
2011-03-20 Graydon HoareProbe for llvm libdir as well.
2011-03-20 Patrick Waltonrustc: Only declare each native function once. std...
2011-03-19 Patrick Waltonrustc: Use the right block context to generate unary...
2011-03-19 Patrick Waltonrustc: Allow arguments to be captured as upvars. std...
2011-03-19 Patrick Waltonrustc: Do argument casts before loading aggregates...
2011-03-19 Patrick Waltonrustc: Implement int-to-native casts
2011-03-19 Patrick Waltonrustc: Make trans_path() generic-safe wrt nullary tags
2011-03-19 Patrick Waltonrustc: Make iter_structural_ty_full() generic-safe...
2011-03-19 Graydon HoareAdd support for building glue.o.
2011-03-19 Graydon HoareRun rustc stages using proper LD_LIBRARY_PATH.
2011-03-19 Graydon HoarePoint valgrind suppressions file to srcdir.
2011-03-19 Patrick Waltonrustc: Do pointer casts when casting native types
2011-03-19 Patrick Waltonrustc: Fix inference for auto slots (forgot to stage...
2011-03-19 Graydon HoareAdd rules for stage0/rustc to Makefile.in.
2011-03-19 Graydon HoareRemove redundant slashes in Makefile.in.
2011-03-19 Graydon HoareRename SUPPORT_INCS -> LLVM_INCS in Makefile.in.
2011-03-19 Patrick Waltonrustc: Fix inference for auto slots. Add a test case.
2011-03-18 Patrick Waltonrustc: Don't always build a constant multiply instructi...
2011-03-18 Patrick Waltonrustc: Move type_of() behind the check for dynamic...
2011-03-18 Patrick Waltonrustc: Create global variable constants during the...
2011-03-18 Graydon HoareGet llvmext building in new Makefile.in.
2011-03-18 Graydon HoareRemove some whitespace.
2011-03-18 Graydon HoareMake the llvmext dir in builddir from configure.
2011-03-18 Graydon HoareRename a couple CFG_LIB_NAME vars in Makefile.in
2011-03-18 Patrick Waltonrustc: Make iter_sequence() work with generic vectors
2011-03-18 Patrick Waltonrustc: Fix list.foldl() to pass its second argument...
2011-03-18 Patrick Waltonrustc: Box the tuples returned by hashmap.items() for...
2011-03-18 Patrick Waltonrustc: Get type params from the item when translating...
2011-03-18 Patrick WaltonFix bug in string comparison. std.rc typechecks now.
2011-03-18 Patrick WaltonAdd "mutable?" to _vec in the standard library; fix...
2011-03-18 Patrick WaltonAdd some mutable variants of vector functions to the...
next