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
2015-01-05
Allow selective macro import
Keegan McAllister
-8
/
+299
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-71
/
+53
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-236
/
+363
2015-01-05
creader: Load parts of plugin metadata on demand
Keegan McAllister
-82
/
+125
2015-01-06
Fix the obsolete message
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-211
/
+211
2015-01-06
Obsolete `Sized? T`
Nick Cameron
-3
/
+9
2015-01-06
Remove the prefix in ObsoleteSyntax variants
Nick Cameron
-34
/
+34
2015-01-05
Remove i suffix in docs
Steve Klabnik
-1294
/
+1392
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-49
/
+128
2015-01-05
remove more stage0 stuff
Jorge Aparicio
-21
/
+0
2015-01-05
unignore and fix doctests in guide and reference
Jorge Aparicio
-40
/
+42
2015-01-05
fix tests
Jorge Aparicio
-3
/
+3
2015-01-05
replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
Jorge Aparicio
-28
/
+28
2015-01-05
Correctly "detuple" arguments when creating trait object shims for a trait me...
Niko Matsakis
-2
/
+85
2015-01-05
Fix ICE caused by forgotten bcx
Niko Matsakis
-3
/
+1
2015-01-05
address Niko's comments
Jorge Aparicio
-2
/
+2
2015-01-05
ignore boxed closure doctests in the guide/reference
Jorge Aparicio
-16
/
+16
2015-01-05
fix benchmarks
Jorge Aparicio
-9
/
+14
2015-01-05
fix debuginfo tests
Jorge Aparicio
-20
/
+18
2015-01-05
fix pretty tests
Jorge Aparicio
-5
/
+5
2015-01-05
fix run-make test
Jorge Aparicio
-1
/
+1
2015-01-05
fix cfail tests
Jorge Aparicio
-612
/
+195
2015-01-05
fix rpass tests
Jorge Aparicio
-414
/
+212
2015-01-05
typeck: remove dead code
Jorge Aparicio
-23
/
+3
2015-01-05
trans: remove dead code
Jorge Aparicio
-116
/
+4
2015-01-05
rustc: remove dead code
Jorge Aparicio
-18
/
+0
2015-01-05
syntax: remove dead code
Jorge Aparicio
-2
/
+1
2015-01-05
typeck: there are only unboxed closures now
Jorge Aparicio
-112
/
+11
2015-01-05
syntax: make the closure type `f: |uint| -> bool` syntax obsolete
Jorge Aparicio
-16
/
+18
2015-01-05
trans: remove Closure
Jorge Aparicio
-12
/
+0
2015-01-05
remove mk_closure
Jorge Aparicio
-44
/
+3
2015-01-05
remove AdjustAddEnv
Jorge Aparicio
-74
/
+4
2015-01-05
remove TyClosure
Jorge Aparicio
-101
/
+3
2015-01-05
remove ty_closure
Jorge Aparicio
-409
/
+11
2015-01-05
coretest: remove/ignore tests
Jorge Aparicio
-38
/
+8
2015-01-05
compiletest: remove boxed closures
Jorge Aparicio
-9
/
+14
2015-01-05
driver: remove unboxed closures
Jorge Aparicio
-1
/
+1
2015-01-05
trans: remove remaining boxed closures
Jorge Aparicio
-37
/
+40
2015-01-05
typeck: remove remaining boxed closures
Jorge Aparicio
-13
/
+14
2015-01-05
rustc: remove remaining boxed closures
Jorge Aparicio
-1
/
+1
2015-01-05
EncodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-5
/
+4
2015-01-05
DecodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-12
/
+12
2015-01-05
conv_did: convert to "unboxed" closure
Jorge Aparicio
-127
/
+254
2015-01-05
syntax: remove remaining boxed closures
Jorge Aparicio
-33
/
+29
2015-01-05
std: remove remaining boxed closures
Jorge Aparicio
-12
/
+15
2015-01-05
register snapshot
Jorge Aparicio
-193
/
+9
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-53
/
+68
2015-01-05
Stabilize collection modules
Aaron Turon
-1
/
+12
2015-01-05
Final alpha stabilization of std::slice
Aaron Turon
-6
/
+12
[prev]
[next]