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
Age
Commit message (
Expand
)
Author
Lines
2013-01-07
librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...
Patrick Walton
-52
/
+2
2013-01-07
librustc: Fold rt items into lang items. Shaves another 10% or so off hello w...
Patrick Walton
-147
/
+105
2013-01-07
librustc: Encode language items into a special lookup table. 9% improvement i...
Patrick Walton
-32
/
+134
2013-01-06
librustc: Refactor language items to have IDs. rs=refactor
Patrick Walton
-131
/
+178
2013-01-06
librustc: Convert some large structural records over to structs. rs=perf
Patrick Walton
-54
/
+81
2013-01-05
librustc: Remove some string allocations. rs=perf
Patrick Walton
-85
/
+97
2013-01-05
librustc: Fix unconditional ty_to_str call in ty.rs. Was heaviest path in all...
Patrick Walton
-5
/
+12
2013-01-05
rt: Stop zeroing out all allocations. Unobservable perf win. Closes #2682. rs...
Patrick Walton
-4
/
+2
2013-01-05
Add a test for nullary univariant enums.
Jed Davis
-0
/
+19
2013-01-05
Make consts of degenerate nullary enums not ICE.
Jed Davis
-2
/
+7
2013-01-05
Trivial cleanup: use enum_is_univariant; no functional change intended.
Jed Davis
-1
/
+1
2013-01-04
librustc: Stop generating first-class aggregates in visit glue, since they ki...
Patrick Walton
-2
/
+13
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-20
/
+20
2013-01-04
Make either::{partition, flip, to_result} take their arguments by-value
Tim Chevalier
-17
/
+13
2013-01-04
core: fix windows breakage, r=burningtree.
Graydon Hoare
-0
/
+5
2013-01-04
Add option::get_zero
Tim Chevalier
-0
/
+20
2013-01-03
clean up condition module:
Andrew Paseltiner
-50
/
+35
2013-01-03
Add xfailed test for #3707
Tim Chevalier
-0
/
+29
2013-01-03
Actually xfail this, unbreak build
Tim Chevalier
-0
/
+11
2013-01-03
Add test cases (one xfailed, one not)
Tim Chevalier
-0
/
+59
2013-01-03
Merge pull request #4336 from thestinger/python
Tim Chevalier
-1
/
+1
2013-01-03
Change "interface" to "trait" in rustdoc
Tim Chevalier
-2
/
+2
2013-01-03
fix sugarise-doc-comments.py shebang
Daniel Micay
-1
/
+1
2013-01-02
use newtype struct for devnull rather than type aliased record
Ted Horst
-3
/
+3
2013-01-02
really update mandelbrot to pipes
Ted Horst
-14
/
+9
2013-01-02
remove apparently-superfluous extra parens from types
Tim Chevalier
-2
/
+2
2013-01-02
std: Constify the bytes sent to Sha1::input
Peter Williams
-4
/
+4
2013-01-02
core: convert an XXX into a FIXME.
Erick Tryzelaar
-1
/
+1
2012-12-31
Merge pull request #4324 from steveklabnik/std_net
Brian Anderson
-1
/
+11
2013-01-01
Add some extra description for std::net
Steve Klabnik
-1
/
+11
2012-12-31
Merge pull request #4316 from ttaubert/issue-4277-linear-map-len
Brian Anderson
-0
/
+19
2012-12-30
rt: Remove dead code from schedule_task()
Chris Peterson
-6
/
+3
2012-12-30
Merge pull request #4312 from Dretch/issue-2914
Tim Chevalier
-48
/
+35
2012-12-30
reset LinearMap.size when expanding buckets
Tim Taubert
-0
/
+19
2012-12-29
libstd: Comment out mysteriously failing net-url test. rs=busted
Patrick Walton
-2
/
+3
2012-12-29
librustdoc: More text fixes. rs=busted
Patrick Walton
-0
/
+6
2012-12-29
librustdoc: Fix typo. rs=busted
Patrick Walton
-1
/
+1
2012-12-29
librustdoc: Fix a bunch of rustdoc tests. rs=bustage
Patrick Walton
-0
/
+113
2012-12-29
Simplify idents_to_str and use it in more places.
gareth
-46
/
+10
2012-12-29
Fix the build by removing trailing whitespace.
gareth
-3
/
+3
2012-12-29
When an import fails to resolve, make the error message say
gareth
-2
/
+25
2012-12-28
test: Fix benchmarks. rs=rustbot
Patrick Walton
-52
/
+47
2012-12-28
test: Fix a bunch of compile-fail tests. rs=bustage
Patrick Walton
-18
/
+17
2012-12-28
test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustage
Patrick Walton
-1
/
+1
2012-12-28
test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=fire
Patrick Walton
-1
/
+1
2012-12-28
test: Fix a couple more tests. rs=bustage
Patrick Walton
-8
/
+5
2012-12-28
test: Fix test/run-pass/pipe-pingpong-proto. rs=bustage
Patrick Walton
-2
/
+2
2012-12-28
test: Fix test/run-pass/pipe-pingpong-bounded. rs=bustage
Patrick Walton
-19
/
+22
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-160
/
+135
2012-12-28
doc: Rename mention of insert_or_update_with_key
Ben Alpert
-1
/
+1
[prev]
[next]