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
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-244
/
+913
2015-01-05
Remove unused if_ok! macro
Keegan McAllister
-9
/
+0
2015-01-05
Implement macro re-export
Keegan McAllister
-1
/
+147
2015-01-05
Allow leading :: in use items
Keegan McAllister
-0
/
+45
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-9
/
+153
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-64
/
+92
2015-01-05
Don't test codegen-units errors on stage1 (c.f. #20184)
Keegan McAllister
-0
/
+1
2015-01-05
auto merge of #20514 : alexcrichton/rust/serialize-associated-type, r=aturon
bors
-437
/
+5755
2015-01-05
auto merge of #20451 : brson/rust/installer, r=alexcrichton
bors
-0
/
+0
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-437
/
+5755
2015-01-05
auto merge of #20395 : huonw/rust/char-stab-2, r=aturon
bors
-64
/
+181
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-39
/
+215
2015-01-05
char: small tweak since `is_some` > equivalent `match`.
Huon Wilson
-4
/
+1
2015-01-05
Apply explicit stabilities to unicode parts of CharExt.
Huon Wilson
-2
/
+24
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-19
/
+116
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-13
/
+12
2015-01-05
Mark the contents of `char` stable.
Huon Wilson
-21
/
+25
2015-01-05
Switch encode_utf* to by-value self.
Huon Wilson
-6
/
+6
2015-01-05
Remove deprecated functionality from `char`.
Huon Wilson
-3
/
+1
2015-01-05
auto merge of #20163 : bfops/rust/master, r=Gankro
bors
-135
/
+170
2015-01-04
Put negative trait implemtations behind a feature gate
Flavio Percoco
-1
/
+40
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-39
/
+176
2015-01-04
Merge pull request #20520 from nhowell/patch-1
bors
-3
/
+3
2015-01-04
Merge pull request #20515 from tshepang/modernise-ping-pong-benchmark
bors
-9
/
+8
2015-01-04
Merge pull request #20512 from bjz/rustdoc
bors
-2
/
+6
2015-01-04
Merge pull request #20510 from tshepang/patch-6
bors
-1
/
+1
2015-01-04
Merge pull request #20505 from estsauver/doc_20504
bors
-1
/
+1
2015-01-04
Merge pull request #20500 from globin/fix/range-sugar
bors
-7
/
+7
2015-01-04
Merge pull request #20495 from brson/cargo
bors
-4
/
+5
2015-01-04
Merge pull request #20487 from trapp/doc-namespace-typo
bors
-1
/
+1
2015-01-04
Merge pull request #20485 from ipetkov/man-fix
bors
-1
/
+1
2015-01-04
Merge pull request #20464 from ranma42/improve-make-hash
bors
-8
/
+6
2015-01-04
Merge pull request #20457 from frewsxcv/rm-reexports
bors
-14
/
+14
2015-01-04
Merge pull request #20452 from brson/rustup
bors
-34
/
+104
2015-01-04
Merge pull request #20442 from csouth3/vim-syntax
bors
-4
/
+4
2015-01-04
Merge pull request #20428 from tbu-/pr_guide_int_to_i32_2nd_take
bors
-272
/
+270
2015-01-04
Merge pull request #19963 from tshepang/patch-3
bors
-1
/
+1
2015-01-04
Merge pull request #20295 from eddyb/poly-const
bors
-272
/
+323
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-135
/
+170
2015-01-04
auto merge of #20527 : nikomatsakis/rust/japaric-boxed-uc-ice-fix, r=aturon
bors
-18
/
+58
2015-01-04
Convert the TODO into a FIXME.
Niko Matsakis
-1
/
+1
2015-01-04
Fix ICE in WF checker when we encounter bound regions in object types.
Niko Matsakis
-18
/
+58
2015-01-04
rustc: allow paths in constants to refer to polymorphic items.
Eduard Burtescu
-189
/
+286
2015-01-04
auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton
bors
-135
/
+268
2015-01-04
rustc: check_const: avoid recursing into a block's tail expression twice.
Eduard Burtescu
-3
/
+0
2015-01-04
rustc: check_const: cleanup/simplify the code.
Eduard Burtescu
-66
/
+40
2015-01-04
rustc: check_const: remove ~str support in patterns.
Eduard Burtescu
-23
/
+6
2015-01-04
doc: Add missing `$`s in the Installing Rust guide
Nick Howell
-3
/
+3
2015-01-04
fix range sugar
Robin Gloster
-7
/
+7
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-35
/
+12
[next]