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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: Warn when int or uint is used in a native type decl
Haitao Li
-0
/
+38
2012-01-17
rustdoc: Improve formatting of return type
Brian Anderson
-3
/
+20
2012-01-17
rustdoc: Write a single line between brief and desc
Brian Anderson
-3
/
+10
2012-01-17
rustdoc: Extract various gen functions
Brian Anderson
-4
/
+32
2012-01-17
rustdoc: Extract boilerplate from gen tests
Brian Anderson
-25
/
+15
2012-01-17
rustdoc: Write blank lines after brief descriptions
Brian Anderson
-2
/
+23
2012-01-17
rustdoc: Remove some debug logging
Brian Anderson
-1
/
+0
2012-01-17
use 64-bit memset on 64-bit platforms. Fixes #1546. Fixes #843.
Niko Matsakis
-22
/
+12
2012-01-17
roll back commit 1c7a62
Niko Matsakis
-28
/
+16
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-3027
/
+2925
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-2068
/
+1990
2012-01-17
build: Start running libcore tests
Brian Anderson
-0
/
+7
2012-01-17
rustc: Allow std to be built as a test runner
Brian Anderson
-3
/
+16
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-3
/
+39
2012-01-17
rustdoc: Cleanup
Brian Anderson
-11
/
+6
2012-01-17
Rename some readmes and fix some dist logic.
Graydon Hoare
-0
/
+0
2012-01-17
rustdoc: Write a blank line after headers
Brian Anderson
-0
/
+11
2012-01-17
rustdoc: Convert markdown generation to a pass
Brian Anderson
-9
/
+33
2012-01-17
rustdoc: Remove iface. Causing random crashes in resolve?
Brian Anderson
-51
/
+52
2012-01-17
Update crates with correct crate_type attribute
Brian Anderson
-1
/
+7
2012-01-17
rustc: --test overrides the crate_type attribute
Brian Anderson
-13
/
+30
2012-01-17
dist: Add bin directory to system PATH in win32 installer
Brian Anderson
-0
/
+337
2012-01-17
Python!
Graydon Hoare
-1
/
+1
2012-01-17
Long line, grumble.
Graydon Hoare
-1
/
+2
2012-01-17
Merge pull request #1544 from kevina/issue-1393
Graydon Hoare
-5
/
+5
2012-01-17
Merge pull request #1554 from rtanglao/master
Graydon Hoare
-267
/
+165
2012-01-17
Merge pull request #1548 from grahame/fix-interrupted-downloads
Graydon Hoare
-1
/
+7
2012-01-17
Remove un-needed <
Roland Tanglao
-3
/
+3
2012-01-17
dist: Add the uninstaller to the win32 control panel
Brian Anderson
-0
/
+11
2012-01-17
libcore: Remove bogus FIXME from core::tuple
Brian Anderson
-1
/
+0
2012-01-17
dist: Make the win32 uninstaller work
Brian Anderson
-12
/
+8
2012-01-17
libstd => libcore
Lenny222
-3
/
+4
2012-01-17
spin-off rustdocs tuple code to libstd
Lenny222
-14
/
+34
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-13
/
+75
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-190
/
+405
2012-01-17
Fail slightly more gracefully when given an -o filename that doesn't have an ...
Tim Chevalier
-1
/
+4
2012-01-17
Prevent pretty-printer from trying to consume stdin twice
Marijn Haverbeke
-15
/
+15
2012-01-17
Try to fix pretty-printer failure
Marijn Haverbeke
-9
/
+8
2012-01-17
Fix --pretty normal, reorganize some code in driver.rs
Marijn Haverbeke
-48
/
+63
2012-01-17
don't leave files that will not checksum if download is interrupted
Grahame Bowland
-1
/
+7
2012-01-17
Use a memset upcall to zero things without static alignment
Marijn Haverbeke
-16
/
+28
2012-01-17
Add an std::md4 module
Marijn Haverbeke
-0
/
+111
2012-01-16
rustdoc: Write headers for modules
Brian Anderson
-0
/
+10
2012-01-16
rustdoc: Add a pass to prune undocumented items
Brian Anderson
-0
/
+71
2012-01-16
Forgot to add some spaces before backslashes
Roland Tanglao
-9
/
+9
2012-01-16
add spaces before newlines in rustdocs
Roland Tanglao
-40
/
+40
2012-01-16
rustdoc: Add gen::subsection for managing header levels
Brian Anderson
-4
/
+12
2012-01-16
rustdoc: Don't use by copy in fst/snd to work around segv
Brian Anderson
-3
/
+3
2012-01-16
rustdoc: Refactor header writing a bit
Brian Anderson
-7
/
+19
2012-01-16
rustc: Move some attribute accessors from rustdoc to rustc
Brian Anderson
-52
/
+55
[prev]
[next]