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
2013-01-29
Merge pull request #4676 from thestinger/fuzzy
Tim Chevalier
-3
/
+3
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-569
/
+502
2013-01-29
fix FuzzyEq
Daniel Micay
-3
/
+3
2013-01-29
Fix licenseck to allow 2012-2013 as the year range
Tim Chevalier
-3
/
+14
2013-01-29
testsuite: Xfail file that I added by mistake
Tim Chevalier
-0
/
+1
2013-01-29
Merge pull request #4664 from thestinger/fuzzy
Tim Chevalier
-12
/
+30
2013-01-29
implement fuzzy_eq with fuzzy_eq_eps
Daniel Micay
-4
/
+4
2013-01-29
libstd: De-export libstd. rs=deexport
Patrick Walton
-252
/
+230
2013-01-29
libcore: De-export libcore. rs=deexporting
Patrick Walton
-90
/
+73
2013-01-29
libsyntax: Implement the `impl Trait for Type` syntax
Patrick Walton
-6
/
+49
2013-01-29
Long line
Tim Chevalier
-2
/
+32
2013-01-29
Merge pull request #4668 from ILyoan/i2673
Tim Chevalier
-9
/
+19
2013-01-29
librustc: De-implicit-self the visitor. r=graydon
Patrick Walton
-199
/
+956
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-107
/
+424
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-837
/
+704
2013-01-29
Fix the len() method on LinearMap during popping
Alex Crichton
-1
/
+4
2013-01-29
fix #2673: avoid visiting the same crate twice
ILyoan
-9
/
+19
2013-01-28
testsuite: De-record most bench tests
Tim Chevalier
-62
/
+78
2013-01-28
testsuite: De-record pretty tests
Tim Chevalier
-4
/
+12
2013-01-28
testsuite: Remove structural records from remaining compile-fail tests
Tim Chevalier
-15
/
+14
2013-01-28
rustc: Check struct field types when heap memory lint checks are enabled
Tim Chevalier
-0
/
+12
2013-01-28
syntax: Don't add an extra space before the last comma...
Tim Chevalier
-1
/
+0
2013-01-28
testsuite: Allow structural records in two tests that use pipes
Tim Chevalier
-0
/
+6
2013-01-28
testsuite: Add #[allow(structural_records)] to pipes tests
Tim Chevalier
-0
/
+11
2013-01-28
compiletest: Allow legacy records
Tim Chevalier
-100
/
+103
2013-01-28
core: Allow legacy records in in a few modules
Tim Chevalier
-0
/
+10
2013-01-28
Add #[legacy_records] crate attribute
Tim Chevalier
-1
/
+10
2013-01-28
rustc: In lint, forbid structural records unless legacy_records is on
Tim Chevalier
-16
/
+18
2013-01-28
rustc: Add legacy_records field to the type context
Tim Chevalier
-1
/
+8
2013-01-28
Revert readline optimization and add test
Brian Anderson
-3
/
+11
2013-01-28
add a FuzzyEq method that accepts an epsilon value
Daniel Micay
-1
/
+20
2013-01-28
Revert "Revert "Merge pull request #4633 from thestinger/treemap""
Tim Chevalier
-19
/
+10
2013-01-28
update FuzzyEq to explicit self
Daniel Micay
-11
/
+10
2013-01-28
fix std::cmp docstring
Daniel Micay
-1
/
+1
2013-01-28
Tidy
Brian Anderson
-6
/
+9
2013-01-28
Slightly optimize read_line()
Michael Neumann
-3
/
+3
2013-01-28
Greatly improve performance for TcpSocketBuf.read
Michael Neumann
-35
/
+77
2013-01-28
Convert log(debug, ...) to debug!(...)
Michael Neumann
-69
/
+62
2013-01-28
Fix example code
Michael Neumann
-4
/
+4
2013-01-28
Merge remote-tracking branch 'thestinger/hashmap' into deriving
Brian Anderson
-51
/
+45
2013-01-28
Merge remote-tracking branch 'codeblack08/treemap-ord' into deriving
Brian Anderson
-4
/
+82
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-51
/
+45
2013-01-28
Change "// WARN" in tidy to "// NOTE" as requested by @catamorphism
Niko Matsakis
-2
/
+2
2013-01-28
Address @catamorphism's comments regarding docs
Niko Matsakis
-30
/
+50
2013-01-28
loan: Track whether or not the current path owns the data being
Niko Matsakis
-56
/
+128
2013-01-28
remove unused variable
Niko Matsakis
-1
/
+1
2013-01-28
remove hacks now that #3148 is fixed
Niko Matsakis
-45
/
+8
2013-01-28
Rewrite the coercion code to be more readable, more sound, and to reborrow when
Niko Matsakis
-302
/
+643
2013-01-28
rename assign to coerce, remove some bad copies
Niko Matsakis
-84
/
+78
2013-01-28
Refactor to make inference code around unification more readable
Niko Matsakis
-283
/
+335
[prev]
[next]