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-03-20
Work on fixing name mangling.
Graydon Hoare
-33
/
+47
2012-03-20
rustdoc: Refactor reexport_pass
Brian Anderson
-66
/
+50
2012-03-20
rustdoc: Document impl reexports
Brian Anderson
-0
/
+143
2012-03-20
rustdoc: Run the entire resolve pass
Brian Anderson
-14
/
+6
2012-03-20
Remove object file directly rather than running "rm". Close #1778 also.
Graydon Hoare
-1
/
+4
2012-03-20
Fail when there's an error starting a process. Close #1778.
Graydon Hoare
-3
/
+5
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-20
Minor io fixlet to account for racing against last_os_error.
Graydon Hoare
-1
/
+1
2012-03-20
rustc: Be more careful about spans in 'unexpected token' errors
Marijn Haverbeke
-9
/
+12
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-12
/
+12
2012-03-20
Fix caching bug in resolve, get rid of enumness kludge
Marijn Haverbeke
-106
/
+55
2012-03-20
Only make symbols external when they are actually externally accessible
Marijn Haverbeke
-25
/
+33
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-21
/
+20
2012-03-19
rt: Remove an unused function
Brian Anderson
-11
/
+0
2012-03-19
rustc: Fix handling of the `self` region in method return types. Also stub so...
Patrick Walton
-3
/
+24
2012-03-19
rustc: Fix mutability checking when dereferencing a region-annotated pointer
Patrick Walton
-7
/
+1
2012-03-19
test: Remove pretty/issue-953. Doesn't typecheck
Brian Anderson
-5
/
+0
2012-03-19
core: Move unsafe conversions to str::unsafe
Brian Anderson
-45
/
+47
2012-03-19
core: Make converting from a C string unsafe
Brian Anderson
-5
/
+5
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-5
/
+39
2012-03-19
rustc: Stop generating the flag_none #fmt flag. Issue #1993
Brian Anderson
-13
/
+1
2012-03-19
core: Remove a FIXME. Closes #1992
Brian Anderson
-1
/
+0
2012-03-19
core: Remove a FIXME. Closes #2002
Brian Anderson
-3
/
+0
2012-03-19
Properly check kinds when instantiating types
Marijn Haverbeke
-21
/
+41
2012-03-18
rustdoc: Print type params in fn sigs. Closes #2021
Brian Anderson
-18
/
+29
2012-03-18
rt: Remove rust_task_thread::dead_tasks
Brian Anderson
-20
/
+10
2012-03-18
rt: Remove rust_task_thread::newborn_tasks
Brian Anderson
-11
/
+10
2012-03-18
rt: Convert rust_task_list to a typedef
Brian Anderson
-47
/
+2
2012-03-18
rt: Don't store the name of the task state in rust_task_list
Brian Anderson
-17
/
+32
2012-03-18
rt: Use an enum to represent the task state
Brian Anderson
-32
/
+58
2012-03-18
core: Rename vec::*_from to _between to match str mod
Brian Anderson
-86
/
+86
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-12
/
+13
2012-03-18
Merge pull request #2025 from damag/master
Brian Anderson
-1
/
+1
2012-03-18
rt: Remove lock_held_by_current_thread
Brian Anderson
-75
/
+0
2012-03-18
core: Add vec::unshift
Brian Anderson
-0
/
+12
2012-03-18
core: Don't require a copyable T for vec::push
Brian Anderson
-1
/
+1
2012-03-18
core: Improve the docs and signature of vec::iter2
Brian Anderson
-4
/
+12
2012-03-18
core: vec::filter_map doesn't require a copyable T
Brian Anderson
-1
/
+1
2012-03-18
rustc: Fix typo in error message
Damien Grassart
-1
/
+1
2012-03-17
rt: Remove the recursive lock from rust_task_thread
Brian Anderson
-7
/
+1
2012-03-17
core: Don't copy elements in filter_map
Brian Anderson
-2
/
+2
2012-03-17
rt: Ports don't need to ref their tasks
Brian Anderson
-3
/
+0
2012-03-17
rt: Remove some bogus pthread settings from rust_task_thread
Brian Anderson
-9
/
+0
2012-03-17
compiletest: Remove FIXME. Closes #1984
Brian Anderson
-3
/
+0
2012-03-17
core: Fix signature of call_with_retptr. Closes #1987
Brian Anderson
-2
/
+1
2012-03-17
Register snapshots
Brian Anderson
-0
/
+8
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-24
/
+8
2012-03-16
Fix encoding of class ctors
Tim Chevalier
-22
/
+22
2012-03-16
Don't break -g in the presence of monomorphization.
Josh Matthews
-0
/
+1
2012-03-16
rustc: Unify impl self types in the opposite order so variance is correct
Brian Anderson
-4
/
+16
[prev]
[next]