]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-07-11 Jesse RudermanAdd uint::min
2011-07-11 Jesse RudermanAdd a missing case so nbody.rs can pp
2011-07-11 Jesse RudermanExport noop_fold_expr so the fuzzer can use it
2011-07-11 Jesse Rudermanfuzzer.rs is now a pseudo-fuzzer that takes an AST...
2011-07-11 Jesse RudermanType-parameterize ivec_fuzz
2011-07-11 Jesse RudermanRemove comments complaining about https://github.com...
2011-07-11 Jesse RudermanPieces of a fuzzer, WIP
2011-07-11 Brian AndersonMake #fmt work from inside std. Issue #175
2011-07-10 Brian AndersonUse more encapsulation for metadata::cstore
2011-07-10 Patrick Waltonstdlib: Remove FIXME that's more like a WONTFIX
2011-07-10 Patrick Waltonstdlib: Remove the cast from ioivec
2011-07-10 Patrick Waltonstdlib: Implement an interior-vector version of the...
2011-07-10 Patrick Waltonstdlib: Implement str::bytes_ivec() using pointers...
2011-07-10 Patrick Waltonstdlib: Add missing unsafe.rs. Puts out burning tinderbox.
2011-07-10 Patrick Waltonrt: Remove the now-unused upcall_ivec_resize and upcall...
2011-07-10 Patrick Waltonstdlib: Add unsafe to the std.rc, now that it actually...
2011-07-10 Patrick Waltonrt: Remove the _2 prefix from intrinsics; all rust...
2011-07-10 Patrick Waltonsnap: Register new snapshots
2011-07-10 Patrick Waltonrustc: Make rust-intrinsics take an explicit return...
2011-07-10 Patrick Waltonstdlib: Implement casts. The horror.
2011-07-10 Brian AndersonGenerate code to load a crate's tests into the std...
2011-07-09 Brian AndersonBegin adding some test runner types to std. Issue #428
2011-07-09 Brian AndersonCollect functions that look like unit tests. Issue...
2011-07-09 Brian AndersonTrack the path as we fold over the AST looking for...
2011-07-09 Brian AndersonAdd sha1 and int tests to stdtest. Issue #428
2011-07-09 Brian AndersonBegin running the test for int::pow
2011-07-09 Tim ChevalierTests for constraint propagation
2011-07-09 Tim ChevalierPropagate constraints through copy, move, and swap
2011-07-09 Tim ChevalierMinor refactoring
2011-07-09 Tim ChevalierAlias-ify some prettyprinting functions
2011-07-09 Tim ChevalierImprove impossible-case handling in ty::get_element_type
2011-07-09 Patrick Waltonstdlib: Implement str::unsafe_from_bytes_ivec()
2011-07-09 Patrick Waltonstdlib: Add an offset function for simple pointer arith...
2011-07-09 Brian AndersonImprove the error message for import glob collisions...
2011-07-09 Brian AndersonAdd test case for issue #333. Closes #333
2011-07-09 Patrick Waltonrustc: Use interior vectors for the union-find in rustc
2011-07-08 Patrick Waltonsnap: Register new snapshots
2011-07-08 Patrick Waltonrustc: Move maps over to interior vectors
2011-07-08 Patrick Waltonrustc: Fix a level-of-indirection problem by using...
2011-07-08 Brian AndersonDecode types across multiple crates. Closes #632
2011-07-08 Lindsey KuperNicer pretty-printing for anon objs. Closes #499.
2011-07-08 Brian AndersonRecursively load dependencies of external crates. Issue...
2011-07-08 Brian AndersonRefactor load_library_crate and resolve_crate
2011-07-08 Brian AndersonAdd a map from external cnums to local cnums in cstore...
2011-07-08 Brian AndersonExtract resolve_crate from creader::visit_view_item
2011-07-08 Eric HolkAdding more support for working with u64s.
2011-07-08 Rafael Ávila... Try to use static crate if we cannot find the dynamic...
2011-07-08 Rafael Ávila... Add just enough logic to the driver so that we can...
2011-07-08 Patrick Waltonstdlib: Add an interior vector version of union-find...
2011-07-08 Eric HolkAdded an environment variable to override the minimum...
2011-07-08 Brian AndersonFix newlines when outputting crate attributes with...
2011-07-08 Brian AndersonEncode/decode a crate's externel dependencies. Issue...
2011-07-08 Patrick Waltonrustc: Do dynamic size calculations properly when conca...
2011-07-08 Brian AndersonDon't export tyencode from the metadata module
2011-07-08 Brian AndersonCleanup decoding and crate searching
2011-07-08 Brian AndersonMake the interface to metadata::csearch more consistent
2011-07-08 Brian AndersonRemove unused functions from metadata::csearch
2011-07-08 Brian AndersonExtract various dependencies from metadata::decoder...
2011-07-08 Brian AndersonBegin splitting metadata::decoder into decoding and...
2011-07-08 Brian AndersonReplace various ints with ast::crate_nums
2011-07-08 Brian AndersonMove external crate/lib resolution to its own pass
2011-07-08 Brian AndersonMove crate_map from resolve to cstore
2011-07-08 Brian AndersonRemove non-existant export from metadata::decoder
2011-07-08 Brian AndersonComment creader
2011-07-08 Brian AndersonComment cstore
2011-07-08 Brian AndersonMove used_link_args from session to cstore
2011-07-08 Brian AndersonMove used_libraries from session to cstore
2011-07-08 Brian AndersonMove used_crate_files from session to cstore
2011-07-08 Brian AndersonReplace the crate cache in session with the one in...
2011-07-08 Brian AndersonIntroduce metadata::cstore
2011-07-08 Marijn HaverbekeIgnore current scope when resolving self-shadowing...
2011-07-08 Marijn HaverbekeDon't unbox types in ty::is_binopable, do it on typeck...
2011-07-08 Marijn HaverbekeRemove useless return value in typeck::check_decl_local
2011-07-08 Marijn HaverbekeAuto-bind generic functions when their value is taken...
2011-07-08 Marijn HaverbekeAvoid superfluous take/drop for temp values passes...
2011-07-08 Marijn HaverbekeMake for-each bodies close over their parent's iterbody
2011-07-08 Patrick Waltonrustc: Check iter return types. Closes #638.
2011-07-08 Patrick Waltonrustc: Fix long line
2011-07-08 Patrick Waltonrustc: Make trans use interior vectors
2011-07-08 Patrick Waltonrustc: Remove all exterior vectors from the AST
2011-07-08 Eric HolkSome cleanup
2011-07-08 Eric HolkFixed two races.
2011-07-08 Eric HolkAdded a stress test mode to pfib.
2011-07-08 Eric HolkMade TRACK_ALLOCATIONS add only constant time overhead...
2011-07-08 Eric HolkTightened up the scoping for our various new operators...
2011-07-08 Eric HolkWork on debugging race conditions.
2011-07-08 Eric HolkRemoving the synchronized memory region from tasks.
2011-07-08 Eric HolkRemoving most of the locks in rust_upcall.cpp and elsew...
2011-07-08 Lindsey KuperUn-xfail a test.
2011-07-08 Lindsey KuperFix a bug that was interfering with method overriding...
2011-07-08 Brian AndersonAdd missing rules to 'make clean'
2011-07-08 Brian AndersonMake the rules for compiling rustc explicit
2011-07-08 Brian AndersonAdd missing rt/rustllvm rules for static libstd
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-07-07 Brian AndersonRegister new snapshots
2011-07-07 Brian AndersonAdd rt and rustllvm to the snapshot
2011-07-07 Brian AndersonRemove the llvm lib directory from LD_LIBRARY_PATH...
2011-07-07 Brian AndersonAlso copy rt and rustllvm to stage0 for now
2011-07-07 Erick Tryzelaarput librustrt and librustllvm in stageN dirs. Issue...
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
next