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
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Lines
2011-06-15
Re-enabled join.
Eric Holk
-2
/
+2
2011-06-15
Add xterm to the term lib's list of supported terms.
Michael Sullivan
-0
/
+1
2011-06-15
stdlib: Add color support for GNU screen
Brian Anderson
-2
/
+10
2011-06-15
stdlib: Add emacs variables to term.rs
Brian Anderson
-0
/
+9
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+65
2011-06-15
Fix unsafe uses of aliases in tail calls
Marijn Haverbeke
-18
/
+35
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-22
/
+22
2011-06-15
Attempt to put out windows tinderbox.
Graydon Hoare
-4
/
+4
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-2026
/
+1331
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-11
/
+12
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-2
/
+12
2011-06-11
stdlib: Remove a FIXME for issue #452
Brian Anderson
-3
/
+1
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-6
/
+17
2011-06-10
rustc: Remove the bitwise not operator
Patrick Walton
-8
/
+4
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-3
/
+11
2011-06-10
Fix all occurrences of writing to immutable aliases
Marijn Haverbeke
-3
/
+3
2011-06-09
Further support for predicate constraints
Tim Chevalier
-0
/
+15
2011-06-09
stdlib: Make union-find not create loops when unifying two already-unified sets
Patrick Walton
-1
/
+1
2011-06-09
Properly handle lifetime of aliases in nested blocks
Marijn Haverbeke
-1
/
+2
2011-06-09
Add vec::member
Marijn Haverbeke
-0
/
+7
2011-06-09
Some more workarounds to please the alias checker
Marijn Haverbeke
-19
/
+25
2011-06-08
Tidy up 'export meta' situation now that snapshot understands it.
Graydon Hoare
-4
/
+4
2011-06-07
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...
Patrick Walton
-4
/
+30
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-3
/
+19
2011-06-06
Begin tidying up name-mangling rules.
Graydon Hoare
-0
/
+6
2011-06-04
stdlib: Use spans for #fmt errors originating in std
Brian Anderson
-10
/
+12
2011-06-03
rustc: Add a "smallintmap" implementation
Patrick Walton
-0
/
+54
2011-06-02
Fix and un-xfail vec-append test
Marijn Haverbeke
-4
/
+6
2011-06-01
stdlib: Add some functions to getopts to deal with optional arguments more ea...
Patrick Walton
-0
/
+17
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+45
2011-05-31
stdlib: Remove unneeded type params from alt patterns
Brian Anderson
-55
/
+55
2011-05-27
Add list function 'has'.
Paul Stansifer
-0
/
+13
2011-05-27
Added filter_map.
Paul Stansifer
-4
/
+16
2011-05-26
Add a list append function, which I didn't end up using, but why not add it?
Tim Chevalier
-0
/
+14
2011-05-24
Add quick_sort3 function based on 'QuicksortIsOptimal.pdf' (see comments in f...
Kelly Wilson
-7
/
+82
2011-05-23
stdlib: Make the bound vector an alias in std::deque
Brian Anderson
-1
/
+3
2011-05-22
stdlib: Export match type from std::getopts
Brian Anderson
-0
/
+2
2011-05-22
stdlib: Use if/alt expressions in std::uint
Brian Anderson
-19
/
+19
2011-05-22
stdlib: Use if/alt expressions in std::str
Brian Anderson
-8
/
+8
2011-05-22
stdlib: Use if/alt expressions in std::option
Brian Anderson
-18
/
+16
2011-05-22
stdlib: Do tail calls in std::map. Remove FIXMEs
Brian Anderson
-3
/
+1
2011-05-22
stdlib: Use if/alt expressions in std::map
Brian Anderson
-10
/
+8
2011-05-22
stdlib: Remove unneeded fail statements from std::list. Remove FIXMEs
Brian Anderson
-3
/
+0
2011-05-22
stdlib: Do tail calls in std::list. Remove FIXMEs
Brian Anderson
-7
/
+2
2011-05-22
stdlib: Add list::from_vec
Brian Anderson
-0
/
+11
2011-05-22
stdlib: Reindent list.rs
Brian Anderson
-30
/
+30
2011-05-22
stdlib: Use if/alt expressions in std::io
Brian Anderson
-5
/
+5
2011-05-22
stdlib: Use if/alt expressions in std::int
Brian Anderson
-9
/
+9
2011-05-22
stdlib: Use initial caps for all error messages in std::getopts
Brian Anderson
-1
/
+1
2011-05-22
stdlib: Use if/alt expressions in std::getopts
Brian Anderson
-30
/
+33
[next]