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
/
libcore
/
extfmt.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-16
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
Register snapshots
Brian Anderson
-19
/
+0
2012-11-19
Merge pull request #4001 from jesse99/features/docs
Graydon Hoare
-1
/
+46
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+19
2012-11-18
Fixed lint problems
Jesse Jones
-10
/
+16
2012-11-18
Documented fmt! expression syntax.
Jesse Jones
-1
/
+40
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-8
/
+8
2012-11-03
Remove stage0 stuff that was awaiting snapshot
Tim Chevalier
-65
/
+0
2012-11-02
Fix #1996 (pending snapshot)
Tim Chevalier
-13
/
+76
2012-10-18
Rename str::to_unique to str::to_owned.
Erick Tryzelaar
-2
/
+2
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-7
/
+7
2012-10-04
Remove code that was waiting for a snapshot
Tim Chevalier
-196
/
+3
2012-10-04
De-export extfmt. Part of #3583.
Graydon Hoare
-69
/
+69
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-5
/
+5
2012-10-01
Call 'new' instead of 'old' extfmt code, preparing for snapshot
Tim Chevalier
-8
/
+11
2012-09-28
Demode extfmt
Tim Chevalier
-39
/
+44
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-36
/
+0
2012-09-21
Revert "core: De-export at_vec and extfmt"
Brian Anderson
-56
/
+52
2012-09-21
core: De-export at_vec and extfmt
Brian Anderson
-52
/
+56
2012-09-21
libcore: De-mode str
Patrick Walton
-8
/
+8
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+4
2012-09-20
core: Demode sys
Brian Anderson
-2
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+36
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-16
/
+16
2012-09-12
Remove some transitional code
Brian Anderson
-56
/
+52
2012-09-12
Use a different strategy for transitioning to camel case extfmt
Brian Anderson
-5
/
+2
2012-09-11
Convert core::extfmt to camel case
Brian Anderson
-73
/
+266
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-2
/
+2
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-12
/
+12
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-02
core: warn(non_camel_case_types) everywhere, with few exceptions
Brian Anderson
-0
/
+1
2012-09-02
core: deny(vecs_implicity_copyable)
Brian Anderson
-7
/
+7
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+18
2012-08-26
Camel case the option type
Brian Anderson
-17
/
+17
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-08
Fix number-peek code in fmt!, close #1610.
Graydon Hoare
-12
/
+19
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-12
/
+12
2012-08-05
Switch alts to use arrows
Brian Anderson
-32
/
+33
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-13
/
+13
2012-08-01
Convert ret to return
Brian Anderson
-30
/
+30
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-27
core: Make #fmt pure
Brian Anderson
-16
/
+16
2012-07-25
More purity to make it easier to borrow strings in format strings.
Eric Holk
-4
/
+4
2012-07-25
Allow logging slices
Eric Holk
-3
/
+11
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-46
/
+47
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
[next]