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-31
Deprecate SyntaxExtension::Modifier
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate SyntaxExtension::Decorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Add MultiDecorator variant to SyntaxExtension enum
Adolfo Ochagavía
-1
/
+27
2015-01-31
Add MultiItemDecorator
Adolfo Ochagavía
-0
/
+23
2015-01-31
Deprecate ItemDecorator in favor of MultiItemDecorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate ItemModifier in favor of MultiItemModifier
Adolfo Ochagavía
-0
/
+3
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-4
/
+4
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-480
/
+644
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-239
/
+220
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-1991
/
+1991
2015-01-30
rollup merge of #21528: tshepang/simpler-replace-example
Alex Crichton
-5
/
+2
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-349
/
+379
2015-01-30
rollup merge of #21760: brson/snaps
Alex Crichton
-62
/
+9
2015-01-30
rollup merge of #21783: lukesteensen/patch-1
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21780: steveklabnik/no_as_slice
Alex Crichton
-29
/
+9
2015-01-30
rollup merge of #21765: P1start/non-ascii-style-lints
Alex Crichton
-52
/
+90
2015-01-30
rollup merge of #21762: brson/users
Alex Crichton
-3
/
+5
2015-01-30
rollup merge of #21753: dzamlo/master
Alex Crichton
-2
/
+2
2015-01-30
rollup merge of #21747: nikomatsakis/issue-21726-projection-subtyping
Alex Crichton
-2
/
+137
2015-01-30
rollup merge of #21739: alexcrichton/better-print
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21738: steveklabnik/move_out_editors
Alex Crichton
-3617
/
+0
2015-01-30
rollup merge of #21736: sfackler/bufread-capacity-fix
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21733: mneumann/fix-io-rename-df
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21720: huonw/simd-cmp
Alex Crichton
-30
/
+38
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-263
/
+392
2015-01-30
rollup merge of #21706: reem/missing-zeroable-impl-for-unique
Alex Crichton
-0
/
+2
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-1
/
+18
2015-01-30
rollup merge of #21702: nikomatsakis/issue-21636
Alex Crichton
-0
/
+84
2015-01-30
rollup merge of #21693: tomjakubowski/rustdoc-fix-21442
Alex Crichton
-1
/
+33
2015-01-30
rollup merge of #21678: vojtechkral/threads-native-names
Alex Crichton
-2
/
+52
2015-01-30
rollup merge of #21495: richo/unexported-unmangled-lint
Alex Crichton
-0
/
+60
2015-01-30
rollup merge of #21494: jatinn/jsnav
Alex Crichton
-0
/
+40
2015-01-30
rollup merge of #21385: nick29581/save-fix2
Alex Crichton
-122
/
+499
2015-01-30
Auto merge of #21495 - richo:unexported-unmangled-lint, r=alexcrichton
bors
-0
/
+60
2015-01-30
Fix a missed io => old_io
Luke Steensen
-1
/
+1
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-349
/
+379
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-263
/
+392
2015-01-30
Don't use as_slice() in docs
Steve Klabnik
-29
/
+9
2015-01-30
fix some cfail tests
Jorge Aparicio
-0
/
+2
2015-01-30
fixes after rebase
Jorge Aparicio
-10
/
+2
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-54
/
+19
2015-01-30
add test for #21655
Jorge Aparicio
-0
/
+20
2015-01-30
add test for #20605
Jorge Aparicio
-0
/
+19
2015-01-30
fix recursive call
Jorge Aparicio
-1
/
+1
2015-01-30
remove the `Iterator` lang item
Jorge Aparicio
-2
/
+0
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-10
/
+4
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-38
/
+35
2015-01-30
add tests
Jorge Aparicio
-0
/
+47
2015-01-30
remove dead code
Jorge Aparicio
-302
/
+5
2015-01-30
remove more `ExprForLoop`s
Jorge Aparicio
-93
/
+1
[next]