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
/
libextra
/
terminfo
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
auto merge of #7487 : huonw/rust/vec-kill, r=cmr
bors
-4
/
+5
2013-06-30
Specialize to_str_common for floats/integers in strconv
Alex Crichton
-5
/
+11
2013-06-30
Remove vec::[r]position_between, replaced by slices & iterators.
Huon Wilson
-4
/
+5
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-15
/
+12
2013-06-28
librustc: Fix merge fallout and test cases.
Patrick Walton
-1
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-06-18
Support printf formats in terminfo strings
Kevin Ballard
-31
/
+243
2013-06-16
auto merge of #7160 : kballard/rust/terminfo-parm-i-fix, r=thestinger
bors
-3
/
+14
2013-06-16
remove unused imports
Huon Wilson
-1
/
+0
2013-06-15
Fix terminfo::param %i op
Kevin Ballard
-3
/
+14
2013-06-15
auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger
bors
-93
/
+316
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-2
/
+0
2013-06-14
Fix line lengths in terminfo
Kevin Ballard
-5
/
+10
2013-06-14
Implement terminfo param conditionals
Kevin Ballard
-18
/
+129
2013-06-14
Fix a bunch of failure cases in terminfo
Kevin Ballard
-84
/
+161
2013-06-14
Don't require &mut [Param] with terminfo::parm::expand()
Kevin Ballard
-7
/
+11
2013-06-14
Tweak terminfo::parm::expand function signature
Kevin Ballard
-12
/
+23
2013-06-14
Tweak new terminfo logical operator support
Kevin Ballard
-27
/
+12
2013-06-14
Various terminfo parameterization changes
Corey Richardson
-4
/
+34
2013-06-12
std: convert str::replace to a method.
Huon Wilson
-1
/
+1
2013-06-12
std: remove substr & str::count_*, methodise char_len, implement slice_chars.
Huon Wilson
-3
/
+3
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+5
2013-06-10
terminfo: Support more terminfo directory structures
Kevin Ballard
-2
/
+13
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-6
/
+5
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+3
2013-06-03
Ignore tests that cannot pass on buildbot
Corey Richardson
-0
/
+3
2013-06-01
test fixes
Corey Richardson
-2
/
+2
2013-05-31
Fix formatting for tidy
Corey Richardson
-6
/
+18
2013-05-31
extra::term: better error handling and win32 compat
Corey Richardson
-27
/
+45
2013-05-31
extra::term overhaul
Corey Richardson
-0
/
+626