]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-02-25 Jesse RudermanImprove the cycle-collector fuzzer
2012-02-25 Graydon HoareRegister new snapshots.
2012-02-25 Graydon HoareCorrect install.mk to use CFG_LIBDIR for correct instal...
2012-02-24 Brian Andersonrustdoc: Reexport native functions
2012-02-24 Brian Andersonrustdoc: Don't prune reexports
2012-02-24 Brian Andersonrustdoc: Fix some remaining bugs around native mods
2012-02-24 Brian Andersonrustdoc: Sort native mods
2012-02-24 Brian Andersonrustdoc: Write markdown for native mods and fns
2012-02-24 Brian Andersonrustdoc: Add types for native functions
2012-02-24 Brian Andersonrustdoc: Extract attribute docs from native stuffs
2012-02-24 Brian Andersonrustdoc: Record paths to native functions
2012-02-24 Brian Andersonrustdoc: Remove a pointer that's no longer needed
2012-02-24 Brian Andersonrustdoc: Extract doc nodes for native mods
2012-02-24 Brian Andersonrustdoc: Add doc node for native mods
2012-02-24 Brian AndersonRevert "rt: Cut the red zone to 10K on mac"
2012-02-24 Brian Andersonrustc: Don't add duplicate entries to exp_map
2012-02-24 Brian Andersonrt: Cut the red zone to 10K on mac
2012-02-24 Graydon HoareSupport basic, unsophisticated, somewhat wrong export...
2012-02-24 Graydon HoareFix comment, add test that export glob works as import...
2012-02-24 Graydon HoareTreat export-globs as import-globs for sake of linking.
2012-02-24 Graydon HoareMinor renaming to help my comprehension.
2012-02-24 Brian AndersonRevert "etc: Add helgrind suppression for lock_held_by_...
2012-02-24 Brian Andersonrustdoc: Make reexports work in the crate module
2012-02-24 Brian Andersonetc: Add helgrind suppression for lock_held_by_current_...
2012-02-23 Marijn HaverbekeMake sure fold_ty preserves associated def_ids
2012-02-23 Marijn HaverbekeAdjust fuzzer and cargo to changes in core::str API
2012-02-23 Marijn HaverbekeFinish cleanup of core::str
2012-02-23 Marijn HaverbekeOptimize str::replace
2012-02-23 Marijn HaverbekeVarious cleanups and optimizations in core::str
2012-02-23 Marijn HaverbekeMake str::pop_char and str::unsafe::pop_byte efficient
2012-02-23 Kevin Cantu(core::str) comments
2012-02-23 Kevin Cantu(core::str) rename ++
2012-02-23 Kevin Cantu(core::str) rename substr_len_bytes to substr_len,...
2012-02-23 Kevin Cantu(core::str) remove len_bytes alias
2012-02-23 Kevin Cantu(core::str) replace uses of unsafe::slice_bytes; replac...
2012-02-23 Kevin Cantu(core::str) stop using index_chars
2012-02-23 Kevin Cantu(core::str) replace byte_index[_from] with index[_from]
2012-02-23 Kevin Cantu(core::str) do some replacements
2012-02-23 Kevin Cantu(core::str) add index, index_from, rindex which return...
2012-02-23 Kevin Cantu(core::str) add a safe byte slice and maybe_slice ++
2012-02-23 Kevin Cantu(core::str) add a safe byte slice and maybe_slice
2012-02-23 Kevin Cantu(core::char) rename slice -> slice_chars
2012-02-23 Kevin Cantu(core::str) rename rindex -> rindex_chars
2012-02-23 Kevin Cantu(core::str) rename index -> index_chars
2012-02-23 Kevin Cantu(core::str) make len an alias for len_bytes ++
2012-02-23 Kevin Cantu(core::str) make len an alias for len_bytes
2012-02-23 Kevin Cantu(core::str) mostly rename len -> len_chars
2012-02-23 Brian Andersonrt: Cut the red zone to 2K on linux
2012-02-23 Brian Andersonrt: Cut the red zone to 4K on linux
2012-02-23 Brian Andersonrt: Switch to the C stack in reset_stack_limit
2012-02-23 Brian Andersonrt: Stop logging on the Rust stack. Closes #1478
2012-02-23 Brian Andersonrustc: Don't ignore attributes inside empty mods. Close...
2012-02-23 Brian Andersontest: Add a test for #1696
2012-02-23 Brian Andersontest: Add a test for #1697
2012-02-23 Brian Andersonrustc: Allow any integral types on rhs of shift ops
2012-02-22 Brian AndersonAdd Daniel Brooks to AUTHORS.txt
2012-02-22 Brian AndersonMerge pull request #1886 from db48x/3c95fa22daf157d8e2d...
2012-02-22 Tim ChevalierImprove error message for use of a non-pure-fn in a...
2012-02-22 Marijn HaverbekeStop normalizing patterns
2012-02-22 Marijn HaverbekeFix uint/u64 confusion
2012-02-22 Marijn HaverbekeTake move captures in account in mutability checker
2012-02-22 Marijn HaverbekeReturn a new type var instead of nil when failing to...
2012-02-22 Marijn HaverbekeMake the various from_str functions return options
2012-02-22 Marijn HaverbekeAdd core::to_str module
2012-02-22 Marijn HaverbekeRemove preconditions from libraries
2012-02-22 Marijn HaverbekeClean up small things in syntax submodules
2012-02-22 Brian Andersonrustdoc: Turn off parallel folding until I figure out...
2012-02-22 Brian Andersonrustdoc: Make it easy to switch between parallel and...
2012-02-22 Brian Andersonrustdoc: Convert most passes to parallel folds
2012-02-22 Brian Andersonrustdoc: Implement a parallel fold
2012-02-22 Brian Andersonrustdoc: Implement astsrv in a dedicated task
2012-02-22 Brian Andersonrustdoc: Convert the astsrv constructor to a higher...
2012-02-22 Brian Andersonrustdoc: Rename mk_srv_from_str/file to just from_str...
2012-02-21 Brian Andersonrustc: Generate crates with #ast
2012-02-21 Brian Andersoncore: Fix unused variable warning
2012-02-21 Brian Andersoncore: Fix to_str_exact for floats with no decimal component
2012-02-21 Brian Andersoncore: Add option::unwrap
2012-02-21 Marijn HaverbekeClean up unification code
2012-02-21 Marijn HaverbekeClean up some FIXMEs in middle:: modules
2012-02-21 Marijn HaverbekeMove trans::type_of code into its own file
2012-02-21 Marijn HaverbekeInclude @ in crate_ctxt and fn_ctxt type definitions
2012-02-21 Marijn HaverbekeRemove unused tydesc argument to upcall_shared_malloc
2012-02-21 Marijn HaverbekeMake the cleanup tag in resource types a u8
2012-02-21 Marijn HaverbekeRemove some checks and associated FIXMEs from trans...
2012-02-21 Marijn HaverbekeClean up a number of TODOs in the trans modules
2012-02-21 Brian Andersoncore: Resolve a FIXME in str module
2012-02-21 Daniel Brookspython might be in a path with spaces in it, you never...
2012-02-21 Brian Andersoncore: Remove a useless test from option mod
2012-02-21 Tim ChevalierMore work on typechecking classes
2012-02-21 Brian Andersoncore: New task API
2012-02-21 Tim ChevalierRe-XFAIL test that I accidentally
2012-02-21 Tim Chevalierfix whitespace again
2012-02-21 Tim ChevalierOops, my whitespace is showing
2012-02-21 Tim ChevalierFurther work on resolving and typechecking classes
2012-02-21 Brian Andersonrustdoc: Remove stray log
2012-02-21 Brian Andersonrustdoc: astsrv::exec should return sendable types
2012-02-21 Brian Andersonrustdoc: Document reexports
2012-02-20 Graydon HoareMerge pull request #1870 from tychosci/cargo-sysroot
2012-02-20 Tycho Scicargo: Install blobs to $sysroot/(bin|lib) on system...
2012-02-20 Tycho Scicargo: Use system-mode by default except "install"
next