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-11-24
rustc: Accepts `path` attributes for crate directives
Haitao Li
-1
/
+3
2011-11-24
rustc: Fix position of diagnostic highlight lines
Haitao Li
-1
/
+1
2011-11-23
Add some changes that *should* have been in e98286b594
Marijn Haverbeke
-4
/
+5
2011-11-23
doc: Build keywords multitable automatically
Haitao Li
-68
/
+130
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-82
/
+113
2011-11-23
Make type_kind properly recognize ty_ptr as sendable
Marijn Haverbeke
-3
/
+3
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-370
/
+50
2011-11-23
Remove deep scope traversal in revoke_clean
Marijn Haverbeke
-8
/
+2
2011-11-23
Remove last traces of auth keyword
Marijn Haverbeke
-43
/
+1
2011-11-22
rt: Make __morestack build on win32
Brian Anderson
-1
/
+6
2011-11-22
rt: Add x86_64 record_sp stub
Brian Anderson
-0
/
+12
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-31
/
+112
2011-11-22
stdlib: Use c_ints instead of ints for natives
Brian Anderson
-9
/
+9
2011-11-22
stdlib: Fix some busted macos libc decls
Brian Anderson
-6
/
+6
2011-11-22
stdlib: win32 fixes for dir handling
Brian Anderson
-6
/
+7
2011-11-22
Add fs::rmdir() and tempfile/gen_str() tests.
Elly Jones
-1
/
+53
2011-11-22
once more with feeling...
Elly Jones
-2
/
+1
2011-11-22
Use type inference!
Elly Jones
-1
/
+1
2011-11-22
Fix long lines
Elly Jones
-2
/
+5
2011-11-22
std: add fs::mkdir(), rng.gen_str(), tempfile::mkdtemp()
Elly Jones
-5
/
+78
2011-11-22
rustc: Allow trailing comma in record fields
Haitao Li
-30
/
+58
2011-11-22
Register snapshots
Brian Anderson
-0
/
+5
2011-11-22
comp: allowed the declaration of pure fn's in native mods
Stefan Plantikow
-0
/
+4
2011-11-22
Add hacks to extract and compile tutorial code
Marijn Haverbeke
-24
/
+119
2011-11-22
Properly check for copies when constructing a record using with
Marijn Haverbeke
-1
/
+29
2011-11-22
Make type_needs_drop accurate, get rid of type_has_pointers
Marijn Haverbeke
-47
/
+24
2011-11-22
Clarify escaped newlines in tutorial
Marijn Haverbeke
-1
/
+6
2011-11-22
Fix inconsistency in ordering of patterns during alt compilation
Marijn Haverbeke
-17
/
+12
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-231
/
+59
2011-11-22
Make ast::visit only descend into types when necessary
Marijn Haverbeke
-7
/
+15
2011-11-21
Fixed documentation comment glitches in the logic ADTs
Stefan Plantikow
-5
/
+5
2011-11-21
stdlib: added (2,3,4)-valued logic ADTs
Stefan Plantikow
-2
/
+848
2011-11-22
runtest.rs: Fix typo in error message
Haitao Li
-1
/
+1
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-128
/
+126
2011-11-21
Ignore test_log_functions test for now
Marijn Haverbeke
-0
/
+1
2011-11-21
Fix typo in tutorial
Marijn Haverbeke
-2
/
+2
2011-11-21
std: declared fns in math to be pure; requires calling libc via unsafe
Stefan Plantikow
-14
/
+14
2011-11-21
Added logarithm functions for floats to std::math
Stefan Plantikow
-0
/
+81
2011-11-21
Separate vec::map and vec::map_mut
Marijn Haverbeke
-1
/
+13
2011-11-21
Add explanation of kinds to tutorial
Marijn Haverbeke
-11
/
+42
2011-11-21
Close hole in safe-reference analysis
Marijn Haverbeke
-3
/
+15
2011-11-21
Add a pass that checks that blocks are only used in safe ways
Marijn Haverbeke
-6
/
+47
2011-11-21
Fix bad interaction between last-use finding and references
Marijn Haverbeke
-15
/
+32
2011-11-20
Added a little sudoku solver to test/bench for everone's puzzle solving needs
Stefan Plantikow
-0
/
+170
2011-11-19
.gitignore a bunch of artifacts of in-tree builds
Brian Anderson
-1
/
+6
2011-11-18
Added CFG_NOTIDY flag to the build
Stefan Plantikow
-17
/
+20
2011-11-18
re-enable tests for #1058 and #1059
Niko Matsakis
-5
/
+2
2011-11-18
add test for issue #1174
Niko Matsakis
-0
/
+16
2011-11-18
get pure wrappers approach running
Niko Matsakis
-106
/
+111
2011-11-18
sketch out design
Niko Matsakis
-54
/
+98
[prev]
[next]