index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2011-03-25
Un-XFAIL task-comm-4, 5 & 6
Brian Anderson
-3
/
+0
2011-03-25
Ignore artifacts from in-tree builds
Brian Anderson
-0
/
+5
2011-03-25
make lexer unicode-aware for strings and char literals
Marijn Haverbeke
-8
/
+7
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-45
/
+287
2011-03-25
fix pretty-printer
Marijn Haverbeke
-6
/
+10
2011-03-25
Don't delete rust.texi on 'make clean'
Graydon Hoare
-1
/
+2
2011-03-25
Untabify Makefile entry.
Graydon Hoare
-1
/
+1
2011-03-25
Placate win32 build; no idea how it can be working currently on tinderbox.
Graydon Hoare
-4
/
+21
2011-03-25
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
-1
/
+219
2011-03-24
build: Generate an object file for stage0/libstd.dylib
Patrick Walton
-12
/
+24
2011-03-24
rustc: XFAIL use.rs too. Should put out burning tinderbox.
Patrick Walton
-0
/
+1
2011-03-24
Start hooking resolve into creater.
Graydon Hoare
-5
/
+38
2011-03-24
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...
Patrick Walton
-9
/
+53
2011-03-24
Remove obsolete Makefiles.
Graydon Hoare
-1006
/
+0
2011-03-24
build: Add -Wl,-whole-archive to the link flags. Should put out the burning t...
Patrick Walton
-4
/
+7
2011-03-24
build: Use "true" instead of /bin/true, since it's /usr/bin/true on Darwin
Patrick Walton
-1
/
+1
2011-03-24
Improve error message when the lexer sees a bad character
Tim Chevalier
-1
/
+2
2011-03-24
Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...
Patrick Walton
-0
/
+654
2011-03-24
Generate the platform-specific .def files at build time
Patrick Walton
-1976
/
+20
2011-03-24
Make symbol resolution failures log under rust_log::ERR flag as well.
Graydon Hoare
-3
/
+4
2011-03-24
Teach creader about reading ty_float, and trim trailing whitespace.
Graydon Hoare
-1
/
+2
2011-03-24
Add trailing semicolons to Linux .def files
Patrick Walton
-2
/
+2
2011-03-24
Add a Linux .def file. Might put out burning tinderbox.
Patrick Walton
-3
/
+663
2011-03-24
rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.
Patrick Walton
-8
/
+664
2011-03-24
XFAIL floating point tests in rustc to put out burning tinderbox
Patrick Walton
-1
/
+2
2011-03-24
rustc: Emit a better error message when a type is used where a value was expe...
Patrick Walton
-0
/
+5
2011-03-24
rustc: Don't try to export symbols for crazy architectures from rustllvm.dll....
Patrick Walton
-44
/
+0
2011-03-23
rustc: Switch over to using rustllvm.dll exclusively, ending the "Franken-LLV...
Patrick Walton
-13
/
+7
2011-03-23
build: Use the .def files when linking on Windows
Patrick Walton
-1
/
+6
2011-03-23
rustllvm: Update rustllvm.def. The old one was missing a lot.
Patrick Walton
-459
/
+620
2011-03-23
build: On newer MinGWs it seems that flexlink needs "-cclib -L/usr/lib". Add ...
Patrick Walton
-0
/
+4
2011-03-23
Revert "Change the type of the second argument of upcalls to be a %task*.", b...
Graydon Hoare
-13
/
+13
2011-03-23
More bandaids for win32.
Graydon Hoare
-13
/
+5
2011-03-23
Support for 'float' in type signatures.
Lindsey Kuper
-3
/
+25
2011-03-23
build: Fix minor typo in "cp" output
Patrick Walton
-1
/
+1
2011-03-23
rustc: Write out crate metadata
Patrick Walton
-6
/
+293
2011-03-23
Split too-long 'tidy' command-line up using xargs, for win32.
Graydon Hoare
-2
/
+3
2011-03-23
More miserable win32 configury fixes. Getting closer.
Graydon Hoare
-5
/
+19
2011-03-23
Silly typo.
Graydon Hoare
-2
/
+2
2011-03-23
Guard texi2pdf on tex probe as well. OSX package systems are real permissive.
Graydon Hoare
-1
/
+6
2011-03-23
Someday I'll have a talk with the person who thought backslashes were wise in...
Graydon Hoare
-8
/
+20
2011-03-23
Add layer of indirection to differentiate LD_LIBRARY_PATH vs. DYLD_LIBRARY_PATH.
Graydon Hoare
-2
/
+5
2011-03-23
Calculate git-derived versions correctly when out-of-tree.
Graydon Hoare
-4
/
+4
2011-03-23
Fix the float XFAILs in Makefile.in.
Graydon Hoare
-2
/
+2
2011-03-23
Pick up new XFAIL from Makefile.
Graydon Hoare
-0
/
+1
2011-03-23
Add doc rules to Makefile.in
Graydon Hoare
-2
/
+39
2011-03-22
stdlib: Provide a function to extract the underlying buf_writer from a writer
Patrick Walton
-0
/
+9
2011-03-22
Further support for floating-point. Literals with exponents work
Tim Chevalier
-25
/
+152
2011-03-22
stdlib: Add EBML writing functionality
Patrick Walton
-2
/
+67
2011-03-22
stdlib: Add a convenience method for opening paths as a FILE
Patrick Walton
-0
/
+10
[prev]
[next]