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-02-24
rustdoc: Record paths to native functions
Brian Anderson
-1
/
+19
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-25
/
+24
2012-02-24
rustdoc: Extract doc nodes for native mods
Brian Anderson
-2
/
+45
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+36
2012-02-24
Revert "rt: Cut the red zone to 10K on mac"
Brian Anderson
-2
/
+2
2012-02-23
rustc: Don't add duplicate entries to exp_map
Brian Anderson
-2
/
+19
2012-02-23
rt: Cut the red zone to 10K on mac
Brian Anderson
-2
/
+2
2012-02-23
Support basic, unsophisticated, somewhat wrong export-globs.
Graydon Hoare
-52
/
+145
2012-02-23
Fix comment, add test that export glob works as import glob in scope.
Graydon Hoare
-1
/
+17
2012-02-23
Treat export-globs as import-globs for sake of linking.
Graydon Hoare
-3
/
+12
2012-02-23
Minor renaming to help my comprehension.
Graydon Hoare
-38
/
+44
2012-02-23
Revert "etc: Add helgrind suppression for lock_held_by_current_thread"
Brian Anderson
-7
/
+0
2012-02-23
rustdoc: Make reexports work in the crate module
Brian Anderson
-1
/
+32
2012-02-23
etc: Add helgrind suppression for lock_held_by_current_thread
Brian Anderson
-0
/
+7
2012-02-23
Make sure fold_ty preserves associated def_ids
Marijn Haverbeke
-0
/
+4
2012-02-23
Adjust fuzzer and cargo to changes in core::str API
Marijn Haverbeke
-4
/
+4
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-494
/
+353
2012-02-23
Optimize str::replace
Marijn Haverbeke
-40
/
+49
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-396
/
+270
2012-02-23
Make str::pop_char and str::unsafe::pop_byte efficient
Marijn Haverbeke
-14
/
+15
2012-02-23
(core::str) comments
Kevin Cantu
-11
/
+18
2012-02-23
(core::str) rename ++
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) rename substr_len_bytes to substr_len, and delete unused byte_ind...
Kevin Cantu
-26
/
+5
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-145
/
+135
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-64
/
+64
2012-02-23
(core::str) stop using index_chars
Kevin Cantu
-5
/
+3
2012-02-23
(core::str) replace byte_index[_from] with index[_from]
Kevin Cantu
-21
/
+23
2012-02-23
(core::str) do some replacements
Kevin Cantu
-8
/
+9
2012-02-23
(core::str) add index, index_from, rindex which return byte positions of char...
Kevin Cantu
-15
/
+76
2012-02-23
(core::str) add a safe byte slice and maybe_slice ++
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) add a safe byte slice and maybe_slice
Kevin Cantu
-0
/
+77
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-36
/
+37
2012-02-23
(core::str) rename rindex -> rindex_chars
Kevin Cantu
-11
/
+11
2012-02-23
(core::str) rename index -> index_chars
Kevin Cantu
-12
/
+10
2012-02-23
(core::str) make len an alias for len_bytes ++
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) make len an alias for len_bytes
Kevin Cantu
-4
/
+2
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-52
/
+54
2012-02-23
rt: Cut the red zone to 2K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Cut the red zone to 4K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Switch to the C stack in reset_stack_limit
Brian Anderson
-5
/
+24
2012-02-22
rt: Stop logging on the Rust stack. Closes #1478
Brian Anderson
-1
/
+9
2012-02-22
rustc: Don't ignore attributes inside empty mods. Closes #1655
Brian Anderson
-1
/
+18
2012-02-22
test: Add a test for #1696
Brian Anderson
-0
/
+8
2012-02-22
test: Add a test for #1697
Brian Anderson
-0
/
+7
2012-02-22
rustc: Allow any integral types on rhs of shift ops
Brian Anderson
-8
/
+156
2012-02-22
Improve error message for use of a non-pure-fn in a pred
Tim Chevalier
-4
/
+4
2012-02-22
Stop normalizing patterns
Marijn Haverbeke
-320
/
+285
2012-02-22
Fix uint/u64 confusion
Marijn Haverbeke
-1
/
+1
2012-02-22
Take move captures in account in mutability checker
Marijn Haverbeke
-0
/
+17
2012-02-22
Return a new type var instead of nil when failing to typecheck a field
Marijn Haverbeke
-3
/
+5
[prev]
[next]