]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-11-16 Brian AndersonAdd Stefan Plantikow to AUTHORS.txt
2011-11-16 Stefan PlantikowFixed typo in constant value #1165
2011-11-16 Stefan PlantikowReplaced constant functions with actual constants in...
2011-11-16 Brian Andersonrustc: Don't sign extend uints during translation
2011-11-16 Brian AndersonMake run-pass/bitwise 64-bit compatible
2011-11-16 Brian AndersonSupport conditional compilation based on architecture
2011-11-15 Brian AndersonMake run-pass/native-fn-linkname's main take no args
2011-11-15 Haitao LiUse native fn's link name attribute if given
2011-11-15 Marijn HaverbekeUse libcrypto.so instead of libssl.so in the ffi part...
2011-11-15 Marijn HaverbekeFix some indentation and idioms in rope.rs
2011-11-15 Marijn HaverbekeFix handling of loops and conditionals in alias.rs
2011-11-15 Brian Andersonxfail-fast run-pass/native-dupe.rs
2011-11-15 Patrick WaltonRevert "rt: More work on morestack"
2011-11-15 Patrick Waltonrt: More work on morestack
2011-11-14 Brian Andersonstdlib: Run cleanups on data that fails to send
2011-11-14 Brian AndersonUn-xfail-win32 two tests that should actually work
2011-11-14 Haitao Lirustllvm: Add a GetOrInsertFunction wrapper
2011-11-14 Brian Andersonbuild: Fix 'make perf'. Closes #1151
2011-11-14 Brian Andersonrt: Add locking invariants to rust_port
2011-11-14 Brian Andersonrt: Perform task notification before killing the parent...
2011-11-13 Brian AndersonDrop enqueued elements when a port is destructed. Close...
2011-11-13 Brian AndersonMake various binops not typecheck for unsafe pointers...
2011-11-12 Brian AndersonAdd test for #783. Closes #783
2011-11-12 Brian AndersonRehabilitate run-fail/linked-failure4.rs
2011-11-12 Brian AndersonRehabilitate run-pass/task-killjoin.rs
2011-11-12 Brian Andersonrt: Make rust_port's ref counting non-atomic
2011-11-12 Brian AndersonRehabilitate run-pass/task-comm.rs
2011-11-12 Brian Andersonrt: Take the task lock when dropping port refcounts
2011-11-11 Brian AndersonFix run-fail/spawnfail
2011-11-11 Brian AndersonGive task-perf-word-count default behavior. Closes...
2011-11-11 Brian Andersonrt: Add locking invariants to rust_task
2011-11-11 Brian Andersonrt: Remove drop_port. Unused
2011-11-11 Brian Andersonrt: Remove rust_chan
2011-11-11 Haitao LiRemove unused "--check-unsafe" flag
2011-11-11 Elly Jonesstr: add escape()
2011-11-11 Haitao LiCleanup unused imports in tests
2011-11-11 Haitao LiCleanup unused imports
2011-11-11 Haitao Lirustc: Add support of warning on unused imports
2011-11-11 Brian Andersonrt: Remove rust_aio.cpp. Bitrotted.
2011-11-11 Brian Andersonstdlib: Remove sio and aio. Bitrotted.
2011-11-11 Brian Andersonrt: Move rust_chan::send to rust_port::send
2011-11-11 Brian Andersonrt: Remove rust_token. Unused
2011-11-11 Brian Andersonrt: Remove del_chan, take_chan, drop_chan. Unused
2011-11-11 Brian Andersonrt: Simplify channel-port association
2011-11-10 Brian Andersonrt: Remove new_chan. Not needed
2011-11-10 Brian Andersonrt: Remove chan_send. Unused.
2011-11-10 Brian Andersonstdlib: Update the example in std::comm
2011-11-10 Brian AndersonImprove make clean rules for libuv
2011-11-10 Josh MatthewsAdd float support to #fmt. Fix #1014.
2011-11-10 Niko Matsakisremove rustc target: it breaks mingw32 and I don't...
2011-11-10 Niko Matsakishack around the problem that x86_64 expects first few...
2011-11-10 Niko Matsakisuse uint64_t when adjusting stack ptr
2011-11-10 Niko Matsakisadd rustc to set of targets to build
2011-11-10 Brian AndersonRename "c-stack-stdcall" ABI to "stdcall"
2011-11-10 Brian AndersonRename "c-stack-cdecl" ABI to "cdecl"
2011-11-10 Brian AndersonRegister snapshots
2011-11-10 Brian AndersonAdd "cdecl" as synonym for "c-stack-cdecl"
2011-11-10 Brian AndersonAdd "stdcall" as synonym for "c-stack-stdcall"
2011-11-10 Brian Andersonrustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
2011-11-10 Brian Andersonrustc: Rename native_abi_c_stack_stdcall to native_abi_...
2011-11-10 Brian AndersonRemove native "x86stdcall" ABI
2011-11-10 Brian AndersonConvert last use of "x86stdcall" ABI to "c-stack-stdcall"
2011-11-10 Brian AndersonRegister snapshots
2011-11-09 Brian AndersonMake native "c-stack-stdcall" ABI work
2011-11-09 Joshua WiseAdd test with implemented bits of issue #570.
2011-11-09 Joshua Wisetrans: Add binops (except for logic and comparators...
2011-11-09 Joshua Wisemiddle: Add a pass to reject bad const expressions...
2011-11-09 Niko Matsakiscorrect stack alignment
2011-11-09 Niko Matsakiscleanup, removing comments and dead code
2011-11-09 Niko Matsakisfix bug in loading argument regs
2011-11-09 Niko Matsakiscorrect calling convention for x86_64
2011-11-09 Niko Matsakismake clean delete all .o files from rt directory
2011-11-09 Niko Matsakisfix alignment of xmm register storage
2011-11-09 Niko Matsakisrewrite so that memory allocations have 0 overhead...
2011-11-09 Niko MatsakisCorrect the arithmetic on 64-bit builds.
2011-11-09 Niko Matsakisfix handling of target-triples: use a comma to separate...
2011-11-09 Erick TryzelaarRe-add libuv as a submodule.
2011-11-09 Erick TryzelaarRemoving the baked in libuv.
2011-11-09 Brian AndersonRemove native "cdecl" ABI
2011-11-09 Brian AndersonClean up std::task
2011-11-08 Brian AndersonMake task_sleep an intrinsic.
2011-11-08 Brian Andersonrt: Remove task_yield builtin
2011-11-08 Brian Andersonstart_task can run on the C stack
2011-11-08 Brian AndersonRemove all uses of native cdecl except for those that...
2011-11-08 Erick TryzelaarRevert "Removing the baked in libuv."
2011-11-08 Erick TryzelaarRevert "Reimporting libuv as a submodule."
2011-11-08 Erick TryzelaarReimporting libuv as a submodule.
2011-11-08 Erick TryzelaarRemoving the baked in libuv.
2011-11-08 Haitao LiUse ".ll" as default suffix of LLVM assembly file
2011-11-08 Brian AndersonRename rust_uv.cpp to rust_aio.cpp
2011-11-08 Brian AndersonUpgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01
2011-11-07 Brian AndersonFix long lines
2011-11-07 Elly Jonesjson: betterify for brson
2011-11-07 Elly Jonesstdlib: add json.
2011-11-07 Brian AndersonRemove native "llvm" ABI
2011-11-07 Brian AndersonRemove native "rust" ABI
2011-11-07 Brian AndersonClean up logging output. Closes #1088
2011-11-07 Brian AndersonDocument crate top-level and directory modules. Closes...
2011-11-07 Brian AndersonAdd test for if without else cannot return result
2011-11-07 Brian AndersonAdd tests for blocks that must not have results
next