]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-10-10 Marijn HaverbekeMake free glue take a pointer to the heap part (box)
2011-10-09 Brian AndersonRevert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
2011-10-09 Brian AndersonRegister snapshots
2011-10-09 Brian AndersonRevert "Stop using (DY)LD_LIBRARY_PATH on Unix"
2011-10-09 Marijn HaverbekeFix bad float-type detection in trans
2011-10-07 Brian AndersonFix make clean on windows
2011-10-07 Brian AndersonMake windows package uninstallable
2011-10-07 Brian AndersonMake windows packaging work again
2011-10-07 Marijn HaverbekeFix up test for last commit
2011-10-07 Marijn HaverbekeMake 1-1 parse again
2011-10-07 Marijn HaverbekeStop registering cleanups for types that don't need...
2011-10-07 Marijn HaverbekeMake it possible to have locals that don't live on...
2011-10-07 Marijn HaverbekeAdd tests for programs that are invalid by arg-passing...
2011-10-07 Marijn HaverbekeForbid passing dynamically-sized types by value
2011-10-07 Marijn HaverbekeActually pass parameters specified as by-val by value
2011-10-07 Marijn HaverbekeAdd pass-by-ref annotation to the tests to make them...
2011-10-07 Marijn HaverbekeGive up on providing a by-value version of map, convert...
2011-10-07 Marijn HaverbekeParse and typecheck by-value and by-ref arg specs
2011-10-07 Brian AndersonBring make distcheck up to date
2011-10-06 Brian AndersonHopefully make test_prefix_rpath_abs work on win32
2011-10-06 Brian AndersonMac uses @executable_path instead of $ORIGIN
2011-10-06 Brian AndersonAlways use an absolute path for the backup install...
2011-10-06 Brian AndersonAdd std::str::contains
2011-10-06 Brian AndersonStop using (DY)LD_LIBRARY_PATH on Unix
2011-10-06 Brian AndersonRegister snapshots
2011-10-06 Brian AndersonMac doesn't seem to support rpath $ORIGIN
2011-10-06 Brian AndersonConfigure out rpath tests when not testing
2011-10-06 Brian AndersonRemove an unnecessary linking flag. Add comments about...
2011-10-06 Brian Andersonrpathing is based on the target, not host OS
2011-10-06 Brian AndersonMake rpath work on mac
2011-10-06 Marijn HaverbekeRevert "rustc: Add a workaround for a segfault with...
2011-10-06 Marijn HaverbekeRegister new snapshot
2011-10-06 Marijn HaverbekeIgnore && and + before argument names.
2011-10-06 Marijn HaverbekeFix problem with polymorphic return value being instant...
2011-10-06 Brian AndersonRegister snapshots
2011-10-05 Patrick Waltonrt: Make C stack switching Valgrind-clean by warning...
2011-10-05 Patrick Waltonstdlib: Add a void type
2011-10-05 Brian AndersonAdd more valgrind suppressions for __libc_freeres
2011-10-05 Brian Andersonrpath all the things!
2011-10-05 Brian AndersonAdd a FIXME about test exports to rustc::back::rpath
2011-10-05 Brian Andersonrpath the path to the runtime
2011-10-05 Brian AndersonFix some remaining rpath bugs
2011-10-05 Brian AndersonFix some path handling in std::fs on win32
2011-10-05 Brian AndersonFigure out the relative path from output to each crate
2011-10-05 Brian AndersonBegin work on rpath
2011-10-05 Brian AndersonRun tests with LD_LIBRARY_PATH set to the target libs...
2011-10-05 Brian AndersonAdd Niko Matsakis to AUTHORS.txt
2011-10-05 Niko Matsakisremove pthread_exit() from rust_start()
2011-10-05 Patrick Waltonrustc: Add a workaround for a segfault with --time...
2011-10-05 Brian AndersonDon't run stage0 compiler under valgrind
2011-10-05 Marijn HaverbekeTie up the last ends in destination-passing-conversion
2011-10-05 Marijn HaverbekeMake trans_lval lval-only
2011-10-05 Marijn HaverbekeAdd trans_temp_expr for what used to be trans_expr...
2011-10-05 Marijn HaverbekeLose the by_ref destination style
2011-10-05 Marijn HaverbekeRevert "Revert "Reorganize translation of expr_field""
2011-10-05 Marijn HaverbekeRevert "Revert "Get rid of 'overwrite' destination...
2011-10-05 Marijn HaverbekeRevert "Revert "Move trans_call to destination_passing...
2011-10-05 Brian AndersonUse std::os::get_exe_path to determine sysroot
2011-10-05 Brian AndersonUse util::filesearch to locate intrinsics.bc and main.o
2011-10-05 Brian AndersonMove the library search into util::filesearch
2011-10-05 Brian AndersonFix some comment drift
2011-10-05 Brian AndersonRemove some redundancy in metadata::creader
2011-10-05 Brian AndersonEncapsulate current sysroot and lib path handling into...
2011-10-05 Brian AndersonAdd std::os::get_exe_path
2011-10-05 Brian AndersonAdd std::ctypes
2011-10-05 Brian AndersonHide unused variable warnings in stdtest::treemap
2011-10-05 Brian AndersonAdd std::fs::normalize
2011-10-05 Brian AndersonAdd std::fs::split
2011-10-05 Patrick WaltonRevert "stdlib: Migrate rust_file_is_dir() over to...
2011-10-05 Patrick Waltonstdlib: Migrate rust_file_is_dir() over to the C stack...
2011-10-05 Patrick Waltonrustc: Allow calling native functions on the C stack...
2011-10-05 Patrick WaltonRevert "Move trans_call to destination_passing style"
2011-10-05 Patrick WaltonRevert "Get rid of 'overwrite' destination kind"
2011-10-05 Patrick WaltonRevert "Reorganize translation of expr_field"
2011-10-04 Patrick Waltonrt: Switch the AIO stuff to the C stack
2011-10-04 Brian AndersonFix #1003 harder
2011-10-04 Brian AndersonFix a typo in tests.mk. Closes #1003
2011-10-04 Marijn HaverbekeReorganize translation of expr_field
2011-10-04 Marijn HaverbekeGet rid of 'overwrite' destination kind
2011-10-04 Marijn HaverbekeMove trans_call to destination_passing style
2011-10-04 Patrick Waltonrt: Switch the libuv bindings over to not using explici...
2011-10-04 Patrick Waltonrt: Fix comment typo in rust_uv.cpp
2011-10-04 Patrick Waltonrt: Make the builtins no longer take an explicit task...
2011-10-03 Brian AndersonXFAIL run-fail/linked-failure4. Deadlocks on mac
2011-10-03 Patrick Waltonrustc: Implement C stack stdcall
2011-10-03 Brian AndersonCleanup mk/tests.mk
2011-10-03 Brian AndersonMove compiletest to src/ and cleanup build rules
2011-10-02 Brian AndersonAdd Haitao Li to AUTHORS.txt
2011-10-02 Haitao Lirustc: Fix link error on Ubuntu Oneiric. Issue #903
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-10-01 Brian AndersonHave 'make install' do something close to useful
2011-10-01 Patrick Waltonrustc: Call LLVM on the C stack
2011-10-01 Patrick Waltonrt: Omit leading underscore on symbol names on Linux
2011-10-01 Patrick Waltonrustc: Stub a --stack-growth option; it's behind a...
2011-10-01 Brian AndersonRegister new snapshots
2011-10-01 Brian AndersonChange the directory for target libs
2011-09-30 Brian AndersonRefix the snapshot rules
2011-09-30 Brian AndersonRefix the fuzzer make rule
2011-09-30 Brian AndersonMake config of static stdlib more consistent with rest...
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
next